/*-----------Style for jQPOOOP--------------------------*/

	
.popup{

z-index:10000;
width:541px;
height:354px;
position:relative;



}

.popup h6 {
	background: url(imgs/warning.jpg) 0 0 no-repeat;
	padding: 0;
	font-size: 14px;
	height: 0px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;

}

.popup button {
	float: right;
	background: none;
	border: none;
	z-index: 100;
	overflow: visible;
	visibility: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
/*
 * jQuery  Plugin jQPOOOP v 0.0.9
 * http://www.dieroboter.com/jQPOOOP/
 * Copyright (c) 2009 Esteban Martin Gimenez
 *http://www.dieroboter.com
 * Dual licensed under the MIT and GPL licenses.
 *Email:jqpooop@gmail.com
 * Date: 2009-08-12 20:42:16 
 * Revision: 9
 * Style CSS
 *
 */

.popup p {

clear: both;
margin: 0px 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: right;
	margin: 0 auto;
	margin-top: 0px;

}

.popup a{

	font-family:arial;
	color:black;
	font-weight:bold;
	text-decoration: none;
}


.popup .accept span {
	padding-top:0px;
	font-size: 13px;
	font-weight: bold;
	color: #1b6181;
	display: block;
	height: 0px;
	width: 80px;
	float: left;
	background: url(imgs/blue_bt_left.jpg) 0 0 no-repeat;
}
