/**
 *	Contact Module - std_styles.contact.css
 *	---------------------------------------
 *	@date		Monday, December 13, 2010
 *	@author		Balazs Csaba
 */

.contact_required_field {
	color:#8A201B;
	font-size:11px;
	font-weight:bold;
}
.contact_info_box {
	float:right;
	width:320px;
	margin:0 0 10px 10px;
	padding:5px;
	border:#EEEEEE 1px solid;
}
.contact_privacy_text {
	font-size:10px;
}
/*form.contact_form {
	margin:10px;
	padding:0;
	float:left;
	width:95%;
}*/
form.contact_form2 input, form.contact_form2 textarea { 
	background: #FFFFFF url(../img/forms/input_bg.png) repeat-x -2px -2px;
	border-color: #888888 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 3px 0 3px 3px;
	margin: 1px;
	font-size:13px;
	font-weight:normal;
}
/* Submit button */
form.contact_form2 .submit { 
	background: #FFFFFF url(../img/forms/button_bg.gif) repeat-x scroll 0% 1em;
	color: #222231;
	border-color: #999;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px; 
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold; 
	cursor:pointer;
	margin:10px 0 10px 10px;
}
form.contact_form .submit:hover { color: #e39c18; border-color: #666;  }