#confirm {display:none; }
#autohide {display:none;}
/* Overlay */
#confirm-overlay {background-color:#eee; cursor:wait; }

/* Container */
#confirm-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #8a1900;}

#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../../images/default/header.gif) repeat-x; color:#fff; font-weight:bold;}

#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../../images/default/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 

#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc; }

a.modal-close1{
    text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;
    margin-right: 10px;
}

#confirm-container1 {height:270px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #8a1900; }

#confirm-container1 .header {height:30px; line-height:30px; width:100%; background:url(../../images/default/header.gif) repeat-x; color:#fff; font-weight:bold;}

#confirm-container1 .header span {padding-left:8px;}
#confirm-container1 .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px; text-align: justify; padding-right: 7px; overflow: auto; height: 210px; }
#confirm-container1 .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;}
#confirm-container1 .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../../images/default/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;}
