/* Popup window */

#container{
	float: none;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000;
	border: none;
}
#header, #main, #footer{
	margin: 0 10px;
	width: 780px;
}

/* Header */
#header{
	background: url(/images/templates/template1/template1_profile_header-bg.jpg) no-repeat;
}
#supra-nav li.close{
	padding-left: 5px;
	background: url(/images/supra-nav-x.gif) no-repeat 0px 6px;
}
#topnav{
	margin: 0;
	background: url(/images/popup_topnav-bg.gif) repeat-x;
}
#topnav li a{
	margin: 3px 0 0 0;
	background: transparent;
	border-right: 1px solid #1A1B0C;
}

/* Main Contents */
#main{
	background: #cc9;
}
#privacy-policy,
#help{
	margin: 7px;
	padding: 7px;
}
#privacy-policy h2,
#help h2,
#help h3{
	padding-left: 5px;
	/*background: url(/images/box-h3-bg.gif) top right no-repeat #4F4D26;*/
	font-size: 100%;
	color: #fff;
	line-height: 2em;
	border-left: 5px solid #2D2C17;
	margin: 0 -7px 3px -7px;
	clear: left;
}

