#SexyAlertBox-Box1 {
	padding-bottom: 24px;
	background: url('../images/alertbox/bg-box-bottom.png') bottom left no-repeat !important;
	background: url('../images/alertbox/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox1 {
	padding-top: 15px;
	background: url('../images/alertbox/bg-box-top.png') top left no-repeat !important;	
	background: url('../images/alertbox/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent1 {
	background: url('../images/alertbox/bg-box-body.png') top left repeat-y !important;
	background: url('../images/alertbox/bg-box-body.gif') top left repeat-y;
	padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
	padding: 6px 8px 6px 8px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #303030;
	border: 1px solid #CDCDCD;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
	text-align: left;
	font-family:Arial;
	font-size:16px;
	color:#303030;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 2px 0;
	border-bottom: 1px solid #CDCDCD;
}

#SexyAlertBox-Buttons{
	text-align:right;
}

#SexyAlertBox-Buttons input {
	width: 150px;
	height: 23px;
	background: url('../images/alertbox/button-ga-verder.gif') top left no-repeat;
	margin: 24px 0 4px 0;
	border: 0;
	cursor: pointer;
}

#SexyAlertBox-Box .BoxInfo #SexyAlertBox-Buttons input {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 23px;
	cursor: default;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
	margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
	background-color: #F9F9F9;
}

#SexyAlertBox-Box .BoxConfirm {
	background: url('../images/alertbox/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
	background: url('../images/alertbox/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
	background: url('../images/alertbox/loader_2187C5_small.gif') 50% 80% no-repeat;
	background-color: #F9F9F9;
	padding: 6px 8px 54px 8px;
}

#SexyAlertBox-Box .BoxError {
	background: url('../images/alertbox/dialog-error.png') top left no-repeat;
}

