@CHARSET "ISO-8859-1";

body {
	padding: 5px 0 0 0;
	margin: 0;
	background: #1E1E1E url('./images/top_bg.png') repeat-x;
	text-align: center;
}

img {
	border: none;	
}

.email {
	border-top: 7px solid #272727;
	border-bottom: 7px solid #272727;
	background: #141313;
	height: 80px;
	list-style-type: none;
}

.email table {
	width: 992px;
	margin: auto;
}

#video {
	border: 2px solid #d0d0d0;
	width: 992px;
	height: 558px;
	margin: 10px auto;
	background: black;
}

.textinput {
	text-align: center;
	font-size: 18pt;
	height: 44px;
	padding-top: 10px;
	width: 446px;
	background: transparent url('./images/input.png') no-repeat;
	border: none;
}

.thumbtable {
	width: 992px;
	margin: auto;
}
.thumbtable img {
	border: 1px solid #d0d0d0;
}

html,body, #mask {
	height: 100%;
	width: 100%;
}

#mask {
	position: fixed !important;
	position: absolute;
	left: 0;
	top: 0;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
	z-index: 1000;
}

#thumbcontainer {
	width: 992px;
	margin: auto;
}

#thumbcontainer div.thumb {
	float: left;
	margin: 10px 18px;
}

#thumbcontainer div.thumb div {
	float: none;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11pt;
	color: #F5F5F5;
	font-weight: bold;
}
#thumbcontainer div.thumb div em {
	color: #f8b335;
	font-style: normal;
}

#thumbcontainer img {
	border: 1px solid #d0d0d0;
	display: block;
}

#popup {
	position: fixed !important;
	position: absolute;
	width: 724px;
	height: 274px;
	top: 50%;
	left: 50%;
	margin-top: -137px;
	margin-left: -362px;
	background: transparent url('./images/popup_bg_24b.png') no-repeat !important;
	background: none;
	display: none;
	z-index: 1002;
	font-family: "Trebuchet MS", Verdana, Arial;
}

* html #popup {
	top: expression( eval(document.compatMode && document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop +((documentElement.clientHeight-this.clientHeight)/2 )
		: document.body.scrollTop +((document.body.clientHeight-this.clientHeight)/2));
}

* html #popup_under_ie6compat {
	position: absolute;
	width: 724px;
	height: 274px;
	top: 50%;
	left: 50%;
	margin-top: -137px;
	margin-left: -362px;
	z-index: 1001;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/popup_bg_24b.png', sizingMethod='scale');
	display: none;	
}
* html #popup_under_ie6compat {
	top: expression( eval(document.compatMode && document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop +((documentElement.clientHeight-this.clientHeight)/2  )
		: document.body.scrollTop +((document.body.clientHeight-this.clientHeight)/2) );
}

#popup_form {
	position: relative;
	width: 724px;
	height: 274px;
	padding: 0;
	margin: 0;
}
#popup_form div, #popup_form img {
	position: absolute;	
}
#head1 {
	top: 17px;
	right: 20px;
}
#head2 {
	top: 4px;
	right: 34px;
}
#popup_close {
	position: absolute;
	width: 31px;
	height: 31px;
	right: 8px;
	bottom: 9px;
	cursor: pointer;
}
#popup_title {
	font-size: 30pt;
	color: #1E1E1E;
	top: 15px;
	left: 100px;
}

#popup .textinput {
	height: 38px;
	width: 366px;
	background: transparent url('./images/popup_input.png') no-repeat;
	position: absolute;
	bottom: 45px;
	left: 21px;
}
#popup_bt {
	bottom: 45px;
	left: 390px;
	border: none;
	position: absolute;
	background: transparent url('./images/popup_bt.png') no-repeat;
	width: 93px;
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	color: #F3F3F3;
	font-size: 18pt;
	padding: 0;
}

#popup_emailabel {
	color: white;
	left: 23px;
	bottom: 100px;
	font-weight: bold;
	font-size: 14pt;
}
#popup_emailabel_shadow {
	color: #645540;
	left: 24px;
	bottom: 99px;
	font-weight: bold;
	font-size: 14pt;
}

#popup ul {
	position: absolute;
	left: 24px;
	top: 80px;
	list-style-type: none;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #313131;
	margin: 0;
	padding: 0;
}
#popup li {
	background: url('./images/list_ok_orangebg.png') no-repeat;
	padding: 0 0 0 20px;
	line-height: 16px;
	height: 16px;
	margin: 0 0 5px 0;
}