/* CSS Document */
body {
      margin:0px;
      padding:0px;
      font:12px "宋体";
      color:#333;
}

/*基本超衔接样式*/
a:link, a:visited {
color: #000;
text-decoration: none;
}

a:hover, a:active {
color: #BD0A01;
text-decoration: none;
}

/*超衔接类别选择器写法一*/
a.classA:link, a.classA:visited {}
a.classA:hover, a.classA:active {}

/*超衔接类别选择器写法二*/
.classB:link, .classB:visited {}
.classB:hover, .classB:active {}

/*--------------表单控件样式--------------------*/
form {
margin: 0px;
}

img  {
border:0px;
}

input, select, textarea {
font: 12px "宋体";
padding:0px;
}

/*文本框*/
.txt_1 { width:130px; height:14px; padding-top:2px; border:#7F9DB9;}

/*只有下边框的文本框*/
.txt_2 {padding-top:2px; border:0px; border-bottom:#086B01 solid 1px; text-align:center}

/*选择框*/
.selectbox_1 { height:18px; width:134px;color:#0000FF}

/*上传框*/
.txtfile_1 {width:150px;height:20px;padding-top:2px;}

/*多行文本框*/
.txtarea_1 {width:300px;height:150px;overflow-y:auto; padding-top:2px;}

/*按钮*/
.button_1 {
    padding-top:2px;
    background:#333333;
	color:#FFFFFF;
    width: 50px;
    border: 0px;
	cursor:pointer;
}

/*滚动条样式*/
* {
scrollbar-3dlight-color:#D4D0C8; /*- 最外左 -*/
scrollbar-highlight-color:#fff; /*- 左二 -*/
scrollbar-face-color:#E4E4E4; /*- 面子 -*/
scrollbar-arrow-color:#666; /*- 箭头 -*/
scrollbar-shadow-color:#808080; /*- 右二 -*/
scrollbar-darkshadow-color:#D7DCE0; /*- 右一 -*/
scrollbar-base-color:#D7DCE0; /*- 基色 -*/
scrollbar-track-color:#D7DCE0;/*- 滑道 -*/
} 

.box:after {
                 content: "."; 
                 display: block; 
                 height: 0px; 
                 clear: both; 
                 visibility: hidden;
}
/* Hides from IE-mac \*/
* html .box {height: 1%;}
/* End hide from IE-mac */

/* 文本样式*/
.style_r {color:#AA0055;}
.style_g {color:#13CA2F;}
.style_b {color:#1479C5;}
.style_0 {font-weight:bold;}
.style_1 {font-size:14px; font-weight:bold}

.psel {
	font-weight: bold;
	color: #FF0000;
}

/* div 实线 */
.line_h3  { background:#336699; height:1px; font-size: 0px;} 

.tabtxt {
	padding-top: 5px;
}

.tabipt {
	padding: 2px 0px;
}