﻿body { font-family:"宋体";}
/* 定义表单元素的样式开始 */
/*input {height: 20px;width: 100px;border: 1px solid #666666;font-family: "宋体"; line-height:16px;font-size:12px;}*/
input 
{
	height: expression(this.type=="submit"||this.type=="button"?'24px':'20px');
	width: expression(this.type=="checkbox"?'20px':'100px');
	border: expression(this.type=="checkbox"||this.type=="image"||this.type=="submit"||this.type=="button"?'':'1px  solid #666666');
	font-family: "宋体"; 
	line-height:16px;
	font-size:12px;
}
textarea {width: 100px;border: 1px solid #666666;font-family: "宋体"; font-size:12px;}

/* 定义表单元素的样式结束 */


/* 定义复选框，出现类似126的效果，即把鼠标放在复选框上时，出现另一层粗线．<input type="checkbox" style="position:absolute;clip: rect(5 16 16 5)"> */
/*
.buttoncss {
	font-size: 12px;
	height: 22px;
	width:56px;
	cursor:pointer;
	border: 1px solid #909797;
	background-image: url(img/buttonbg.jpg);
	background-repeat: repeat-x;
}
*/





/* 定义下拉列表的样式开始 */
.select * {
margin: 0;
padding: 0;
}

.select {
border:1px solid #666666;
float: left;
display: inline;
margin-left:0px;
}

.select div {
border:1px solid #f9f9f9;
float: left;
}


/* 子选择器，在FF等非IE浏览器中识别 */
.select>div {
width:120px;
height: 17px;
overflow:hidden;
}

/* 通配选择符，只在IE浏览器中识别 */
* html .select div select {
display:block;
float: left;
margin: -2px;
}

.select div>select {
display:block;
width:124px;
float:none;
margin: -2px;
padding: 0px;
}

.select:hover {
border:1px solid #666666; /*鼠标移上的效果*/
}

.select select>option {
text-indent: 2px; /*option在FF等非IE浏览器缩进2px*/
}
/* 定义下拉列表的样式结束 */

/* 定义复选框的样式开始 */
.checkboxcss {border: 0px solid #666666; width:0px; height:0px;}
/* 定义复选框的样式结束 */
