@charset "utf-8";
/* 你自己的样式 */
/*分页样式*/
.pager{padding-bottom:20px; padding-top:20px;float:right}
.pager li{display: inline-block}
.pager .info{padding: 0px 10px}
.pager a,.pager span{width:60px;height:25px;line-height: 25px;border:1px solid #ddd;display: inline-block;margin-right: 5px;text-align: center}
.pager .active span{background-color: green;color:#fff}
.pager .disabled span{background-color: #ccc;color:#fff}
.pager input[type='text']{width:60px;height:22px;text-align:center}
.pager input[type='button']{width:40px;height:25px;text-align: center;margin:0 5px}


/*分页样式结束*/

.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(../images/icon_right_s.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../images/icon_error_s.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}

.width15{width:15%}
.width35{width:35%}
.textright{text-align: right}

.red{ color:red;}
.blue{color:blue;}
.green{color:green;}

.row_btn_orange{height:30px;line-height: 30px;font-size:12px;background: #f37b1d;padding:5px 8px;color:#fff}
.row_btn_orange:hover,
.row_btn_orange:focus,
.row_btn_orange:active,
.row_btn_orange.active{color:#fff;background-color:#c85e0b;border-color:#c85e0b}
.row_btn_red{height:30px;line-height: 30px;font-size:12px;background: #dd514c;padding:5px 8px;color:#fff}
.row_btn_red:hover,
.row_btn_red:focus,
.row_btn_red:active,
.row_btn_red.active{color:#fff;background-color:#c62b26;border-color:#c62b26}
.row_btn_blue{height:30px;line-height: 30px;font-size:12px;background: #3bb4f2;padding:5px 8px;color:#fff}
.row_btn_blue:hover,
.row_btn_blue:focus,
.row_btn_blue:active,
.row_btn_blue.active{color:#fff;background-color:#0f9ae0;border-color:#0f9ae0}
.row_btn_green{height:30px;line-height: 30px;font-size:12px;background: #5eb95e;padding:5px 8px;color:#fff}
.row_btn_green:hover,
.row_btn_green:focus,
.row_btn_green:active,
.row_btn_green.active{color:#fff;background-color:#429842;border-color:#429842}
.row_btn_gray{height:30px;line-height: 30px;font-size:12px;background: #aaaaaa;padding:5px 8px;color:#fff}
.row_btn_gray:hover,
.row_btn_gray:focus,
.row_btn_gray:active,
.row_btn_gray.active{color:#fff;background-color:#aaaaaa;border-color:#aaaaaa}

.main_contain{min-width: 800px}

