body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	background-color: transparent;
	background-image: none;
}
#container {
	padding: 0px 0px 0px 0px;
	width: 100%;
}


.boxP_c {
}

.boxP_t,
.boxP_tm {
	display: block;
	height: 23px;
	overflow: hidden;
}

.boxP_b,
.boxP_bm {
	display: block;
	height: 33px;
	overflow: hidden;
}

.boxP_tl,
.boxP_tr,
.boxP_ml,
.boxP_mr,
.boxP_bl,
.boxP_br{
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
}

.boxP_ml,
.boxP_mr{
	background-repeat: repeat-y;
}

.boxP_tl,
.boxP_ml,
.boxP_bl{
	padding-left: 28px;
	background-position: left top;
}

.boxP_tr,
.boxP_mr,
.boxP_br{
	padding-right: 29px;
	background-position: right top;
}


.boxP_tl 	{background-image: url(/img/box_popup/top_left.png);}
.boxP_tr 	{background-image: url(/img/box_popup/top_right.png);}
.boxP_bl 	{background-image: url(/img/box_popup/bottom_left.png);}
.boxP_br 	{background-image: url(/img/box_popup/bottom_right.png);}
.boxP_tm 	{background-image: url(/img/box_popup/top.png);}
.boxP_bm 	{background-image: url(/img/box_popup/bottom.png);}
.boxP_ml 	{background-image: url(/img/box_popup/left.png);}
.boxP_mr 	{background-image: url(/img/box_popup/right.png);}

#close {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
}
#close a {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin: 16px 24px 0px 0px;
	z-index: 1000;
}

.content {
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
	height: 1%;
	z-index: 100;
}

.content .image {
	position: absolute;
	top: 0;
	left: 0;
}


