/*-----------Style for jQPOOOP--------------------------*/

	
.popup{
z-index:10000;
width:354px;
height:570px;
position:relative;
border: solid 1px #bd0a1d;
background: #bd0a1d url(imgs/top_back.jpg) 0 0 repeat-x;
color:#fff;
}

.popup h6 {
margin: 5px 0 0 10px;
padding: 5px 0 0 5px;
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;*/
margin: 40px 0px 0px 0px;
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:black;
	font-weight:bold;
	text-decoration: none;
}