html {
    overflow-x: hidden;
	overflow-y: hidden; 
}

.window
{
	position: absolute;
	top: 160px;
	left: 120px;
	height: 400px;
	width: 400px;
	border: 2px solid #000000;
	z-index: 4;
}

.content
{
	position: absolute;
	top: 20px;
	left: 0px;
	letter-spacing: 0.1em;
	font-size: 10px;
	height: 380px;
	width: 100%;
	font-family: "Plantagenet Cherokee","Georgia","Palatino Linotype","Book Antiqua",Palatino,Cambria,FreeSerif,serif;
	color: #FFFFFF; 
	overflow-x: hidden;
	overflow-y: auto; 
	padding: 0px;
	z-index: 6;
}

.transparency
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 380px;
	background-color: #000000; filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;
	padding: 0px;
}

.header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	color: #FFFFFF;
	background: url('/images/window_header.png');
	padding: 0px;
}

.close
{
	position: absolute;
	top: 3px;
	right: 3px;
	height: 14px;
	width: 14px;
	background: url('/images/close_cross.png');
	padding: 0px;
}