#lertOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000 !important;
	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: 1001 !important;
	text-align: center;
}

#lertWindow {
	border:1px solid #000000;
	width:40%;
	margin:0 auto;
	padding:1px;
	background:#FFFFFF url(i/grad.gif) top left repeat-x;
}

#lertMessage {
	font-weight:normal;
	font-size:13px;
	font-family: "Century Gothic";
	clear:right;
	padding-bottom:15px;
	width:80%;
	text-align:left;
	margin-left:52px;
	color:#9F1D77;

}

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

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

.lertButton {
	height:20px;
	background:#E7E7E7;
	padding:1px 4px;
	margin: 0px 5px;
	border:2px solid #AAA;
	color:#3B3A3A;
	text-decoration:none;
	font: normal 11px/10px "Century Gothic";
	font-weight:bold;
}

.lertButton:hover {
	background:#000000;
	color:#e6d093;
}

#lertDefaultButton {
	font-weight:bold;
}