#popup
{
	padding:15px 20px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#popup #header
{
	margin:0px 0px 10px 0px;
	width:450px;
	border-bottom:5px solid #C2D79F;
	border-top:5px solid #C2D79F;

}

#popup #inner_header
{
	height:38px;
	text-align:left;
	padding:0px;
	margin:5px 0px;
	background-color:#00345B;
	position:relative;
	background:url(/images/popup_topbar_bk.gif) no-repeat right bottom;
}
#popup #header a{
	float:right;
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	background:url(/images/arw_r_C2D79F.gif) no-repeat left center;
	text-decoration:none;
	position:absolute;
	bottom:5px;
	right:20px;
}


