﻿.pagemessage
{
	background:url(images/alert/alertbg.gif);
	color:Red;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:6px;
	width:100%;
	position:fixed;
	padding-left:10px;
	z-index:9000;
	height:19px;
}
.pagemessage .loading
{
	width:21px;
	height:21px;
	background:url(images/alert/loading.gif);
	background-repeat:no-repeat;
	line-height:21px;
	vertical-align:middle;
	width:90%;
	overflow:hidden;
	padding-left:26px;
}
.pagemessage .alert
{
	width:21px;
	height:21px;
	background:url(images/alert/alerticon.gif);
	background-repeat:no-repeat;
	line-height:21px;
	vertical-align:middle;
	width:90%;
	overflow:hidden;
	padding-left:26px;
}
.pagemessage .approvalalert
{
	width:21px;
	height:21px;
	background:url(images/alert/okicon.gif);
	background-repeat:no-repeat;
	line-height:21px;
	vertical-align:middle;
	width:90%;
	overflow:hidden;
	padding-left:26px;
}
.pagemessagehidden
{
	height:0px;
}
