@charset "utf-8";
/* 
 * @Style Name: Responsive Simple
 * @Version: 1.0
 * Author: webourgeon
 */


/* ======================================

	 Reset 

====================================== */
#trust-form{
   
}
#trust-form table{
	
}
#trust-form table,
#trust-form table th,
#trust-form table td {
    
}
/* reset form element style*/
.contact-form input, 
.contact-formbutton, 
.contact-formselect, 
.contact-formtextarea {
}

#trust-form input[type="text"],
#trust-form input[type="email"],
#trust-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 0.4rem;
}
  
#trust-form ul {
    
}
#trust-form ul li {

}

/* ======================================

	 Trust Form Style

====================================== */
div#trust-form.contact-form table{
}
div#trust-form.contact-form table th {
}
div#trust-form.contact-form table td {
}
div#trust-form.contact-form table tr:hover{
}
div#trust-form.contact-form table div{
}

div#trust-form.contact-form p.submit-container {
}

div#trust-form.contact-form div.submessage {
}

div#trust-form.contact-form span.require {
}

div#trust-form.contact-form div.error {
    color: #e55a3b;
}


div#trust-form.contact-form input[type="checkbox"],
div#trust-form.contact-form input[type="radio"] {
    margin-right: 3px;
}
div#trust-form.contact-form label{
}

div#trust-form #confirm-button{
}

/* split css in input confirm finish  */
div.contact-form-input {}
div.contact-form-confirm {}
div.contact-form-finish {}

div.contact-form-input table {}
div.contact-form-confirm table  {}
div.contact-form-finish table {}

div.contact-form-input table th {}
div.contact-form-confirm table th {}
div.contact-form-finish table th {}

div.contact-form-input table td {}
div.contact-form-confirm table td {}
div.contact-form-finish table td {}


@media only screen and (max-width:600px){
	div#trust-form table{
				
	}
	div#trust-form table th,
	div#trust-form table td{
		
	}
	div#trust-form table th{
		
	}
	div#trust-form table ul li{
		
	}
	div#trust-form.contact-form table tr:hover{
	}
}

