.toolbarWarning 
{
	padding: 0;
	margin:0;
	min-height: 20px;
	background-color: #adcbf9;
}

.toolbarWarning .sld 
{
	background: url(../Images/Controls/ToolBarWarning/sld-top.gif) top repeat-x;
}

.toolbarWarning .sld .sld 
{
	background: url(../Images/Controls/ToolBarWarning/sld-bottom.gif) bottom repeat-x;
	display: table;
	width: 100%;
}

.toolbarWarning ul 
{
	list-style: none;
	margin: auto;
	padding:0;
}

.toolbarWarning ul li 
{
	padding-top: 3px;
	margin: 0;
}

.toolbarWarning ul li .message a 
{
	text-decoration: none;
}

.toolbarWarning ul li .message
{
	background-image: url(../Images/Controls/Icons/16/warning.gif);
	background-position: top left;
	background-repeat: no-repeat;
  position:relative;
	font-size: 11px;
	font-family: Tahoma;
	padding-bottom: 5px;
	padding-left: 20px;
}