@charset "utf-8";
/* CSS Document */


.shortinput{height:16px; line-height:16px; border:1px solid #7f9db9; margin-left:10px; width:90px;}

.submitBtn{ background:url(../images/submit_bg.jpg) no-repeat; border:none; width:111px; height:24px; line-height:24px; text-align:center; font-size:12px;}
.submit2{ background:url(../images/submit2.jpg) no-repeat; border:none; width:63px; height:24px; line-height:24px; text-align:center; font-size:12px; color:#b30000;}
.reset{ background:url(../images/submit2.jpg) no-repeat; border:none; width:63px; height:24px; line-height:24px; text-align:center; font-size:12px; color:#000;}

.input123{height:16px; line-height:16px; border:1px solid #7f9db9; margin-left:10px; width:123px;}
.input232{height:16px; line-height:16px; border:1px solid #7f9db9; margin-left:10px; width:232px;}

select{ height:24px; line-height:24px; margin:0 10px;}
 
.select * {
 margin: 0;
 padding: 0;
}
.select {
 border:1px solid #cccccc;
 float: left;
 display: inline;
 }
.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
}
