#SexyAlertBox-Box {
background-color: #ddd;
}

#SexyAlertBox-InBox {
 	border: #BAB0CC 1px solid; vertical-align:top;
	width: 400px;
	background: #eee url(images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

#SexyAlertBox-BoxContenedor {
  padding-left: 85px;
  text-align: left;
  font-family:Verdana;
  font-size:13px;
  color:#000;
  width: 350px;
}


#SexyAlertBox-Buttons{
text-align:right;
padding: 10px 280px;

}

#SexyAlertBox-Buttons input {
margin: 0px 10px 10px 0px;
background-color: #BAB0CC;
width:100px;
height:30px;
}


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

#SexyAlertBox-Box .BoxAlert {
  background: url('images/alert.png') top left no-repeat; margin:-20px -30px 0px -30px;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('images/confirm.png') top left no-repeat; margin:-20px -30px 0px -30px;
}

#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;
}