#lertOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lertContainer{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lertWindow {
	border:1px solid #aaa;
	width:40%;
	margin:0 auto;
	padding:15px 5px;
  border: 1px solid #072f67;
	background:#FFF;
}

#lertMessage {
        font: 11px/13px Verdana, Arial, Helvetica, sans-serif;

	clear:right;
	padding-bottom:15px;
	width:80%;
	text-align:left;
	margin-left:52px;

}

#lertIcon {
	float:left;
	padding:10px;
}

#lertButtons {
	clear:both;
	text-align:right;
	margin-bottom:5px;
}

a.lertButton {
	height:20px;
	background:#E8FFAF;
	padding:5px;
	margin: 0px 20px;
	border:1px solid #072f67;
	color: #072f67;
	text-decoration:none;
	font: normal 11px/10px Verdana, Tahoma, sans;
}

a.lertButton:hover {
	color: #072f67;
	background:#DFFFFE;
}

#lertDefaultButton {
	font-weight:bold;
}