form {
	margin:0px;
	padding:0px;
}
select {
	font-family:"Lucida Sans Unicode", "Lucia grande","lucida grande", "trebuchet ms";
	font-size:12px;
	color:#333333;
	border:0px solid #d6d6d6;
	height:22px;
	background-color:#e8e8e8;
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type=="submit" ?'border:1px solid #d6d6d6;':'1px solid #d6d6d6'))));
	font-family:"Lucida Sans Unicode", "Lucia grande","lucida grande", "trebuchet ms";
	height:expression(this.type=="text" ?'16px' :'');
	font-size:11px;
	color:#333333;
	background-color:#e8e8e8;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #d6d6d6')));
	font-family:"Lucida Sans Unicode", "Lucia grande","lucida grande", "trebuchet ms";
	font-size:11px;
	color:#333333;
	background-color:#e8e8e8;
}
.Button {
	background-color:#0d4a75;
	font-family: "Lucida Sans Unicode", "Lucia grande","lucida grande", "trebuchet ms";
	font-size:11px;
	font-weight:bold;
	border:1px solid #dbdbdb;
	color:#FFFFFF;
	height:20px;
}
.Width {
	width:90%;
}