#content {padding:20px}
#dialog {font-family:arial; font-size:12px; position:absolute; width:450px; padding:10px; z-index:9999;}
#dialog-header {display:block; position:relative; width:434px; padding:3px 6px 7px; height:14px; font-size:12px; font-weight:bold}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(images/dialog_close.gif) no-repeat}
#dialog-content {display:block;  padding:6px; color:#000000; font-size:13px;}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#000; opacity:.75; filter:alpha(opacity=75); z-index:9998}
#dialog-message {display:block; min-height:60px !important; text-align:left;padding:10px;font-size:14px;}
#dialog-footer {display:block; text-align:center;}


.error {background:#fff url(images/dialog_images/error_bg.jpg) bottom right no-repeat; border:2px solid #995151; border-top:none}
.errorheader {background:url(images/dialog_images/error_header.gif) repeat-x; color:#6f2c2c; border:2px solid #995151; border-bottom:none}
/*.error {background:#fff url(images/dialog_images/error_bg_red.jpg) bottom right no-repeat; border:2px solid #990000; border-top:none}
.errorheader {background:url(images/dialog_images/error_header_red.gif) repeat-x; color:#6f2c2c; border:2px solid #990000; border-bottom:none}*/
.warning {background:#fff url(images/dialog_images/warning_bg.jpg) bottom right no-repeat; border:2px solid #c5a524; border-top:none}
.warningheader {background:url(images/dialog_images/warning_header.gif) repeat-x; color:#957c17; border:2px solid #c5a524; border-bottom:none}
/*.success {background:#fff url(images/dialog_images/success_bg.jpg) bottom right no-repeat; border:2px solid #60a174; border-top:none}
.successheader {background:url(images/dialog_images/success_header.gif) repeat-x; color:#3c7f51; border:2px solid #60a174; border-bottom:none}*/
.prompt {background:#fff url(images/dialog_images/prompt_bg.jpg) bottom right no-repeat; border:2px solid #216b48; border-top:none}
.promptheader {background:url(images/dialog_images/prompt_header.gif) repeat-x; color:#fff; border:2px solid #216b48; border-bottom:none}
.info {background:#fff url(images/dialog_images/info_bg.jpg) bottom right no-repeat; border:2px solid #216b48; border-top:none}
.infoheader{background: url(images/dialog_images/prompt_header.gif) repeat-x;color: #fff;border: 2px solid #216b48;border-bottom: none;}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('Fonts/opensans-condbold-webfont.eot');
    src: url('Fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-condbold-webfont.woff') format('woff'), url('Fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.pagetitle_250_help {
            background: url(images/bg_pagetitle_250.png) no-repeat;
            height: 35px;
            color: #fefeef;
            font-size: 18px;
            font-weight: normal;
            padding-top: 6px;
            padding-left: 12px;
            margin-bottom: -10px;
            margin-left: -1px;
            font-family: open_sans_condensedbold;
            text-transform: uppercase;
        }

        .border_pagetitle {
            border-bottom: 5px solid #772527;
        }
        
.titlebg {
    background: #772527;
    padding-left: 10px;
    font-family: open_sans_condensedbold;
    font-size: 18px;
    font-weight: normal;
    padding-top: 3px;
    color: #fff;
    padding-bottom: 1px;
    text-transform: uppercase;
}
.borderbg{ background:url("images/page_titleborder.gif") repeat-x bottom; width:100%; padding-bottom:3px;}

