#SexyAlertBox-Box {
  padding-bottom: 24px;
  /*background: url('../images/sexy/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../images/sexy/bg-box-bottom.gif') bottom left no-repeat;*/
}

#SexyAlertBox-InBox {
  padding-top: 15px;
}

#SexyAlertBox-BoxContent {
  background: url('../images/sexy/bg-box-body.png') top left repeat-y !important;
  background: url('../images/sexy/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  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;
}

#BoxAlertBtnOk{
	background: url(../images/bot_aceptar.png) no-repeat;
  	border: none;
	cursor: pointer;
	font-size:0;
	height: 22px;
	width: 72px;	
}

#BoxConfirmBtnCancel{
	cursor: pointer;
	background: url("../images/bot_cancelar.jpg") no-repeat scroll 0 0 transparent;
	border: none;
	font-size: 0;
}

#BoxConfirmBtnOk{
	background: url(../images/bot_aceptar.jpg) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	border: none;
	font-size: 0;
}

#SexyAlertBox-Box .blank{
	background: url(../images/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: 473px;
  margin-left: -64px;
}

#SexyAlertBox-Buttons .botOk {
	font-family: arial;
	font-weight: bold;
}

#SexyAlertBox-Buttons input {
	margin: 10px 6px;
	background: url(../images/bot_blank.png) no-repeat;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	border: none;
	width: 72px;
	height: 22px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  /*background: url('../images/sexy/dialog-warning.png') top left no-repeat;*/
  background: url('../images/sexy/dialog-informationa.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
	background: url('../images/sexy/dialog-help.png') top left no-repeat #fff;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('../images/sexy/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('../images/sexy/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../images/sexy/dialog-error.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm  div.contenedorAlert{
	width: 370px;
	height: 60px;
	}
	
#SexyAlertBox-Box .BoxConfirm  div.contador{	
	width: 50px;
	float: left;	
	}
	
#SexyAlertBox-Box .BoxConfirm  div.mensajeAlert{	
	width: 300px;
	float: left;	
	}	
	
#SexyAlertBox-Box .sexy-table{
	overflow-y: scroll;
	height: 250px;
}


	