

/*提示信息*/
.msg_box {
	padding: 14px 20px;
	border: 1px solid #80cdff;
	background-color: #e5f5ff;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.msg_error {
	border: 1px solid #ff8080;
	background-color: #fff2f2;
}
.msg_box a {
	padding-left: 3px;
	color: #05a;
}


/*按钮些*/
.btn_gray,
.btn_green,
.btn_green2,
.btn_blue {
	display:inline-block;
	height:30px;
	padding-left:25px;
	background:url(../../images/admin/btns.png) no-repeat;
	margin-right:10px;
	color:#fff;
}
.btn_gray i,
.btn_green i,
.btn_green2 i,
.btn_blue i {
	display:block;
	height:30px;
	line-height:30px;
	padding-right:25px;
	background:url(../../images/admin/btns.png) no-repeat;
	font-style:normal;
	font-size:14px;
}
.btn_gray {
	background-position: 0 0;
}
.btn_gray:hover {
	color:#fff;
	background-position: 0 -30px;
}
.btn_gray i {
	background-position:  right 0;
}
.btn_gray:hover i {
	background-position: right -30px;
}
.btn_green {
	background-position: 0 -60px;
}
.btn_green:hover {
	color:#fff;
	background-position: 0 -90px;
}
.btn_green2 i {
	background-position:  right -180px;
}
.btn_green2:hover i {
	background-position: right -210px;
}
.btn_green2 {
	background-position: 0 -180px;
}
.btn_green2:hover {
	color:#fff;
	background-position: 0 -210px;
}
.btn_green i {
	background-position:  right -60px;
}
.btn_green:hover i {
	background-position: right -90px;
}
.btn_blue {
	background-position: 0 -120px;
}
.btn_blue:hover {
	color:#fff;
	background-position: 0 -150px;
}
.btn_red {
	background-position: 0 -120px;
}
.btn_red:hover {
	color:#fff;
	background-position: 0 -150px;
}
.btn_blue i {
	background-position:  right -120px;
}
.btn_blue:hover i {
	background-position: right -150px;
}

.btn_greens,
.btn_blues,
.btn_grays,
.btn_red {
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 50px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-family: "微软雅黑","宋体",Arial;
}
.btn_greens:hover,
.btn_blues:hover,
.btn_grays:hover,
.btn_red:hover{
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	opacity: 0.87;
	color:#fff;
}
.btn_greens {
	background:#96bf48;
	border: 1px solid #7ea13d;
}
.btn_blues {
	background:#6fb3e0;
	border: 1px solid #3596e7;
}
.btn_grays {
	background: #aaa;
	border: 1px solid #999;
}
 
.btn_red {
	background: #ea1010;
	border: 1px solid #cb2027;
}
a.btn_s_green,
a.btn_s_green2,
a.btn_s_blue,
a.btn_s_blue2,
a.btn_s_orange,
a.btn_s_red,
a.btn_s_grays
{
	display:inline-block;
	padding:3px 10px;
	line-height:19px;
	font-size:12px;
	margin:0 3px;
	color:#fff;
}
a.btn_s_green:hover,
a.btn_s_green2:hover,
a.btn_s_blue:hover,
a.btn_s_blue2:hover,
a.btn_s_orange:hover,
a.btn_s_red:hover,
a.btn_s_grays:hover {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	opacity: 0.87;
}
a.btn_s_green {
	background: #96bf48;
	border: 1px solid #7ea13d;
}
a.btn_s_green2 {
	background: #47a447;
	border: 1px solid #3e9b32;
}
a.btn_s_blue {
	background: #6fb3e0;
	border: 1px solid #3596e7;
}
a.btn_s_blue2 {
	background: #4387bf;
	border: 1px solid #3883c0;
}
a.btn_s_orange {
	background: #ed9c28;
	border: 1px solid #d58512;
}
a.btn_s_red {
	background: #d2322d;
	border: 1px solid #ac2925;
}
a.btn_s_grays {
	background: #aaa;
	border: 1px solid #999;
}

a.btn_s_green i,
a.btn_s_blue i,
a.btn_s_blue2 i,
a.btn_s_orange i,
a.btn_s_red i {
	padding-right:3px;
}


/*icons*/
.icon {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../../images/admin/ico.png) no-repeat;
}
.icon_1 {
	background-position:0 -20px;
}
.icon_1 {
	background-position:0 -60px;
}
.icon_3 {
	background-position:0 -140px;
}


/*首页左侧主菜单图标-其它页面也可能用到*/
.menuico {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../../images/admin/menuico.png) no-repeat;
	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-webkit-opacity:0.85;
	opacity:0.85;	
}
.menuico_1 {
	background-position:0 0;
}
.menuico_2 {
	background-position:0 -25px;
}
.menuico_3 {
	background-position:0 -50px;
}
.menuico_4 {
	background-position:0 -75px;
}
.menuico_5 {
	background-position:0 -100px;
}
.menuico_6 {
	background-position:0 -125px;
}
.menuico_7 {
	background-position:0 -150px;
}
.menuico_8 {
	background-position:0 -175px;
}
.menuico_9 {
	background-position:0 -200px;
}





