#JSPopup { 
   z-index:100; 
   position:absolute;
} 
#JSPopup #content {
   background-color:#E4E4E4;
}
#JSPopup #content div {
}
#JSPopup .caption {
   font:Verdana, Arial, Helvetica, sans-serif; 
   font-size:11px;
   color:#666666;
   height:50px;
   text-align:left;
}
#JSPopup .caption .text {   
   padding:10px 20px 10px 10px;
}
#JSPopup #cerrar {
	background-position:center;
	background-image:url(/usa/en/images/button_close.gif);
	background-repeat:no-repeat;
	background-color:#E4E4E4;
	float:right; 
	height:16px;
	width:16px;
	cursor:pointer; 
	margin-top:2px;
	margin-right:5px;
}
#JSPopupBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000000;
    filter: alpha(opacity=40);
    opacity: 0.4;
	z-index:99;
}

