/* 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 input, div.contact_form textarea{
	width:215px;
	border:1px solid #CCCCCC;
}

div.contact_form input.button{
	width:auto;
	cursor: pointer;
}


div.contact_form .columnL {
	float:left;
	width:270px;
	padding-right: 25px;
}

div.contact_form .columnR {
	float:left;
	width:270px;
}

div.contact_form .key {
	font-size: 80%;
	font-weight: bold;
	margin-top:5px;
}

div.contact_form .notice {
	color:#C21F24;
	font-weight: bold;
}

div.contact_form .mandatory{
	color:#C21F24;
	font-weight:bold;
}
/* END OF CONTACT FORM COMPONENTS */
