@charset "utf-8";
/* CSS Document */
body{margin:0px;padding:0px;list-style:none;font-size:12px;color:#505d65;cursor:default;font-family:Arial,Verdana,Tahoma,"微软雅黑","宋体";}
form{margin:0px;padding:0px;}

/* Text box styles */
input[type=text],[type=password]{padding:2px;height:15px;border-left:1px solid #333333;border-top:1px solid #333333;border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;font-size:12px;line-height:15px;font-family:Arial,Tahoma;}/* for standard explorer */
input[type=file]{font-family:Arial,Tahoma;font-size:12px}/* for standard explorer */
input{
	padding:expression((this.type=="text"||this.type=="password"||this.type=="file")?"2px":"");
	height:expression((this.type=="text"||this.type=="password")?"15px":"");
	height:expression((this.type=="file")?"22px":"");
	width:expression((this.type=="file")?"260px":"");
	border-left:expression((this.type=="text"||this.type=="password")?"1px solid #333333":"inherit");
	border-top:expression((this.type=="text"||this.type=="password")?"1px solid #333333":"inherit");
	border-right:expression((this.type=="text"||this.type=="password")?"1px solid #cccccc":"inherit");
	border-bottom:expression((this.type=="text"||this.type=="password")?"1px solid #cccccc":"inherit");
	font-size:expression((this.type=="text"||this.type=="password"||this.type=="file")?"12px":"");
	line-height:expression((this.type=="text"||this.type=="password")?"15px":"");
	font-family:expression((this.type=="text"||this.type=="password"||this.type=="file")?"Arial,Tahoma":"");
}/* for IE */

.btn_small{height:32px;width:70px;line-height:32px;border:none;background:url(../imgs/btn_small.gif) no-repeat;font-size:12px;font-family:Impact,Arial,Verdana,Tahoma,"宋体";color:white;}
.btn_big{height:32px;width:104px;line-height:32px;border:none;background:url(../imgs/btn_big.gif) no-repeat;font-size:12px;font-family:Impact,Arial,Verdana,Tahoma,"宋体";color:white;}
.btn_large{height:32px;width:184px;line-height:32px;border:none;background:url(../imgs/btn_large.gif) no-repeat;font-size:12px;font-family:Impact,Arial,Verdana,Tahoma,"宋体";color:white;}
