#SexyAlertBox-Box {
  box-shadow: 0px 0px 30px rgba(0,0,0,0.7);
  background-color: #ffffff;
}

#SexyAlertBox-InBox {}

#SexyAlertBox-BoxContent {
  padding: 20px 20px 20px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 0px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000000;
}

#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:#000000;
  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 {
 	position: relative;
}
#SexyAlertBox-Box .BoxAlert::before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #DB0820;
}

#SexyAlertBox-Box .BoxConfirm {
  position: relative;
}
#SexyAlertBox-Box .BoxConfirm::before {
  content: "\f059";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #DB0820;
}

#SexyAlertBox-Box .BoxPrompt {
  position: relative;
}
#SexyAlertBox-Box .BoxPrompt::before {
  content: "\f059";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #DB0820;
}

/*---- info design start ----*/
#SexyAlertBox-Box .BoxInfo {}
#SexyAlertBox-Box .BoxInfo #SexyAlertBox-Buttons {
  display: none;
}
.SexyAlertBox-Box-info {}
.SexyAlertBox-Box-info #SexyAlertBox-InBox {}
.SexyAlertBox-Box-info #SexyAlertBox-BoxContent {}
/*---- info design end ----*/

#SexyAlertBox-Box .BoxError {
  position: relative;
}
#SexyAlertBox-Box .BoxError::before {
  content: "\f056";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #DB0820;
}