@charset "windows-1251";

input {
	padding:4px 0 4px 0;
	background:#f3e9b8;
	margin:2px 0 7px 0;
	//margin:2px 0 5px 0;
	padding-left:3px;
	border:0px;
	border-top:1px dotted #c6b99b;
	border-bottom:1px dotted #afa18d;
	width:338px;
}
textarea {
	padding:4px 0 4px 0;
	background:#f3e9b8;
	margin:2px 0 15px 0;
	padding-left:3px;
	border:0px;
	border-top:1px dotted #c6b99b;
	border-bottom:1px dotted #afa18d;
	width:338px;
	height:160px;
	overflow:auto;
}
input.reset {
	background:#a89f78;
	color:#FFFFFF;
	width:106px;
	border:0px;
}
input.submit {
	background:#d74427;
	color:#FFFFFF;
	width:106px;
	border:0px;
}