/*
#dialog {position:absolute; width:500px; z-index:200; background:#fff}
*/

#dialog {
position:absolute; 
width:496px; 
z-index:200; 
/*
background:#fff;
*/
background-image: url(https://www.depositagift.com/img/dlg_top_bg.gif);
    background-position:center top;
    background-repeat:no-repeat;

}



/*
#dialog-header {display:block; position:relative; width:483px; padding:3px 6px 5px 7px; height:20px; font-size:14px; font-weight:bold; background-color:#fef9bc}
*/

#dialog-header {
display:block; 
position:relative; 
width:483px; 
padding:3px 6px 5px 7px; 
height:20px; 
font-size:14px; 
font-weight:bold; 
/*
background-color:#fef9bc;

background-image: url(/img/dlg_top_bg.gif);
    background-position:center top;
    background-repeat:no-repeat;
*/
}

#dialog-title {float:left}

/*#dialog-close {float:right; cursor:pointer; margin:2px 2px 0 0; height:19px; width:20px; background:url(http://www.depositagift.com/img/closeX.gif) no-repeat}
*/
#dialog-close {float:right; cursor:pointer; margin:2px 2px 0 0; height:19px; width:58px; background:url(https://www.depositagift.com/img/new_closeX.gif) no-repeat}

#dialog-content {position:relative;display:block; color:#3a1c02; font-size:13px; width:387px; margin-left:40px}
/* #dialog-yesno {position:absolute;width:80%;bottom:0; margin-top:10px}
Vader was here
*/
#dialog-yesno {width:80%;bottom:0; margin-top:10px;margin-left:auto;margin-right:auto;}

#dialog-yes,#dialog-no {padding:3px 0}
#dialog-yes:hover,#dialog-no:hover {background-color:#006633;color:White;font-weight:bold;cursor:pointer}
#dialog-mask {position:fixed; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}
#dialog-content.error {background:#fef9bc url(https://www.depositagift.com/img/messageBubbleMiddle.png) top left repeat-y; width:320px; padding-right:15px; padding-left:55px; padding-bottom:55px}

/*
#dialog-container {background:#fef9bc; border:2px solid #afd79a; border-top:none;}
*/
#dialog-container {
/*
background:#fef9bc; 
*/

 border:none;
    background-image: url(https://www.depositagift.com/img/dlg_background.gif);
    background-position:center bottom;
    background-repeat:no-repeat;
    padding-bottom:2px;

    font-weight:bold;

}



#bubble-top{background:#fef9bc url(https://www.depositagift.com/img/messageBubbleTop.png) top left no-repeat; width:387px; height:9px; margin-left:40px}
#bubble-bottom{background:#fef9bc url(https://www.depositagift.com/img/messageBubbleBottom.png) bottom left no-repeat; width:387px; height:90px; margin-left:40px}

/*
.errorheader {color:#3a1c02; border:2px solid #afd79a; border-bottom:none}

dialog-close
*/
.errorheader {
    color:#3a1c02; 
 
  border:none; 
  /*  
    border-bottom:none;

    background-image: url(/img/dlg_top_bg.gif);
    background-position:center top;
    background-repeat:no-repeat;
    padding-bottom:2px;
*/
}

#dialog-content.warning {background:#fef9bc url(https://www.depositagift.com/img/messageBubbleMiddle.png) top left repeat-y; width:320px; padding-right:15px; padding-left:55px}
.warningheader {color:#957c17; border:2px solid #afd79a; border-bottom:none}
#dialog-content.success {background:#fef9bc url(https://www.depositagift.com/img/messageBubbleMiddle.png) top left repeat-y; width:320px; padding-right:15px; padding-left:55px}
.successheader {color:#3c7f51; border:2px solid #afd79a; border-bottom:none}
#dialog-content.prompt {background:#fef9bc url(https://www.depositagift.com/img/messageBubbleMiddle.png) top left repeat-y; width:320px; padding-right:15px; padding-left:55px}
.promptheader {background:url(https://www.depositagift.com/img/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
