body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a img {
	border:0;
}


.wrap {	/* The color and opacity of the modal layer */
	background-color:#666666;
}
.container { /* The container element and it's offset from the top of the page */
	top:40px;
}
.container .content {
	background-color:#FFF;
	font-size:11px;
	font-family:Tahoma;
	padding:5px 5px 5px 5px;
	font-weight: bold;
}
.text { /* Contains the caption and close button */
	background-color:#FFF;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.caption { /* Caption Style */
	margin-top:0px;
	padding:2px;
	margin-bottom:5px;
}
.close_button { /* Close button style */
	float:right;
	display:block;
	width:50px;
	height:15px;
	margin-bottom:2px !important;
	margin-bottom:0px;
	background-image:url("../images/button_close.jpg");
	cursor:pointer;
	cursor:hand;
}

/* Do not change the settings below */
.wrap {	
	position:fixed !important;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;

}
.container {
	position:absolute;
	text-align:center;
	width:100%;
	z-index:2000;
	left:0px;
}
.container .content {
	margin:0px auto;
	text-align:left;
}
.text {
	position:absolute;
	bottom:0px;
	margin-right:5px;
}
