#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../../images/sexyalert/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../../images/sexyalert/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-Box  p {
	border-top:1px solid gray;
	left:4%;
	line-height:1.4em;
	margin-left:-60px;
	padding:33px 30px 0;
	position:relative;
	text-align:justify;
	width:92%;
	font-size: 12px;
	margin-top:16px;
}



#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../../images/sexyalert/bg-box-top.png') top left no-repeat !important;	
  background: url('../../images/sexyalert/bg-box-top.gif') 20px 0px no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('../../images/sexyalert/bg-box-body.png') top left repeat-y !important;
  background: url('../../images/sexyalert/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:14px;
  color:#000;
  font-weight:bold;
  margin:0 30px 10px;
  padding:0px;
}

#SexyAlertBox-BoxContenedor em {
  margin:0 30px;
}


#SexyAlertBox-Buttons{
  text-align:right;
  margin-right:10px;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../../images/sexyalert/dialog-warning.png') 20px 0px no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('../../images/sexyalert/dialog-help.png') 20px 0px no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('../../images/sexyalert/dialog-help.png') 20px 0px no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('../../images/sexyalert/dialog-information.png') 20px 0px no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../../images/sexyalert/dialog-error.png') 20px 0px no-repeat;
}