#SexyAlertBox-Box {
  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 {
  padding-top: 15px;
  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: 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 {
  padding: 20px;
  text-align: left;
  font-family:Tahoma;
  font-size:12px;
  color:#FFF;
  font-weight:bold;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Helvetica;
  font-size:16px;
  color:#FF009D;
  font-weight:bold;
  margin:0px;
  padding:0px;
}
#SexyAlertBox-BoxContenedor h2{
	color:#FF009D;
	font-family:Helvetica;
}

#SexyAlertBox-Buttons{
  text-align:left;
}

#SexyAlertBox-Buttons input {
  background-color:#FF009D;
  border:0px;
  color:#FFF;
  font-weight:bold;
  font-family:Helvetica;
  height:30px;
  margin-top:10px;
  margin-right:10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
  color:#751860;
  font-weight:bold;
}

#SexyAlertBox-Box .BoxAlert {
  /*background: url('images/dialog-warning.png') top left no-repeat;*/
}

#SexyAlertBox-Box .BoxConfirm {
  /*background: url('images/dialog-help.png') top left no-repeat;*/
}

#SexyAlertBox-Box .BoxPrompt {
  /*background: url('images/dialog-help.png') top left no-repeat;*/
}

#SexyAlertBox-Box .BoxInfo {
  /*background: url('images/dialog-information.png') top left no-repeat;*/
}

#SexyAlertBox-Box .BoxError {
  /*background: url('images/dialog-error.png') top left no-repeat;*/
}
/*A partir de aca son mios*/
h1{
	color:#FF009D;
}