﻿#screenshotbackground
{
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	background-color: #000000;
	filter: Alpha(opacity=50);
	opacity: 0.5;
	visibility: hidden;
}

#screenshot
{
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	margin: -200px 0 0 -300px;
	position: fixed;
	z-index: 2;
	visibility: hidden;
}

#screenshot_title
{
	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	height: 34px;
	background: url("/images/screenshotborder_top.gif") 0 0 no-repeat;
}

#screenshot_titletext
{
	position: absolute;
	top: 4px;
	left: 0;
	width: 600px;
	height: 34px;
	font-size: 20px;
	color: #000;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

#screenshot_closebutton
{
	position: absolute;
	top: 6px;
	left: 572px;
}

#screenshot_body
{
	position: absolute;
	left: 0;
	top: 34px;
	width: 600px;
	height: 352px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}

#screenshot_footer
{
	position: absolute;
	left: 0;
	top: 386px;
	width: 600px;
	height: 14px;
	background: url("/images/screenshotborder_bottom.gif") 0 0 no-repeat;
}
