#form_container input[type=submit] , #main_body .button_text 
{
	display:inline-block;
    background:rgb(255,107,0); 
	padding:10px 30px; color:#FFF;	
	color:#fff;
	text-decoration:none;
	font-size:17px;
	width:auto;
	height:auto;
	border-radius:4px;
	font-family: 'Oswald';


}
#form_container input[type=submit]:hover{background:rgb(33,33,33);}

#main_body label.description , #main_body .description {
color: #4E4E4E;
font-size: 15px;
font-family: 'Lato'; 
}

#main_body .form_description p , #main_body .form_description p {font-size: 16px;font-family: 'Lato'; }
#main_body .form_description {border-bottom:1px solid #e1e1e1;}
#main_body .form_description h2 {
color: #4E4E4E;
font-weight:bold;
font-family: 'Lato'; 
}

.integrated * {color: #4E4E4E;}