﻿body
{
	font-size:11px;
	font-family:Verdana,Arial,Tahoma;
	color:#333;
	background-color:#859D9D;
}
div#container
{
	height:350px;
	width:600px;        
	margin:0 auto;
	position:relative;
	top:80px;
}
div.message
{
	width:100%;
	height:auto;
	background-color:#ccc;
	border:1px solid #555;
	padding:15px 8px 15px 0px;	
	background-position:5px center;
	background-repeat:no-repeat;
	text-align:right;
	margin-bottom:18px;
	behavior:url(/iepngfix.htc);
}
div.warning
{
	background-image:url(../../images/layout/warning.png);
}
div.error
{
	background-image:url(../../images/layout/error.png);
}
div.title
{
	font-size:18px;
	color:#d40000;
	padding-bottom:19px; 
	width:100%;
	text-align:center;  
	font-weight:bold;     
}