
.popup
{
	position:fixed;
	z-index:9999;
	width:640px;
	height:480px;
	display:none;
	float:left;	
}

.popup_body
{
	background-color: #FFFFFF;
	margin:0px;
	border:1px solid #01737D;
	border-bottom:0;
	overflow:auto;
}

.popup_header_left
{
	background-image:url('../../../image/public/head_li.png');	
	background-repeat: no-repeat;
	position:relative;
	top:0px;
	left:0px;	
	width:6px;
	height:29px;
	margin:0px;
	padding:0px;
}

.popup_header_middle
{
	background-image:url('../../../image/public/head_mi.png');	
	background-repeat: repeat-x;
	position:relative;
	top:0px;
	left:0px;
	padding-top:2px;
	margin:0px;

	font-family: Arial;
    font-size:13px;
	font-weight: bold;    	
    color:#ffffff;	
    text-decoration:none;
}

.popup_header_right
{
	background-image:url('../../../image/public/head_re.png');	
	background-repeat: no-repeat;
	position:relative;
	top:0px;
	left:0px;	
	width:6px;
	height:29px;
	margin:0px;
	padding:0px;
}

.popup_footer
{
	background-color: #FFFFFF;
	border:1px solid #01737D;
	border-top:0;
	
	position:relative;
	top:0px;
	left:0px;
	height:29px;
	margin:0px;
	padding:0px;
}
