#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url(../../../../images/sexyAlert/bg-box-bottom.png) bottom left no-repeat !important;
}

#SexyAlertBox-Box {
  background: url(../../../../images/sexyAlert/bg-box-bottom.gif) bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url(../../../../images/sexyAlert/bg-box-top.png) top left no-repeat !important;
}

#SexyAlertBox-InBox {
  background: url(../../../../images/sexyAlert/bg-box-top.gif) top left no-repeat;
}

#SexyAlertBox-BoxContent {
  background: url(../../../../images/sexyAlert/bg-box-body.gif) top left repeat-y;
  padding:  0 20px;
}

#SexyAlertBox-BoxContent {
  background: url(../../../../images/sexyAlert/bg-box-body.png) top left repeat-y !important;
}

#SexyAlertBox-BoxContenedor {
  padding: 0 0 5px 55px;
  text-align: left;
  font-family: Verdana, serif;
  font-size:12px;
  color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong, .h1{
  text-align: left;
  font-family: Verdana, serif;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin: 0;
  padding: 0;
}

#SexyAlertBox-Buttons{
  text-align:right;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url(../../../../images/sexyAlert/dialog-warning.png) top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url(../../../../images/sexyAlert/dialog-help.png) top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url(../../../../images/sexyAlert/dialog-help.png) top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url(../../../../images/sexyAlert/dialog-information.png) top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url(../../../../images/sexyAlert/dialog-error.png) top left no-repeat;
}