@import url(general.css);

body {
	margin:0 0 30px 0;
	padding:0;
	background:url(/images/background_body_popup.gif) repeat-x #fff;
	color:#262626;
	text-align:center;
	line-height:1.33em;
}



#head {
	position:relative;
	padding:22px 25px 0 0;
	height:25px;
	color:#fff;
}
* html #head { height:47px; he\ight:25px; }

#head h1 {
	position:absolute;
	width:291px;
	height:38px;
	left:25px;
	top:25px;
	background:url(/images/head/logo.gif) no-repeat;
	z-index:1;
}
#head h1 span { display:none; }
#head a { color:#fff; }
#head a:hover { border:0; }


#content {
	padding:15px 25px;
}

#content h1 { color:#fff; font-size:1.4em; margin-bottom:0.5em; }
#content h2 { color:#333; font-size:1.2em; margin-top:1em; }
#content p { margin-top:1em; }
#content a { color:#000; }
#content a:hover { border:0; }

ul {
	margin:1.2em 0 0 15px;
}
ul li {
	list-style-type:disc;
}
ol { 
	margin:1.2em 0 0 23px;
}
ol li { 
	list-style-type:decimal;
}
p.close-win {
	float:right;
}

ul#bottom-meta { text-align:right; margin-left:25px; margin-right:25px; }
ul#bottom-meta a { color:#000; }
ul#bottom-meta a:hover { border:0; }
ul#bottom-meta li { display:inline; }
ul#bottom-meta li.top {
	margin:0 0 0 auto;
	display:inline;
	padding-left:10px;
	background:url(/images/icon_top.gif) left 0.3em no-repeat;
}
ul#bottom-meta li.close { float:left; }
