#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;
}

p {
	color: #000000;
	background-color: transparent;
}

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

#lertWindow {
	border:1px solid #aaa;
	width:21%;
	margin:0 auto;
	padding:1px;
	background:black;
}

#lertMessage {
	font-weight:normal;
	font-size:11px;
	font-family: Tahoma, Verdana, Sans;
	clear:right;
	padding-bottom:15px;
	width:80%;
	text-align:left;
	margin-left:20px;
	color:yellow;
	background-color: transparent;

}

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

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

#lertDefaultButton {
	font-weight:bold;
}

#iepromptfield {
	border:1px solid #aaa;
	}
	
#IEPromptBox input.submit {
	border: 1px solid #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 100px;
	font-weight: normal;
	color: #ffff00;
	background: black;
	}
#IEPromptBox input.cancel {
	border: 1px solid #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 100px;
	font-weight: normal;
	color: #ffff00;
	background: black;
	}