
#preload img
{
	height: 0;
	width: 0;
	border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
} 

.AlertBox
{
	position: absolute;
	top: 200px;
	left: 400px;
	display: none;
	z-index: 99999;
	font: 10pt Arial;
	width: 247px;
}

.AlertBoxHeader
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/alertBoxHeader.gif) no-repeat top left;
	padding: 20px 25px 10px 25px;
	font-weight: bold;
}

.AlertBoxTitle
{
	border-bottom: solid 1px #ccc;
}

.AlertBoxContent
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/alertBoxContent.gif) no-repeat top left;
	padding: 0px 25px 10px 25px;
}

.AlertBoxFooter
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/alertBoxFooter.gif) no-repeat top left;
	padding: 5px 15px 10px 15px;
}

.AlertBoxBottom
{
	height: 1px;
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/alertBoxBottom.gif) no-repeat top left;
}

.AlertBox .ButtonInnerContent
{
	text-align: center !important;
	padding-left: 0px !important;
}

.AlertBox .Button
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.AlertBox .Button .ButtonContent .ButtonInnerContent.ArrowLeft,
.AlertBox .Button .ButtonContent .ButtonInnerContent.ArrowRight
{
	padding-left: 5px !important;
	padding-right: 5px !important;
}


