#lertOverlay
{
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*
	background-image: url(../images/opacity_bg.gif);
	background-repeat: repeat;
	*/
	/*
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}

#lertContainer{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lertWindow {
	border:2px solid #ecf4d8;
  width:500px;
  margin:0 auto;
  height:112px;
	padding:1px;
	color: inherit;
	background-image:url(../images/alert.gif);
  background-repeat:no-repeat;
  background-color:white;
}

#lertWindow a
{
	line-height: normal;
}

#lertMessage 
{
	/*
	color: #555555;
	background-color: inherit;
*/
  font-weight:bold;
	font-size:14px;
	color:#679004;
	font-family: Tahoma, Verdana, serif;
	clear:left;
	width:50px;
	padding-top:30px;
	padding-bottom:15px;
	width:80%;
	text-align:right;
	margin:0;
	margin-left: 10px;
}

#lertIcon {
	float:left;
	padding:10px;
	display:none;
}

#lertButtons {
	clear:both;
	text-align:right;
	margin-top:10px;
	margin-bottom:8px;
}

.lertButton {
	height:40px;
	background:#e7f1ce;
	padding:5px 10px 5px 10px;
	margin: 0px 5px;
	color:#679004;
	text-decoration:none;
	font: normal 11px/15px Verdana, Tahoma, serif;
}

.lertButton:hover {
	background:#FFC;
}

#lertDefaultButton {
	font-weight:bold;
}
