﻿#winpop
{
	width: 200px;
	height: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #999999;
	margin: 0;
	padding: 1px;
	overflow: hidden;
	display: none;
	background: #FFFFFF;
}
#winpop .title
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #043888;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: White;
}
#winpop .con
{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
}
#silu
{
	font-size: 13px;
	color: #999999;
	position: absolute;
	right: 0;
	text-align: right;
	text-decoration: underline;
	line-height: 22px;
}
.close
{
	position: absolute;
	right: 4px;
	top: -1px;
	color: #FFFFFF;
	cursor: pointer;
}
