﻿.PopupmodalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-inner-wrapper
{
    background-color: transparent;
}
.modal-inner-wrapper .content
{
    background-color: #FFFFFF;
    border: solid 1px Gray;
    z-index: 9999;
    float: right;
}
.modal-inner-wrapper .content .close
{
    float: right;
    margin-right: 2px;
    margin-top: -34px;
    background: # float: right;
}
.modal-inner-wrapper .content h2
{
    background:none;
    /*background-color: #032A59! important;*/
    background-color: #05A1C9 ! important;
    border:none;
    border-bottom: 1px solid #CACACA;
    margin: 0;
    color: #fff;
    font-size: 16px;
    height: 27px;
    padding: 9px 0 0 10px;
}
.modal-inner-wrapper .content .body
{
    padding: 10px 0px 0px 10px;
}
.rounded-corners
{
    /*FOR OTHER MAJOR BROWSERS*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; /*FOR IE*/
    behavior: url(border-radius.htc);
}
.rel
{
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}
.modal-bg
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.6;
    z-index: 999! important;
}
.modal
{
    position: absolute;
    z-index:1000! important;
}
.cssSubmitButton
{
    font-size: 12px;
    background: #fff no-repeat 4px 5px;
    display: inline-block;
    padding: 5px 20px 6px !important;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    position: relative;
    cursor: pointer;
    outline: none;
}
.cssSubmitButton:hover
{
    border: 1px solid #5B5B5B;
    background: #eaeaea no-repeat 4px 5px;
}
a.cssSubmitButton
{
    font-size: 12px;
    background: #fff no-repeat 4px 5px;
    display: inline-block;
    padding: 5px 20px 6px !important;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    position: relative;
    cursor: pointer;
    outline: none;
}

a.cssSubmitButton:visited
{
}

a.cssSubmitButton:hover
{
    border: 1px solid #5B5B5B;
    background: #eaeaea no-repeat 4px 5px;
}

/*.modal input[type=text]{ background:url("../images/spacer.gif") repeat !important;}*/
.modal input[type=text] { background:#fff; border:1px solid #bfbfbf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:3px 0px 5px 8px; font-size:12px; }
.textarea { background:#fff; border:1px solid #bfbfbf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:3px 5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }