/* CSS Document */
/* 定义页面按钮、输入框等交互命令元素的样式 */

/* 定义输入框的基本样式 */
.input_basis {
	font-family:宋体;
	font-size:12px;
	width:80px;
	height:18px;
	color:#333333;
	border-top:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-left:1px solid;
	background-color: #F0F0F0;
}
.input_1 {
	font-family:宋体;
	font-size:12px;
	width:120px;
	height:18px;
	color:#333333;
	border-top:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-left:1px solid;
	background-color: #F0F0F0;
}	
.input_emailname {
	font-family:宋体;
	font-size:12px;
	width:100px;
	height:18px;
}	
.input_emailpop {
	font-family:宋体;
	font-size:11px;
	width:80px;
	height:18px;
}
.input_emailpassword {
	font-family:宋体;
	font-size:8px;
	width:100px;
	height:18px;

}	
.input_product {
	font-family:宋体;
	font-size:12px;
	width:185px;
	height:16px;
	color:#CC0000;
	background-color: #F8F8F8;
}	
.input_select {
	font-family:宋体;
	font-size:12px;
	width:110px;
	height:16px;
}	
.input_selecttext {
	font-family:宋体;
	font-size:12px;
	width:100px;
	height:18px;
}	

/* 定义为按钮样式-1 */
.button_1 {
	border-top-color: #0066CC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #0066CC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #0066CC;
	border-left-style: solid;
	border-left-width: 1px;
}
