#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../images/bg-box-top.gif') top left no-repeat;	

}

#SexyAlertBox-BoxContent {
  background: url('../images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 18px 8px 3px 110px;
  text-align: left;
  font-family:tahoma;
  font-size:11px;
  color:#000000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: center;
  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 12px;
  font-family:tahoma;
  font-size:11px;
  height:22px;
  background-color:#FFFFFF;
  color:#000000;
  border-width:1; 
  border-right-color:#000000;  
  border-bottom-color:#000000; 
  border-left-color:#000000; 
  border-top-color:#000000; 
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
  background-color:#4E83B5;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../images/dialog-warning.png') top left no-repeat;
}