
.container {
	width: auto;
	max-width: 970px;
}

.page-header{

}

.panel-body {
	padding:10px;
}
.form-group {
	margin-bottom: 3px;
	height:initial;
	padding:10px !important;

}




@media(min-width:768px) {
.span4 {
  width: 20% !important;
}
.input-group-btn{
 padding-left:15px !important;
}


}
.bottomdel {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.help-block {
	margin-bottom: 2px;
}
.hiss{
	color: #b52b27;
}
.errormsg{
	font-weight:bold;
	color: #b52b27;
	padding-left:20px;
	border-bottom:1px solid #b52b27;
	background-color: #ffff99;
}

.waku{
	border:1px solid #fff0f7;
	background-color: #fff0f7;
}

.panel-footer{
	background-color: #000;
	margin: 0 auto;
	padding:10px;
	color: #fff;
}
.panel-footer > a{
	color: #fff;
}

