﻿#simplemodal-container .header {
    height: 30px;
    line-height: 30px;
    width: 99%;
    background: url(../images/confirm/header.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    padding: 0;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/confirm/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -17px;
    right: -18px;
    cursor: pointer;
}

#simplemodal-container {
    background-color: #ffffff;
    border: 1px solid black;
}
