#SexyAlertBox-Box {
  padding-bottom: 35px;

}

#SexyAlertBox-InBox {
  padding-top: 15px;

}

#SexyAlertBox-BoxContent {
 
  padding: 0px 10px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 5px;
  text-align: left;
  font-family:Verdana;
  font-size:15px;
  color:#000;
  background-color: #ff0000;
  width: 400px;
  margin-left: 35px;
  border: solid 5px white;
}

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

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

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

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

#SexyAlertBox-Box .BoxAlert {
  background: url('alerta/alerta.png') top left no-repeat;
   background-color: #ff0000;
}

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

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

#SexyAlertBox-Box .BoxInfo {
  background: url('../alerta/loguito1.png') top left no-repeat;
 background-color: #ffc2a6;
}

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