@CHARSET "UTF-8";

.top-title {
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	height: 32px;
	width: 223px;
}

.logobg {
	position: absolute;
	top: 10px;
	left: 22px;
	background: url(../images/logo.png) no-repeat;
	height: 45px;
	width: 200px;
}

.logo {
	font-size: 30px;
	color: #95B8E7;
	font-family: 微软雅黑;
}

.toplink {
	line-height: 20px;
	height: 20px;
	color: White;
	position: fixed;
	top: 4px;
	right: 4px;
} /*color:#95B8E7;*/
.toplink .split {
	color: #95B8E7;
}

.toplink a {
	color: White;
}

.username {
	color: white;
}

.topbg {
	filter: none;
	background: url(../images/topbg.png);
	position: relative;
}

.topbg-sub {
	position: absolute;
	right: 100px;
	top: 15px;
	width: 225px;
	height: 40px;
	background: url(../images/yun.png) no-repeat;
}

.seltheme {
	position: absolute;
	bottom: 2px;
	right: 4px;
}

body {
	margin: 0px;
	padding: 0px;
}
/*信息提示框*/
.pop_container {
	text-align: center;
	background-color: Red;
	position: fixed;
	z-index: 1000;
	display: none;
}

.pop_box {
	background-color: #7abc1b;
	display: inline-block;
	color: White;
	padding: 2px 20px;
	border: 1px solid #539c11;
	margin: 0px 0px;
}

.info {
	background-color: #539c11;
	border: 1px solid #7abc1b;
}

.pop_box.error, .pop_box.alarm {
	background-color: #d28211;
	border: 1px solid #dfa025;
}

.pop_box  pre {
	margin: 0px;
	padding: 0px;
	color: White;
	font-size: 12px;
}

.pop_container.show {
	display: block;
}