.wrapper
{
	width:100%;
	margin:0px;
	padding:0px;
}
.form-head h1
{
	color:#333333;
	font-size:30px;
/*font-family: 'HelveticaNeueBd';*/
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
}
.mandate{
	color:red;
	padding-top:-2px;
}
.box{
	border-left:2px solid;
	border-color:#cc3366;
	background-color:#ebebeb;
	padding:30px;
}
.checkbox-inline{
	padding:20px;
}
.form-group{
	padding:10px;
}
.submit-btn
{
	background-color: #cc3366 !important;
    border-color: #cc3366 !important;
	padding: 10px 38px !important;
    font-size: 23px !important;
	margin-top:25px;
	border-radius:0px !important;
	margin-bottom:40px !important;
}
.form-control
{
	border-radius:0px !important;
}
.section
{
	margin-top:35px;
}
.border
{
	width:100%;
	height:2px;
	background-color:#bebbbb;
}
.iner-border
{
	width:49%;
	height:2px;
	
	background-color:#333333;
}
.form
{
	margin-top: 26px;
}