/*-----------Style for jQPOOOP--------------------------*/

	
.popup{

z-index:10000;
width:500px;	/*--------  Ancho del pop-up       ---------------*/
height:540px;	/*--------  Alto del pop-up       ---------------*/
position:relative;
border: solid 1px black;	/*--------  borde del pop-up       ---------------*/
background: #FFFFFF url(imgs/top_back22.jpg) 0 0 repeat-x; /*--------  Fondo del pop-up       ---------------*/

}

.popup h6 {

background: url(imgs/warning22.jpg) 0 0 no-repeat;
margin: 5px 0 0 10px;
padding: 5px 0 0 30px;
font-size: 14px;
height: 22px;
float:left;
color:#FFFFFF

}

.popup button {

float: right;
background: none;
border: none;
margin: 6px 6px 0 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: 40px 10px 10px 10px;
font:Tahoma;
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:tahoma;
	color:black;
	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;
}

