/* CSS Document */
#popup_wrapper{
	border:#CFCFD0 solid 1px;
	width:900px;
	margin:10px auto 0 auto;
	background:#FFFFFF;	
}

#popup_body h1{
	color:#336600;
	margin:3px;
	font-size:1.7em;
}
#popup_body h2{
	color:#336600;
	margin:3px;
	font-size:1.4em;
}

#popup_header #siteId{
	width:280px;
	height:45px;
	background:#336600;
	padding: 10px;
	float:left;
	text-align:left;
}

#popup_page_info{
	height:45px;
	padding: 10px;
	float:right;
	width:579px;
	background:#669933;
}

#popup_body{
	clear:both;
	padding:15px;
}

#popup_body #content{
	float:left;
	width:600px;
	font-size:1.1em;
}

#popup_body #sidebar{
	float:right;
	width:240px;
	border:#CFCFD0 solid 1px;
	padding: 10px 10px 20px 10px;
}
#inside_footer{
	padding:8px;
	clear:both;
}
