/*================ CSS reset ================*/
html{color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}*/table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	background:#000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.popupContainer {
	width: 100%;
	height: 100%;
}
.popupContainer .logo{
	margin-bottom:7px;
}
.popupContainer .head {
	background:#3d3d3d;
	border-bottom:7px solid #000;	
	height:44px;
}
.popupContainer .head  h1.title{
	float:left;
	xwidth:250px;
	height:35px;
	margin:0;
	padding:14px 0 0 20px;
	overflow:hidden;
	text-align:left;
	color:#FFFFFF;
	font:normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.popupContainer .head img{
	float:right;
	padding-right:5px;
}
.popupContent {
	height:100%;
	vertical-align: top;
	padding:20px 25px 20px 20px;
}
.popupFoot {
	background:url(../images/bg-footer.gif) 0 0 repeat-x;
	border-top:7px solid #000;	
	height:30px;
	padding:0 0 5px 10px;
	font:10px Arial, Helvetica, sans-serif;
	color:#999999;
	xtext-align:right;
	vertical-align:bottom;
}
.popupFoot .logoTLN{
	float:right;
	padding:20px 10px 0 0;
}
