/*各种按钮*/
 
.button01
{
    background:url(../images/li_bt_01.gif);
    height:21px;
	width:74px;
    color:#f60;
	font-weight:normal;
	font-size:12px;
    text-align:center;
	border:0px;
}


.button02
{
    background:url(../images/li_butt_red01.gif);
    height:57px;
	width:58px;
    color:#fff;
	font-weight:bold;
	font-size:14px;
    text-align:center;
	border:0px;
}


.button03
{
    background:url(../images/li_butt_red.gif);
    height:31px;
	width:130px;
    color:#fff;
	font-weight:bold;
	font-size:14px;
    text-align:center;
	border:0px;
	padding-left:15px;
}
.button_green
{
    background:url(../images/butt_blue.gif);
    height:25px;
	width:72px;
    color:#fff;
	font-weight:bold;
	font-size:12px;
    text-align:center;
	border:0px;
}
















.bnnor{
    background:url(../images/bnnor.gif);
    height:25px;
    color:#000000;
    text-align:center;
    border:1px;
    border-color:#CCCCCC;
    margin:3px;
    padding-top:3px;
}

.button_gray01
{
	font-size:12px;
	font-family:"宋体";
	color:#3B3B3B;
	border-bottom:1px solid #878789;
	border-top:1px solid #878789;
	border-left:1px solid #878789;
	border-right:1px solid #878789;
	line-height:16px;
	letter-spacing:0px;
	background-image:url(../images/button_bg_gray.gif);
	background-repeat:repeat-x;
	cursor:hand;
	/*border:1px solid #000000;*/
}
/*登录页的样式*/
.login_button{
    background:url(../user/images/user_butt.gif) no-repeat;
    height:20px;
	width:65px;
    color:#fff;
    text-align:center;
    padding-top:1px;
    border:0px;
    margin:0px;
}

/*单行输入框的样式*/
.input{
    border:#CFCFCF 1px solid;
    padding:2px;
	color: #353535;
}
/*单行输入框的样式*/
.input_readonly{
    border:#CFCFCF 1px solid;
    padding:2px;
	color: #757575;
	background-color: #EFEFEF;
}

/*单行输入框的样式-灰色*/
.input_gray1{
    border:#dadada 1px solid;
    padding:1px;
	color: #353535;
}
/*多行输入框的样式*/
.textarea{
    border:#b3b3b3 1px solid;
    padding:4px;
	background-color:#f5f5f5;
}
/*带logo多行输入框的样式*/
.textarea_img {background:url(../images/li_alert.gif) no-repeat center center; }

/*选择框的样式*/
.select_gray option{
    background-color:#eee;
}
.select_gray .l1{
    background-color:#DBF0F7;
}
.select_gray .l2{
    background-color:#308CB4;
	color:#FFFFFF;
}
.wid120px{
    width:120px;
}

/*选择框的样式1*/
.select_red {font-family: "宋体"; font-size: 12px; BEHAVIOR: url('../style/selectBox.htc'); cursor: hand; }