div.float{
	float:left !important;
	margin-right:15px;
	margin-bottom:14px;
}
div.float-right{
	float:right !important;
	margin-right:28px;
}
div.float.clearr{
	clear:both;
	display: block !important;
}
hr.clearr{
	clear:both;
	height:1px;
	visibility: hidden;
}

#helper_form div{
	display: block !important;
}
#helper_form label{
	display:block;
}
#helper_form input{
	padding:4px;
}

#helper_form input.full{
	width:303px;
}
#helper_form input.half{
	width:220px;
}
#helper_form input.third{
	width:137px;
}
#helper_form input.btn{
	height:30px;
	width:100px;
	margin-top:18px;
}
#helper_form label.error{
	color:red;
	margin-top:3px;
	font-size:11px;
}
#helper_form select{padding:4px;}



.alert{
	padding:15px;
	color:red;
	border: red solid 1px;
	text-align: center;
	background: #FFEFEF;
}
.good{
	padding:15px;
	color:green;
	border:green solid 1px;
	text-align: center;
	background: #E7FFDF;
}