.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT {
	border: expression( (this.type=="text") || (this.type=="button") || (this.type=="submit") || (this.type=="password")   ? '1px solid slategray' : 'none');
	font-family: Verdana;
	font-size: 8pt;
}
