body
{
	margin:0px;
	padding:0px;
}
.pop_main
{
	float:left;
	width:345px;
	height:auto;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
.pop_top
{
	float:left;
	width:345px;
	height:46px;
	background:url(../images/pop_top.png) no-repeat;	
}
.pop_mid-down
{
	float:left;
	width:345px;
	min-height:116px;
	height:auto;
	overflow:hidden;
	background:transparent url(../images/pop_mid-down.png) repeat-y scroll 0 bottom;
}
.pop_mid-up
{
	background:transparent url(../images/pop_mid-up.png) no-repeat scroll 0 0;
	float:left;
	height:auto;
	min-height:113px;
	overflow:hidden;
	width:345px;
}
.pop_mid_bottom
{
	float:left;
	width:345px;
	height:27px;
	overflow:hidden;
	background:url(../images/pop_bottom.png) no-repeat 0 0;
}
.pop_content
{
	border:0px solid #FFFFFF;
	float:left;
	height:auto;
	margin:10px 0 0 19px;
	overflow:hidden;
	width:256px;
}
.close_pop{
text-decoration:none; font-weight:none; font-size:10px;position:right; color:#ddd;
}


.close_pop a:hover{
color:#9bb3b3;;
}

