#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 #989898;
	width:40%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#FFF;
}

#lertMessage {
	font-weight: normal;
	font-size: 12px;
	clear: right;
	padding-bottom: 25px;
	width: 80%;
	text-align: left;
	margin-left: 52px;
	line-height: 1.25em;
}

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

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

.lertButton {
	height: 23px;
	background: #F5F5F5;
	padding: 1px 4px;
	margin: 0px 5px;
	border: 1px solid #989898;
	color: #000;
	text-decoration: none;
	font: normal 11px Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#lertDefaultButton {
	border: 2px solid #989898;

}

.lertHeadline {
    font-weight:    bold;
    font-size:      1em;
    border-bottom:  1px solid #8b8b8b;
    text-transform: uppercase;
    margin-top:     0px;
}

#lertWindow ul {
    list-style: decimal;
    padding-left: 20px;
    padding-top: 10px;
}
