@charset "utf-8";
/* CSS Document */

input{
	float: left;
	border: 1px solid #782A08;
	background:url(../../images/bg/buttons_bg.png);
	color: #fff;
	margin-top: 12px;
	margin-left: 12px;
	width: 350px;
	height: 20px;
	font-size: 14px;
	color: #E0CBB4;
	clear: left;
}
 textarea {
	float: left;
	border: 1px solid #782A08;
	background:url(../../images/bg/buttons_bg.png);
	color: #fff;
	margin-top: 12px;
	margin-left: 12px;
	width: 350px;
	height: 150px;
	font-size: 14px;
	color: #E0CBB4;
	clear: left;
}
