@charset "utf-8";

#above_content_block-background
{
	position: fixed;
	_position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: #000000;
	left: 0px;
	top: 0px;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}


#above_content_block
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	z-index: 10001;
	margin: 0px auto !important;
}
#above_content_block-close_button-container
{
	margin-top: 0px;
	height: 0px;
	position: relative;
	z-index: 5;
	overflow: visible;
	padding-right: 57px;
	padding-left: 57px;
	text-align: right;
}
/* fucking IE7! */
#above_content_block-close_button-container:hover
{
	*margin-top: -1px;
	*margin-bottom: 1px;
}
#above_content_block-close_button
{
	display: inline-block;
	margin-top: 10px;
	width: 18px;
	height: 18px;
	background: scroll url('/images/center/above_content_block/above_content_block-close_button.png') 0px 0px no-repeat;
	cursor: pointer;
	_margin-bottom: -28px;
	_position: relative;
	_z-index: 10;
}
#above_content_block-close_button:hover
{
	background-position: 0px -18px;
}
#above_content_block-top-left
{
	padding-left: 91px;
	background: scroll url('/images/center/above_content_block/shadow-top-left.png') bottom left no-repeat;
}
#above_content_block-top-right
{
	padding-right: 93px;
	background: scroll url('/images/center/above_content_block/shadow-top-right.png') bottom right no-repeat;
}
#above_content_block-top-center
{
	height: 37px;
	background: scroll url('/images/center/above_content_block/shadow-top-bg.png') bottom left repeat-x;
}
#above_content_block-center-left
{
	padding-left: 47px;
	background: scroll url('/images/center/above_content_block/shadow-left-bg.png') top left no-repeat;
}
#above_content_block-center-right
{
	padding-right: 47px;
	background: scroll url('/images/center/above_content_block/shadow-right-bg.png') top right no-repeat;
}
#above_content_block-center-center
{
	padding: 33px 40px 0px 40px;
	background-color: #ffffff;
}
#above_content_block-above_bottom-left
{
	padding-left: 47px;
	background: scroll url('/images/center/above_content_block/shadow-above_bottom-left.png') bottom left no-repeat;
}
#above_content_block-above_bottom-right
{
	padding-right: 47px;
	background: scroll url('/images/center/above_content_block/shadow-above_bottom-right.png') bottom right no-repeat;
}
#above_content_block-above_bottom-center
{
	height: 37px;
	background-color: #ffffff;
}
#above_content_block-bottom-left
{
	padding-left: 91px;
	background: scroll url('/images/center/above_content_block/shadow-bottom-left.png') top left no-repeat;
}
#above_content_block-bottom-right
{
	padding-right: 93px;
	background: scroll url('/images/center/above_content_block/shadow-bottom-right.png') top right no-repeat;
}
#above_content_block-bottom-center
{
	height: 57px;
	background: scroll url('/images/center/above_content_block/shadow-bottom-bg.png') top left repeat-x;
}

#above_content_block-content
{
	overflow: auto;
}

