#lertOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#lertContainer{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lertWindow {
	border:1px solid #aaa;
	width:40%;
	margin:0 auto;
	padding:20px;
	background:#FFF;
}

#lertMessage {
	font-weight:normal;
	font-size:12px;
	font-family: Arial, Verdana, Sans;
/*	clear:right; */
	padding-bottom:5px;
/*	width:80%; */
	text-align:justify;
/*	margin-left:32px; */

}

#lertIcon {
	float:left;
	padding:10px;
}

#lertButtons {
	clear:both;
	text-align:center;
}

.lertButton {
	height:25px;
	background:#DDD;
	padding:5px;
	margin: 0px 5px 0px 0px;
	border:1px solid #AAA;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	font-family: Arial, Verdana, Sans;
}

.lertButton:hover {
	background:#3B73B4;
	text-decoration:none;
	color:#000;
}

#lertDefaultButton {
	font-weight:bold;
}