body { margin: 0px; padding: 0px; color: #404040; font-size: 0.7em; font-family: Arial, Helvetica, sans-serif;}

#popup_container { width: 480px; min-height: 500px;}
	* html #popup_container  { height: 500px;}
	#popup_header { width: 480px; padding: 0px 10px 0px 10px; background-color: #d3e3b0; border-bottom: 1px solid #b5cc7b;}
		#popup_header_left { width: 205px; float: left; padding-top: 9px;}
		#popup_header_left a { color: #72922f; text-decoration: none; font-weight: bold;}
		#popup_header_left a:hover { color: #34460f; text-decoration: none;}
		#popup_header_right { width: 185px; text-align: right; float: right;}
	#popup_footer { width: 480px; padding: 0px 10px 0px 10px; background-color: #d3e3b0; border-top: 1px solid #b5cc7b;}
		#popup_footer_left { width: 205px; float: left; padding-top: 9px;}
		#popup_footer_right { width: 185px; text-align: right; float: right;}
	.popup_content { padding: 20px 10px 20px 10px; width: 510px;}
	
	h1 {color: #990000; font-size: 140%; font-weight: bold; padding-bottom: 15px; margin: 0px; font-family: Arial;}
	h2 {color: #3f4f00; font-size: 120%; font-weight: bold; padding-bottom: 15px; margin: 0px; font-family: Arial, Helvetica, sans-serif;}
	h3 {color: #3f4f00; font-size: 100%; font-weight: bold; padding-bottom: 10px; margin: 0px; font-family: Arial, Helvetica, sans-serif;}
	
	img { border: none;}
	p { font-family: Arial, Helvetica, sans-serif; line-height: 15px; padding-bottom: 10px; margin: 0px;}
	
	hr { margin-top: 10px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; border-top: 1px dotted #dedede; height: 2px; background: none; border-bottom: none; border-right: none; border-left: none; width: 100%;}
	
	.clear { clear: both;}
	
	.table { font-size: 100%;}
	.table tr { vertical-align: top;}

#box1 {
position: absolute;
top: 50px;
left: 100px;
border: solid 3px #000000;
background-color: #ffff00;
visibility: hidden;



