form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:11px;
	color:#151714;
	border:1px solid #bdbdbd;
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type=="submit" ?'border:1px solid #bdbdbd;':'1px solid #bdbdbd'))));
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	height:expression(this.type=="text" ?'16px' :'');
	font-size:10px;
	color:#151714;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #bdbdbd')));
	font-family:Tahoma, Arial, Helvetica , SansSerif;
	font-size:11px;
	color:#151714;
}
.Button {
	background-color:#2C576E;
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #2c6493;
	color:#FFFFFF;
	height:17px;
}
.Width {
	width:100%;
}