.sfContactForm_frm input, .sfContactForm_frm textarea {
	border: 1px solid #BBB;
	background-image:url(../images/bg_fieldset.jpg);
	background-position: 0 -62px;
}


.sfContactForm_frm textarea {
	width: 300px;
	height: 110px; }

.sfContactForm_frm {

}

.sfContact_form_label {
 	font-weight: bold;
}

.sfContact_form_label_left {
	float: left;
	width: 3em;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.sfContactForm_input_div {
 	padding: 0 0 10px 0;
}

.sfContactForm_input_div_special input {
	width: 45px;
	margin-bottom:5px;
}

#sfContact_form_name {

}

#sfContactForm_msgok_div {

}

#sfContact_form_email {

}

#sfContact_form_msg {

}

#sfContact_form_captcha {
	margin-top: 10px;
}

#sfContact_form_captcha_pic {
	margin-top: 10px;
}

#sfContact_form_submit {
	
}

fieldset {
	background-image: url(../images/bg_fieldset.jpg);
	background-repeat: repeat-x;
	background-position: 0 -48px;
	border:1px dotted #004278;
	}
	
legend {
	background-color: #FFF;
	padding: 5px 15px 5px 15px;
	margin:0 0 0 -10px;
	border: dotted 1px #3C95C3;
	}	
	
input {
	border:1px solid #A5B5D9;
	color:#000;
	font-size:1em;
	padding:2px;
	}	

.sfContactForm_input_div_show textarea {
	width: 424px;
	height:75px;
	border:1px solid #A5B5D9;
	color:#000;
	font-size:1.2em;
	padding:2px;
	}	

.sfContactForm_input_div textarea {
	width: 657px;
	height: 100px;
	}
	
#sfContactFormReceiver {
	}	

div#sfContact_form_submit {
	text-align: right;
	padding: 10px 0 0 0;
	}	


div#sfContact_form_submit input {
	font-size: 1.8em;
	cursor: pointer;
	padding:5px 20px;
	border:1px solid #A5B5D9;
	background-image: none;
	background-color: #004278;
	color: #fff;
}	

