/* CSS Document */

form {
	padding:0px;
	margin:0px;
}
select {
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:11px;
	color:#666666;
	border:1px solid #AEAEAE;
	
}
input {
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':(this.type=="submit" ?'border-bottom:1 solid #AEAEAE;border-right:1 solid #AEAEAE;border-left:1 solid #AEAEAE;border-top:1 solid #AEAEAE;	':'1 solid #AEAEAE'))));
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	height:expression(this.type=="text" ?'17px' :'');
	font-size:11px;
	color:#666666;
}
textarea{
	border: expression(this.type=="image" ?'':(this.type=="checkbox" ?'':(this.type=="radio" ?'':'1 solid #AEAEAE')));
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:11px;
	color:#666666;
}
#Width {
	width:100%;
}
