﻿
.messagebox 
{
    position:absolute;
    top:73px;
    overflow:hidden;
    left:201px;
    height:0px;
    display:none;
    background-image:url(/pics.aspx?img=messagebars&rect=95x0x41x41);
    background-repeat:repeat-x;
    background-position:left bottom;
}

.messageboxicon 
{
	position:absolute;
	left:0px;
	bottom:0px;
	height:41px;
	width:37px;
	background-image:url(/pics.aspx?img=messagebars&rect=0x51x37x41);
	background-repeat:no-repeat;
	background-position:left bottom;
	
}

.messageboxtext 
{
	position:absolute;
	left:37px;
	bottom:0px;
	height:36px;
	font:normal 12px Arial;
}

.messageboxclose 
{
	
	background-image:url(/Pics/closeicon.gif);
	background-repeat:no-repeat;
	background-position:right center;
	width:56px;
	font:bold 10px Verdana;
	position:absolute;
	right:8px;
	bottom:16px;
	cursor:pointer;
}