#SexyAlertBox-Box {
	padding-bottom: 17px;
	background: url('images/box_bottom.png') bottom left no-repeat;
}

#SexyAlertBox-InBox {
	padding-top: 24px;
	background: url('images/box_top.png') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
	background: url('images/box_mid.png') bottom left no-repeat;
	padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
	padding: 30px 0px 5px 0px;
	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:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#SexyAlertBox-Buttons{
	text-align:right;
}

#SexyAlertBox-Buttons input {
	background: url('images/bg_button.png') top left no-repeat;
	width: 100px!important;
	height: 33px;
	border: none;
	margin: 20px 10px 0px 10px;
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
	margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {	
	background: url('images/logo_anapharm.png') top left no-repeat;
	padding-top:-10px;
	margin-left:10px;	
}

#SexyAlertBox-Box .BoxConfirm {
	background: url('images/logo_anapharm.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;
}