.InfoMessage
{
	border: 1px solid #6a6;
	font-weight: bold; 
	color: green;
	background: #d7fbd7 url(smallInfo.gif) 3px 2px no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 18px;
	margin:3px 0;
}

.ErrorMessage
{
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 15px;
	margin-bottom:3px;
}
#Notification ul {
	color: red;
}

#Notification ul li {
	list-style:disc;
	list-style-position:inside
}

.InfoMessage,
.ErrorMessage {
  /*max-width: 540px;*/
	width: auto;
	clear: both;
	margin-top: 3px
}
/* http://forums.asp.net/p/1108958/1710136.aspx#1710136 */



#masker
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
    background-color: #ffffff;
    z-Index:1000;
}

#progress
{
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    display:none;
    z-Index:10001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px;
    opacity:0.9;
    filter:alpha(opacity=90)
}

