/* SimpleModal Styles */
#simplemodal-overlay
{
    background-color: #000;
/*    cursor: wait;*/
}

#simplemodal-container
{
    height: 380px;
    width: 400px;
    background-color: #f6f6f6;
    border: 1px solid #555;
    text-align: center;
}

a.modalCloseImg
{
    background: url(images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
/*    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;*/
}

/*a.modalCloseImg:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}*/
