#SexyAlertBox-Box {
  padding-bottom: 15px;
  background: url('images/bg-bottom.png') bottom left no-repeat !important;
}

#SexyAlertBox-InBox {
  padding-top: 12px;
  background: url('images/bg-top.png') top left no-repeat !important;	
}

#SexyAlertBox-BoxContent {
  background: url('images/bg-center.png') top left repeat-y !important;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 30px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#628299;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:14px;
  font-style:italic;
  color:#f26531;
  font-weight:bold;
  margin:0px;
  padding:0px;
  padding-top:15px;
}

#SexyAlertBox-Buttons{
  text-align:right;
  padding-right: 51px;
}

#SexyAlertBox-Buttons input {
  margin: 10px 5px;
  border:solid 1px #fff;
  clear:both;
}
#SexyAlertBox-Buttons input[type=submit] {
  margin-left: 5px;
  margin-top: 10px;
  border:solid 1px #ffd4a7;
  clear:both;
  background:#f26531;
  color:#fff;
  font-style:italic;
 }

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
  border:solid 1px #999;
}

#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;
}

.topleftmargin-InBox {
  background: url('images/topleftcorner.png') top left no-repeat;
}

.topcentermargin-InBox {
  background: url('images/topcenter.png') top left repeat;
}

.topleftmargin-InBox {
  background: url('images/toprightcorner.png') top right 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;
}

#SexyAlertBox-BoxXXXXXXXXX .BoxPrompt {
  background: url('images/dialog-help.png') top left no-repeat;
}