#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../Imagenes/sexy/bg-box-bottom.png') bottom left no-repeat !important;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../Imagenes/sexy/bg-box-top.png') top left no-repeat !important;	
}

#SexyAlertBox-BoxContent {
  background: url('../Imagenes/sexy/bg-box-body.png') top left repeat-y !important;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 50px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#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:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Box .blank{
	background: url(../Imagenes/bot_blank.png) no-repeat scroll 0 0 transparent;
	float: none;
	font-size: 13px;
	cursor: pointer;
	color:white;
	font-family:arial;
	font-weight: bold;
}

#SexyAlertBox-Buttons{
  text-align:right;
  background: white;
  float: left;
  width: 414px;
}

#SexyAlertBox-Buttons .botOk {
	font-family: arial;
	font-weight: bold;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  /*background: url('../Imagenes/sexy/dialog-warning.png') top left no-repeat;*/
  background: url('../Imagenes/sexy/dialog-information.png') top left no-repeat;
  height: 60px;
}

#SexyAlertBox-Box .BoxConfirm {
	background: url('../Imagenes/sexy/dialog-help.png') top left no-repeat #fff;
    height: 66px;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('../Imagenes/sexy/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('../Imagenes/sexy/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../Imagenes/sexy/dialog-error.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm  div.contenedorAlert{
	width: 370px;
	height: auto;
}
	
#SexyAlertBox-Box .BoxConfirm  div.contador{	
	width: 50px;
	float: left;	
}
	
#SexyAlertBox-Box .BoxConfirm  div.mensajeAlert{	
	width: 300px;
	float: left;	
}

#SexyAlertBox-Buttons input {
    margin-right: 5px;
}
	