<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cell1{
	width:250px;
	padding:10px;
	text-align:right;
	vertical-align:top;
}
.cell2{
	width:550px;
	padding:10px;
}
input{
	height:30px;
	width:450px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}
.radio_button{
width:20px;
}
textarea{
	width:450px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	margin:0 0 30px 0;
}
#reset{
	background:#fff;
	text-align:center;
	padding:10px;
	width:140px;
	height:30px;
	border:1px solid #cfc2ca;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	margin:0 80px 0 100px;
}
#send{
	background:#d2c493;
	text-align:center;
	padding:10px;
	height:30px;
	width:140px;
	border:1px solid #f09901;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
}
.clr2{
color:#cc0000;
font-size:90%;
}</pre></body></html>