.contact_form{
	color: #757575;
}




.textfield{
	width: 270px;
	margin-bottom:5px;
}

.textarea{
	width: 270px;
	height:150px;
	margin-bottom:5px;
}

.textfield , .textarea, #captcha_code{
	background-image: url(../images/white_pixel.png);
	border: 1px solid #999999;
}



#captcha_image {
	height: 24px;
	width: 90px;
	border: 1px solid #999999;
	float:left;
}
#captcha_code{
	height: 22px;
	width: 165px;
	margin-left:10px;
}
.errors_default{
	font-size: 10px;
	color: #FF0000;
}


.contact_form_promotion{
	color: #757575;
	border: 1px solid #CCCCCC;
	padding: 20px 70px;
	width: 280px;
	margin:20px auto;
}

