#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../img/alertbox/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../img/alertbox/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../img/alertbox/bg-box-top.png') top left no-repeat !important;	
  background: url('../img/alertbox/bg-box-top.gif') top left no-repeat;	
}

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

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Arial;
  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:Arial;
  font-size:14px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:10px 10px 0 10px;
}

#SexyAlertBox-BoxContenedor span{
  text-align: left;
  font-family:Arial;
  font-size:12px;
  color: #D5008A;
  margin:0;
  padding: 0 10px;
}

#SexyAlertBox-BoxContenedor p{
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  color: #3F393F;
  margin-top: 0;
  padding: 10px 30px 0 10px;
  text-align: justify;
}

#SexyAlertBox-BoxContenedor p a {
	text-decoration: none;
	color:#3F393F;
}

#SexyAlertBox-BoxContenedor p a:visited {
	text-decoration: none;
	color:#3F393F;
}  

#SexyAlertBox-BoxContenedor p a:hover {
	text-decoration: none;
	color:#D5008A;
} 




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

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../img/alertbox/dialog-help.png') top left no-repeat;
}

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

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

#SexyAlertBox-Box .BoxInfo {
  background: url('../img/alertbox/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../img/alertbox/dialog-help.png') top left no-repeat;
}

.magenta {
	color:#D5008A;
}