﻿DIV.status
{
	visibility: hidden;
	border-top: solid 2px #333333;
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
	border-bottom: none;
	background-color: #ffffff;
	border-radius: 5px;
    box-shadow: 1px 1px 8px #333333; 
    display: block;
    width: 640px;
    height: 48px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: top;
	z-index: 1000;
}
DIV.status IMG
{
    display: inline-block;
	width: 16px;
	height: 16px;
	margin: 13px 13px 0px 13px;
	padding: 0px;
}
DIV.status DIV
{
    display: inline-block;
	width: 564px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}