#SexyAlertBox-Box {
	height:350px;
	background-color:white;
  padding-bottom: 24px;
 /* background: url('images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('images/bg-box-bottom.gif') bottom left no-repeat;*/
}

#SexyAlertBox-InBox {
	height:350px;
  /*background: url('images/bg-box-top.png') top left no-repeat !important;	
  background: url('images/bg-box-top.gif') top left no-repeat;*/	
}

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

#SexyAlertBox-BoxContenedor {
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#SexyAlertBox-BoxContenedor p{
  width:110px;
	float:right;
	margin-right:0px;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
}

#BoxAlertBtnOk{
  text-align:center;
  float:right;
	margin-top:70px;


}

#SexyAlertBox-Buttons{
  margin-top: 270px;
	margin-right:-90px;
width:100px;
float:right;
  text-align:right;
}



