/*body {margin:0; font-family:Verdana, Arial, Helvetica; font-size:14px}*/
.content {padding:20px}
.dialog {position:absolute; width:450px; padding:10px; z-index:1102; background: none;}
.dialog-header {display:block; position:relative; width:436px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
.dialog-title {float:left}
.dialog-close {float:right; cursor:pointer; margin:1px 0px 0 0; height:15px; width:15px; background:url(../imagens/dialog_box/dialog_close.gif) center center no-repeat}
.dialog-close-on {float:right; cursor:pointer; margin:1px 0px 0 0; height:15px; width:15px; background:url(../imagens/dialog_box/dialog_close_on.gif) center center no-repeat}
.dialog-content {display:block; height:180px; color:#000; font-size:14px; text-align: left;}
.dialog-content p{margin-bottom: 2px;}
.dialog-message{height:130px;overflow:auto;padding:5px;}
.dialog-control{text-align: center;padding: 5px;}
/*.dialog-control button{width: 80px;height: 30px;text-align: center;}*/
.dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background: #000; opacity:0.30; filter:alpha(opacity=30); z-index:1101}
.error {background:#fff url(../imagens/dialog_box/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(../imagens/dialog_box/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warning {background:#fff url(../imagens/dialog_box/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(../imagens/dialog_box/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.success {background:#fff url(../imagens/dialog_box/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(../imagens/dialog_box/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.prompt {background:#fff url(../imagens/dialog_box/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheader {background:url(../imagens/dialog_box/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
.info {background:#fff url(../imagens/dialog_box/info_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.infoheader {background:url(../imagens/dialog_box/info_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
.help {background:#fff url(../imagens/dialog_box/help_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.helpheader {background:url(../imagens/dialog_box/help_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
