#SexyAlertBox-Box {
  padding-bottom: 15px;
  width: 310px;
  background-color: #FFF;
  border: 2px solid #cb9a15;
 
}

#SexyAlertBox-InBox {
  padding-top: 8px;


}

#SexyAlertBox-BoxContent {

  padding: 0px 15px;

}

#SexyAlertBox-BoxContenedor {
  padding: 20px 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('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;

}