#popupshim 
{
	width:502px;
	height:346px;
	visibility:hidden;
	position:absolute;
	display:none;
	left:50%;
	top:50%;
}
#popuptitle 
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#9A0F12;
	line-height:12px;
	float:left;
	margin-top:6px;
	margin-left:10px;
}
#popupbox {
	width:502px;
	visibility:hidden;
	display:none;
	position:absolute;
	left:50%;
	top:50%;
}
#popupboxtop {
	width:502px;
	height:23px;
	background-image:url(../images/new/popup_window_top.gif);
	line-height:0px;
	display:block;
	background-repeat:no-repeat;
}
#popupboxbottom {
	width:502px;
	height:23px;
	background-image:url(../images/new/popup_window_bottom.gif);
	line-height:0px;
	display:block;
	background-repeat:no-repeat;
}
#popupclose {
	top:6px;
	right:15px;
	position:relative;
	float:right;
}
#popupcontent {
	background-image:url(../images/new/popup_window_content.gif);
	background-repeat:repeat-y;
	padding-left:1px;
	width:502px;
}
