@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#7B5231;
}
input
{
	height: expression((this.type=="text" || this.type=="password") ?"12px":"");
}




