#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('images/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('images/bg-box-top.png') top left no-repeat !important;	
  background: url('images/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('images/bg-box-body.png') top left repeat-y !important;
  background: url('images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 0px;
  text-align: center;
  font-family:"Arial Narrow", Impact, Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#113d5a;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: center;
  font-family:"Arial Narrow", Impact, Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#113d5a;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align:center;
}

#SexyAlertBox-Buttons input {
  margin: 10px auto 0;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#BoxConfirmBtnOk, #BoxAlertBtnOk {
	display:block;
	width:70px;
	height:28px;
	margin:10px auto;
	background:url(images/btn_ok.png) 0 0 no-repeat;
	border:none;
	text-indent:-9999px;
	overflow:hidden
}

#BoxConfirmBtnOk:hover, #BoxAlertBtnOk:hover {
	background-position:0 -28px
}

/*#SexyAlertBox-Box .BoxAlert {
  background: url('images/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('images/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('images/dialog-error.png') top left no-repeat;
}*/