﻿#modal {
    position: absolute;
    background: #ffffff;
    border: 3px solid #bb0c0c;
    opacity: 0.8;
    padding: 6px;
    width: auto;
    height: auto;
    border-radius: 20px;
}

#title {
    position: absolute;
    background: #cec9c9;
    border: 1px solid black;
    opacity: 0.8;
    padding: 8px;
    width: 500px;
    top: -1px;
    left: 0px;
}

#content {
    background: white;
    padding: 26px;
    font-weight: 300;
    color: #000000;
    font-family: Arial;
}

/*#close {
    position: absolute;
    width: 24px;
    height: 27px;
    top: -2px;
    right: -10px;
    color: red;
    font-weight: bolder;
    /*background: url("img/x.png") no-repeat 0 5px;*/
/*border: 1px solid black;*/
/*}*/

#OK {
    /*margin-left: 180px;*/
    text-align: center;
    color: #FFF;
    border: 2px;
    padding: 5px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    background: #007db1;
}
