#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 {
	width: 35%;
	margin: 0 auto;
	padding: 0px;
	background: black;
	}
#lertMessage {
	padding: 25px 25px 0;
	text-align: left;
	color: #ffec00;
	}
	
#lertButtons {
	text-align: left;
	padding: 0 25px 25px;
	}
	
.lertButton {
	margin: 0 10px 0 0;
	padding: 3px 10px;
	width: auto!important;
	height: 20px;
	background: transparent url(/images/btn/btn-language-r.jpg) no-repeat bottom right;
	border-left: 1px solid #363636;
	color: #ffec00;
	text-transform: uppercase;
	letter-spacing: 0px;
	}
	
.lertButton:hover {
	color: #000;
	background: transparent url(/images/btn/btn-language-r.jpg) no-repeat top right;
	}	
	
.lertButton:link,
.lertButton:active,
.lertButton:visited {
	color: black;
	text-decoration: none;
	}	
	
.lertButton:hover {
	color: #ffec00;
	text-decoration: none;
	}	

#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;
	}*/
	
/* OUD */

	
/*#lertMessage {
	clear: right;
	padding: 10px;
	width: 80%;
	text-align: left;
	margin-bottom: 0;
	color: #ffec00;
	background-color: transparent;
	}*/
	
/*#lertButtons {
	clear:both;
	text-align:left;
	padding: 0 10px 10px;
	margin-bottom: 0px;
	}*/
	
/*.lertButton {
	height: 20px;
	background: black;
	padding: 3px 5px;
	margin: 0;
	border: 1px solid #aaa;	
	color: yellow;
	text-decoration: none;
	}*/

/*#lertDefaultButton {
	font-weight:bold;
}*/
