@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
}

#layer {
	position: absolute;
	top: -10px;
	background-color: #000000;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 202;
}

#lcontent {
	position: fixed;
	background-color: #99cdff;
	border: 2px solid #000000;
	z-index: 203;
}

#lcontent div.layercontainer {
	margin: 15px 0;
	padding: 10px;	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#lcontent div.layercontainer a img {
	border: 0;
}

#lcontent div.layercontainer img, #lcontent div.layercontainer table {
	margin: 0 auto;
}

#lcontent #ajaxload {
	margin: 0 auto;
	height: 22px;
	width: 126px;
	background-image: url(../img/gif/ajax-loader.gif);
	background-repeat: no-repeat;
}

#lcontent h1 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}

#lcontent p, #lcontent table, p {
	font-size: 12px;	
}

div#lcclose {
	float: right;
	background-image: url(../img/gif/close.gif);
	width: 20px;
	height: 20px;	
	margin: 0;
}

div#lcclose:hover {
	background-image: url(../img/gif/close_hover.gif);
}

.iframe {
	border: 1px solid #00C5FE;
}

