/**
 * -------------------------
 * @Modal Window Styles
 * -------------------------
 */

.modal {
    font-family: Sans-Serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #949494;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*height: 250px;*/
    left: 50% !important;
    margin-left: -180px !important;
    margin-top: -104px !important;
    padding: 8px;
    position: absolute !important;
    top: 50% !important;
    z-index: 101;
    visibility: hidden;
}

.heading {
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border: 1px solid #B1B1B1;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 96%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modalcontent {
    margin-left: 12px;
    width: 415px;
    margin-top: 5px;
}
.modalcontent p {
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0;
    text-align: left;
    width: 100%;
    line-height: 15px;
}

.modal .fieldbox input {
    background: url("../templateimages/subfield.jpg") repeat-x scroll left top transparent;
    height: 16px;
    padding: 2px 5px;
    width: 250px;
    margin-top: 10px;
    border: solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.close-reveal-modal, .redir-to {
    width:80px;
    height:26px;
    font-size:13px;
    font-weight:bold;
    color:#000000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    float:right;
    border:solid 1px #9b9b9b;
    margin: 3px 16px 0 0;
    cursor: pointer;
} 

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}