#dialog
{
    position: fixed;
    _position: absolute;	
    width: 600px;
    padding: 0px;
    z-index: 200;
    background: #fff;
    /*font-family: Verdana, Arial, Helvetica;*/
    font-size: 14px;
     
     
}
#dialog-header
{
    display: block;
    position: relative;
    padding: 10px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
}
#dialog-title
{
    float: left;
}
#dialog-close
{
    float: right;
    cursor: pointer;
    margin: 3px 3px 0 0;
    height: 11px;
    width: 11px;
    background: url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/close.gif) no-repeat;
}
#dialog-content
{
    display: block;
    padding: 6px;
    min-height: 160px;
    color: #666666;
    font-size: 13px;
    
}
#dialog-content-inner
{
    position:relative;
    min-height: 128px;
    max-height:300px;
    overflow: scroll;
    overflow-x: hidden;
}
#dialog-content-inner div
{
    width:98%;
}
#dialog-mask
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: Alpha(Opacity=40);
    opacity: 0.4;*/
    z-index: 100;
}
#dialog-button-container
{
    text-align: center;
    margin: 2px 6px 6px 2px;
}
#dialog-button
{
    font-weight: bold;
    font-size: 1.1em;
    /*font-family: Arial, sans-serif;*/
    padding: 2px 5px 2px 5px;
    cursor:pointer;
}
.error
{
    /*background: #fff url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/e_bg.jpg) bottom right no-repeat;*/
    border: 1px solid #924949;
    border-top: none;
}
.errorheader
{
    background: url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/e_hd.gif) repeat-x;
    color: #6f2c2c;
    border: 1px solid #924949;
    border-bottom: none;
}
.errorbutton
{
    background-color: #9F4C4C;
    border: 1px solid #924949;
    color: #fff;
}
.warning
{
    /*background: #fff url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/w_bg.jpg) bottom right no-repeat;*/
    border: 1px solid #c5a524;
    border-top: none;
}
.warningheader
{
    background: url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/w_hd.gif) repeat-x;
    color: #957c17;
    border: 1px solid #c5a524;
    border-bottom: none;
}
.warningbutton
{
    background-color: #eFcC47;
    border: 1px solid #957C17;
    color: #957C17;
}
.success
{
    /*background: #fff url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/s_bg.jpg) bottom right no-repeat;*/
    border: 1px solid #60a174;
    border-top: none;
}
.successheader
{
    /*background: url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/s_hd.gif) repeat-x;*/
    background-color:#23588E;
    color: #fff;
    font-weight:bold;
    border: 1px solid #23588E;
    border-bottom: none;
}
.successbutton
{
    /*background-color: #3c7f51;
    border: 1px solid #fff;
    color: #868686;*/
    width:100%;
}
.prompt
{
    /*background: #fff url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/p_bg.jpg) bottom right no-repeat;*/
    border: 1px solid #4f6d81;
    border-top: none;
}
.promptheader
{
    background: url(/Content/Modules/Cache/Image?~/Content/Images/jquery.modaldialog/p_hd.gif) repeat-x;
    color: #355468;
    border: 1px solid #4f6d81;
    border-bottom: none;
}
.promptbutton
{
    background-color: #4F6D81;
    border: 1px solid #fff;
    color: #fff;
}
