﻿

.alertbar
{
	top: 1;
	left: 1;
	z-index: 110;
	background-color: #FFC;
border-bottom: 1px solid #F90;
overflow: hidden;
/*font-weight: bold;*/
}

.overlay 
{
position: inherit;
}

.close-notify 
{
	
font-family: Arial,Sans-Serif;
font-size: 15px;
font-weight: bold;
float: right;
color: black;
text-decoration: none;
border: 2px #FC6 solid;
padding: 0 6px;
margin: 0px 10px 2px 0;
text-decoration:none;

}
.visited {
color: purple;
}

.errMsgBoxStyle
{
	float: left;
height: 15px;
width: 70%;
background-color: #FCECD6;
font-family: Verdana;
color: #555555;
padding: 5px;
border: 1px solid #F5AD4F;
font-size: 11px;
font-weight: normal;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
}