#popup
{
    display: none; 
    padding: 20px; 
    border: 2px solid #9a0e28; 
    background-color: white; width: 540px;
}
#simplemodal-overlay 
{
    background-color:#000000;
    cursor:wait;
}
#simplemodal-container 
{
    width:580px;
    color:#bbb; 
    padding:12px;
}
#simplemodal-container a.modalCloseImg 
{
    background:url(/images/x.jpg) no-repeat; 
    width:25px; height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute;
    top:14px; 
    right:14px; 
    cursor:pointer;
}
