#modalwindow {
    visibility: inherit;
    display: inline;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #373737;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2
    }
#modalBody {
    border: 1px solid rgba(234, 238, 250, 0.6);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    color: #808080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 180px;
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    z-index: 9999
    }
#modalHeader {
    height: 40px
    }
#modalMain {
    height: 80px;
    line-height: 15px;
    text-align: left;
    background-color: #fafafa;
    padding: 10px
    }
#modalFooter {
    height: 40px;
    bottom: 0
    }
.closeButton {
    margin-top: 5px;
    line-height: 30px;
    width: 20%;
    color: #fff;
    background-color: #808080;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
    }
#modalwindow {
    visibility: inherit;
    display: inline;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #373737;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    z-index: 9999
    }
#modalBody {
    border: 1px solid rgba(234, 238, 250, 0.6);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    color: #808080;
    position: fixed;
    width: 250px;
    height: 130px;
    top: 200px;
    left: 20px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    z-index: 99999
    }
#modalHeader {
    height: 40px
    }
#modalMain {
    height: 45px;
    line-height: 15px;
    text-align: center;
    background-color: #fafafa;
    padding: 10px 20px 10px 20px
    }
#modalFooter {
    height: 25px;
    bottom: 0
    }
.closeButton {
    margin-top: 5px;
    line-height: 30px;
    width: 20%;
    color: #fff;
    background-color: #808080;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
    }