#popup_outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#popup {
	margin:0 auto;
    width:794px;text-align: left;
	margin-top: 150px;
}
#popup_hd {
    width:794px;height:72px;background: url(/images/popup_headbg.png) no-repeat center top;position: relative;
}
#popup_hd img {
}
#popup_content {
    width:794px;background: url(/images/popup_contbg.png) repeat-y center top;
}
#popup_inner {
    background-image: url(/images/popup_picbg2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 794px;
	min-height: 420px;
	position: relative;
	top: 66px;
}
#popup_inner_div {
	width: 655px;
	margin-left: 71px;
	padding-bottom: 45px;
	color: #3198d0;
	font-family: Helvetica;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	top: -45px;
}
#popup_inner_div table td, #popup_inner_div table th {
	color: #3198d0;
	font-family: Helvetica;
	font-size: 18px;
	line-height: 22px;	
}
#popup_btm {
    width:688px;height:66px;background: url(/images/popup_bottom.png) no-repeat center top;text-align: center;
	display: none;
}
