.contentWarning 
{
	background-color:White;
	font-family: Tahoma;
	z-index: 50;
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
}

.contentWarning .contentWarning--messageArea 
{
	background-color:#b2cfff;
	background-image:url(../Images/Controls/WarningPanel/background.gif);
	background-repeat:repeat-x;
	background-position: top;
	min-height:190px;
	border-top:1px Solid Black;
	border-bottom:1px Solid #878787;
	padding-bottom: 20px;
}

.contentWarning--messageArea .content 
{
	margin-top:45px;
}

.contentWarning--messageArea .content h3 
{
	font-weight:bold;
	font-size:12px;
}

.contentWarning--messageArea .content .icon 
{
	float:left;
}

.contentWarning--messageArea .content li 
{
	font-size:11px;
}

.contentWarning .contentWarning--buttonArea 
{
}

.contentWarning--buttonArea .content 
{
	margin-top:10px;
}