/*-----------Style for jQPOOOP--------------------------*/
	
.popup{
	z-index:10000;
	width:500px;
	height:350px;
	position:relative;
	border: solid 3px #6b6b6b;
	background: #0a537c url(imgs/top_back.jpg) 0 0 repeat-x;
	color:#ffffff;
}

.popup h6 {
	background: url(imgs/warning.jpg) 0 0 no-repeat;
	margin: 5px 0 0 10px;
	padding: 5px 0 0 30px;
	font-size: 14px;
	height: 22px;
	float:left;
}

.popup button {
	float: right;
	background: none;
	border: none;
	margin: 6px 6px 0 0;
}

.popup p {
	clear: both;
	margin: 60px 10px 10px 10px;
	font-size: 14px;
	text-align: center;
}

.popup .accept {
	width: 80px;
	height: 26px;
	display: block;
	background: url(imgs/blue_bt_right.jpg) right top no-repeat;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.popup a{
	font-family:arial;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}


.popup .accept span {
	padding-top:5px;
	font-size: 13px;
	font-weight: bold;
	color: #1b6181;
	display: block;
	height: 21px;
	width: 80px;
	float: left;
	background: url(imgs/blue_bt_left.jpg) 0 0 no-repeat;
}

.style5 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color:#ffffff;
	font-weight: normal;
}
.style8 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	color:#ffffff;
	font-weight: bold;
}
.style10 {font-family: Tahoma, Arial, Helvetica;color:#ffffff; font-size: 20px; font-weight: bold; }

