form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a38864;
	border:1px solid #a38864;
	height:18px;
	background-color:#ede8d4 ;
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type=="submit" ?'border:1px solid #a38864;':'1px solid #a38864'))));
	font-family:Arial, Helvetica, sans-serif;
	height:expression(this.type=="text" ?'16px' :'');
	font-size:11px;
	color:#a38864;
	background-color:transparent ;
	background:transparent ;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #a38864')));
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a38864;
	background-color:transparent ;
	background:transparent ;
}
.Button {
	background-color:#4b65af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #a38864;
	color:#FFFFFF;
	height:20px;
}
.Width {
	width:90%;
}