form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:1px solid #e9e2da
}
input {
	font-family:Arial, Helvetica, sans-serif;
	/*height:13px;*/
	font-size:11px;
/*	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type == "reset" || this.type == "submit" ?'1px solid #e9e2da;':(this.type == "password"?'1px solid #e9e2da;': (this.type=="text"?'1px solid #e9e2da;':'1px solid #e9e2da;'))))));*/
	border:expression(this.type ==="radio"? '':'1px solid #e9e2da') ;
	color:#333333;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:1px solid #e9e2da
}
.Button {
	background-color:#a69079;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #d9c7b4;
	color:#FFFFFF;
	height:20px;
}
.Width {
	width:95%;
}