/**
 * Formidable
**/

#corps_page .frm_forms{
	width: 100%;
	max-width: 700px;
}

		#corps_page .frm_style_style-formidable.with_frm_style .frm-show-form div.frm_description p{
			font-size: 16px;
			line-height: 1.6em;
			margin: 0;
			padding: 0 0 10px 0;
		}

	#corps_page .frm_forms .floatLeft, #corps_page .frm_forms .floatRight{
		width: 48%;
	}
	
		#corps_page .form-field label, form.searchform .screen-reader-text{

		}
			#corps_page .form-field label .frm_required{
				font-weight: 400;
			}
		
		#corps_page .form-field input, #corps_page .form-field textarea, form.searchform .input_search{
			-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
			border: 1px solid rgb(200,200,200);
			box-shadow: none;
			text-indent: 10px;
			padding: 10px 0;
			width: 100%;
			height: auto;
		}
		#corps_page .frm_submit input{
			display: inline-block;
			border: 1px solid rgb(60,60,60);
			text-decoration: none;
			padding: 10px 25px 9px 25px;
			-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
			margin: 0;
		}
		
		
		#corps_page .frm_forms .frm_error_style, #corps_page .frm_forms .frm_message{
			-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
		}
			#corps_page .frm_forms .frm_error_style p:last-child, #corps_page .frm_forms .frm_message p:last-child{
				margin: 0;
				padding: 0;
			}
			
		#corps_page .frm_forms .frm_error{
			font-size: 0.8em;
		}
		
		
		
@media screen and (max-width: 480px){
	
	#corps_page .frm_forms .floatLeft, #corps_page .frm_forms .floatRight{
		width: 100%;
		float: none;
	}
}