.
.contact_form_section{
	margin-bottom: 15px;
}
.contact_form_section .title{
	font-family: 'allerregular';
	width: 180px;
	padding-left: 0px;
	padding-top: 10px;
}
.contact_form_section input[type="text"]{
	width: 100%;
}
.contact_form_section .form_input{
	width: 350px;
}
span.help-block{
	color: #93b1d3;
	padding-top: 10px;
}

.contact_form_section_left .title{
	width: 40px;
	height: 40px;
}
.contact_form_section_left{
	margin-bottom: 15px;
}
.contact_form_section_left .title.world{
	background: url(/img/icon_blue_world.png) 18px 15px no-repeat;
}
.contact_form_section_left .title.mobile{
	background: url(/img/icon_blue_phone.png) 18px 15px no-repeat;
}
.contact_form_section_left .title.fax{
	background: url(/img/icon_blue_fax.png) 18px 15px no-repeat;
}
.contact_form_section_left .title.email{
	background: url(/img/icon_blue_mail.png) 18px 15px no-repeat;
}
.contact_form_section_left input[type="text"]{
	width: 228px;
}
.company_form_actions{
	background-color: #f8f8f8;
	width: 980px;
	margin: 0 auto;
}
.welcome_message{
	text-align: center;
	font-family: 'allerregular';
	font-size: 20px;
	line-height: 110px
}
label.checkbox{	
	padding-left: 40px;
	font-size: 12px;
	font-family: 'Arial';
	color: #555555;
}
label.checkbox a{
	color: #B0CB3D;
	text-decoration: underline;
}
label.checkbox a:hover{
	text-decoration: none;
}

.logo_section .title{
	margin-left: 0px;
	font-family: 'allerregular';
	padding-top: 15px;
}
.logo_section .logo{
	width: 160px;
}