/*joabe*/
.BoxAlert ul {
	margin: 10px 20px 0 20px;
}
.BoxAlert ul li {
	color: #444;
	margin: 0 0 5px 0;
}

#BoxAlertBtnOk, #BoxConfirmBtnOk {
	border: 0;
	width: 57px;
	height: 30px;
	text-indent: -999px;
	background: url("botoes/form_botao_ok.png");
}

#BoxConfirmBtnCancel {
	border: 0;
	width: 90px;
	height: 30px;
	text-indent: -999px;
	background: url("botoes/cancelar.png");
}
#BoxAlertBtnOk:hover, #BoxConfirmBtnOk:hover, #BoxConfirmBtnCancel:hover {
	cursor: pointer;
	background-position: bottom;
}
#BoxAlertBtnOk:hover, #BoxAlertBtnOk:focus {
	background-position: bottom;
} 
/**/
#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('alert/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('alert/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('alert/bg-box-top.png') top left no-repeat !important;
  background: url('alert/bg-box-top.gif') top left no-repeat;
}

#SexyAlertBox-BoxContent {
  background: url('alert/bg-box-body.png') top left repeat-y !important;
  background: url('alert/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,
#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,
#SexyAlertBox-BoxContenedor strong {
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons {
  text-align:right;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput {
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('alert/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('alert/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('alert/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('alert/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('alert/dialog-error.png') top left no-repeat;
}