#BoxOverlay{
background-color:#353535;
width:100%;
}
#BoxOverlay.loading{
background-image:url(../img/loading.gif);
background-repeat:no-repeat;
background-position:center center;
}
#SexyAlertBox-Box {
  padding: 20px;
  background: #fff; color:#111; -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;
  	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

#SexyAlertBox-InBox {
  padding-top: 0px;
  
}

#SexyAlertBox-BoxContent {
  padding: 0px;
}

#SexyAlertBox-BoxContenedor {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px; font-weight:bold; line-height:18px;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align: center;
}

#SexyAlertBox-Buttons button {
  margin: 0px auto;
  margin-top:20px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  
}

#SexyAlertBox-Box .BoxConfirm {
  
}

#SexyAlertBox-Box .BoxPrompt {
  
}

#SexyAlertBox-Box .BoxInfo {

}

#SexyAlertBox-Box .BoxError {
  
}
#SexyAlertBox-Box .BoxError em{
	color:#ccc; font-weight: normal;
}

