.sfContactForm_frm select, 
.sfContactForm_frm input, 
.sfContactForm_frm textarea {
	border: 1px solid black;
	width: 230px;
}

.sfContactForm_frm select {
	width: 233px;
}
#sfContact_form_submit {
	float: left;
}
#sfContact_form_submit input {
	/* width: auto; */
	height:2em;
	width:10em;	
	float: left;
}
#sfContact_form_catalogue_ss input,
#sfContact_form_catalogue_aura input {
	width: auto;
	border: none;
}
.sfContactForm_frm textarea {
}

.sfContactForm_frm {
	width: 80%;
	padding-bottom: 1em;
}
.sfContactForm_frm .row {
	margin-top: 0.5em;
}

.sfContact_form_label {
	float: left;
	width: 120px;
	padding-right: 0.5em;
}
#sfContact_form_catalogue_ss .sfContact_form_label,
#sfContact_form_catalogue_aura .sfContact_form_label {
padding-right:5px;
text-align:right;
width:120px;
} 

.sfContactForm_frm .form_error {
	color: #900;
	width: 300px;
}
.sfContactForm_input_div {

}

#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_captcha_pic a img{
	background: #272525;
}


