/* CSS Document */

form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	border:1 solid #D6D6D6;
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #D6D6D6')));
	font-family:Verdana;
	height:expression(this.type=="text" ?'16px' :'');
	font-size:11px;
	color:#333333;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #D6D6D6')));
	font-family:Verdana;
	font-size:11px;
	color:#333333;
}
/*.Button {
	background-color:#A10909;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	border:1 solid #12AD2B;
	color:#FFFFFF;
}*/