@CHARSET "UTF-8";

.qq {
	float: left;
	background:#EEEEEE;
	width: 250px;
	margin-left: 40px;
	/* border: 1px solid #CCFFCC; */
}

.qqbottom {
	width: 100%;
	float: left;
	border-bottom: 1px solid #6699CC;
	border-bottom-style: dotted;
}

.qqtop {
	width: 200px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #6699CC;
	border-bottom-style: dotted;
}

#nav {
	background: #0253b9 none repeat scroll 0 0;
	border-top: 5px solid #032f68;
	padding-bottom: 32px;
	
}

#nav p {
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	font-size: 32px;
	padding: 26px 0 15px 25px;
}

p {
	display: block;
	margin: 0;
	padding: 0;
}

/* 
.qqbottom {
	width: 200px;
	float: left;
	border-bottom: 1px solid #6699CC;
	border-bottom-style: dotted;
}

#msg_win {
	position: absolute;
	right: 0px;
	overflow: hidden;
	z-index: 99;
	border: 1px solid #c00;
	background: #F9EFFC;
	width: 240px;
	font-size: 12px;
	margin: 0px;
	display: block;
	top: 503px;
	visibility: visible;
	opacity: 1;
}

#msg_win .icos {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 9;
}

.icos a {
	float: left;
	color: #FFFFFF;
	margin: 1px;
	text-align: center;
	font-weight: bold;
	width: 14px;
	height: 22px;
	line-height: 22px;
	padding: 1px;
	text-decoration: none;
	font-family: webdings;
}

.icos a:hover {
	color: #FFCC00;
}

#msg_title {
	background-image: url(../img/top2.png);
	border-bottom: 1px solid #710B97;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFFFFF;
	height: 27px;
	line-height: 25px;
	text-indent: 5px;
	font-weight: bold;
}

#msg_content {
	margin: 5px;
	margin-right: 0;
	width: 230px;
	height: 126px;
	overflow: hidden;
} */