/**
 * Global Classes
 */
.wps-text-center{text-align: center!important;}
.has-error > span.wps-error{
	font-size:12px;
	background:#a94442;
	color:#FFF;
	margin:0!important;
	padding:5px;
	margin-top:-10px!important;
	clear:both;
	-webkit-border-bottom-right-radius: 3px!important;
	-webkit-border-bottom-left-radius: 3px!important;
	-moz-border-radius-bottomright: 3px!important;
	-moz-border-radius-bottomleft: 3px!important;
	border-bottom-right-radius: 3px!important;
	border-bottom-left-radius: 3px!important;
}
input.wps-error{
	-webkit-border-bottom-right-radius: 0!important;
	-webkit-border-bottom-left-radius: 0!important;
	-moz-border-radius-bottomright: 0!important;
	-moz-border-radius-bottomleft: 0!important;
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius:0!important;
}
.wps-help-block.error{
	display:block;
	clear:both!important;
	font-size:14px;
	color:#A94442;
}

/**
 * FORM REGISTER SPEAK
 */
form#wps-register-speaker div.row{
	margin:10px 0!important;
}
form#wps-register-speaker label{
	width:auto!important;
	clear:both;
}
form#wps-register-speaker > span.help-block{
	clear: both!important;
}
img.wps-loader-img{
	clear:both;
	position:relative;
	display: block;
	width: auto!important;
}

/**	COLLAPSE **/
div.wps-collapse h4.panel-title{margin-bottom:0!important}