body {
	background-color: #FFF;
}
.clear {
	clear: both;
}

#winpop {
	width:300px;
	height:250px;
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
	overflow:hidden;
	display:none;
	
	background-repeat: no-repeat;
}
#winpop .title {
	width:150px;
	text-align:center;
	height: 30px;
	float: left;
	margin-top: 34px;
	margin-left: 80px!important;
	_margin-left: 40px;
}
#winpop .title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	font-family: "»ªÎÄÐÐ¿¬";
}

#winpop .con {
	width:285px;
	height:170px;
	text-decoration:underline;
	text-align:center;
	padding-top: 2px;
}
.con_left {
	float: left;
	margin-left: 4px!important;
	_margin-left: 2px;
	height: 170px;
	width: 120px;
}
.con_right {
	float: right;
	height: 170px;
	width: 150px;
}
.con_right_01 {
	height: 55px;
	width: 155px;
}
.con_right_02 {
	width: 150px;
	line-height: 20px;
	height: 100px;
	text-align: left;
	font-size: 12px;
	text-indent: 24px;
}
.con_right_02 a {
	font-size: 12px;
	color: #F60;
	text-decoration: none;
}


#winpop .close {
	position:absolute;
	right:4px;
	top:-1px;
	color:#FFFFFF;
	cursor:pointer;
	float: right;
	height: 15px;
	width: 15px;
	margin-top: 40px;
	margin-right: 10px;
}
