/*文本框通用样式*/
input[type="text"]{border:1px #ccc solid;padding:3px 2px}
input[type="password"]{border:1px #ccc solid;padding:3px 2px}
select,textarea,input{outline:0px}

.pTxtDate {width:120px;border:1px #ccc solid;padding:3px 2px}
/*文本框统一长度*/
.pTxtL150{width:150px;height:23px;line-height:23px}
.pTxtL200{width:200px;height:23px;line-height:23px}
.pTxtL250{width:250px;height:23px;line-height:23px}
.pTxtL300{width:300px;height:23px;line-height:23px;font-size:14px}
.pTxtL400{width:400px;height:23px;line-height:23px}
.pTxtL500{width:500px;height:23px;line-height:23px}
.pTxtL20 {width:20px;height:23px;line-height:23px}
.pTxtL60 {width:60px;height:23px;line-height:23px}
.pTxtL100 {width:100px;height:23px;line-height:23px}
textarea{border:1px #ccc solid}
/*按钮统一样式*/
.pBtn{border:0px;height:30px;padding:0px 10px ;background:#0886f4;border-radius: 2px;color:#fff;cursor:pointer}
.pBtn2{border:0px;height:30px;background:#aaa;border-radius: 2px;color:#fff;cursor:pointer}
.pSubmit{}
/*备注统一样式*/
.pBeta {color:#888888}

.pPage{float:left;height:32px}
.pPage li{float:left;margin:4px 5px 0px 0px;overflow:hidden;vertical-align:bottom;font-size:14px;}
.pPage li a{float:left;padding:3px 8px 3px 8px;border:1px #ddd solid;color:#aaa;background:#fefefe;color:#666}
.pPage li a:hover{color:#0886f4;border:1px #0886f4 solid}
.pPage .info{margin-right:20px;border:0px;line-height:30px;margin-top:0px;padding:0px 8px;color:#888}
.pPage .info input[type='text']{border:0px;border-bottom:1px #ddd solid}
.pPage .x_sel{font-weight:bold}
.pPage .x_sel a{border:1px #0886f4 solid;color:#0886f4}
.pPage .x_txt{height:12px;width:30px}
.pPage .x_go{border:0px;padding-top:3px;margin-left:20px}
.pPage .x_go a{float:none;;background:url(pagego.png) no-repeat left center;padding-left:10px;border:0px}
.pPage .x_go a:hover{border:0px}
.alert_down {
	position:fixed;
	word-wrap:break-all;
	white-space:nowrap;
	overflow:hidden;
	background:#438eb9;
	float:left;
	padding:10px 20px;
	width:auto;
	color:#fff;
	font-size:14px;
	letter-spacing:5px;
	FILTER:alpha(opacity=50);
	opacity:0.6;
}