/* this file should have all global classes whicha re defined outside the site itself */

/* CONTACT FORM COMPONENTS */
div.contact_form {
	/* -moz-column-count:2; */
}

div.contact_form .columnL {
	float:left;
	width:250px;
}

div.contact_form .key {
	margin-top:5px;
}

div.contact_form .notice {
	color:#D9251D;
}

div.contact_form .mandatory{
	color:#D9251D;
}

div.value input.form, div.value textarea, div.value select{
	width:214px;
}
/* END OF CONTACT FORM COMPONENTS */
