/* map */


.box{
	position:absolute;	
	width:339px;
	overflow:hidden;
}
.box .top{
	width:339px;
	height:38px;
	overflow:hidden;
}
.box .top .title{
	width:223px;
	float:left;
	font-size:18px;
	line-height:45px;
	padding:0 0 0 27px;
}
.box .top .close{
	width:13px;
	float:right;
	padding:17px 22px 0 0;
}
.box .top .close a{
	width:13px;
	height:12px;
	display:block;
	background:url(../images/infobox/ico_close.png) no-repeat;
	text-indent:-999em;
}
.box .body{
	width:314px;
	padding:8px 0 0 25px;
	font-size:12px;
	line-height:16px;
	color:#242b00;
	overflow:hidden;
}
.box .body .column{
	float:left;
	padding:0 0 5px;
	width:300px;
	height:30px;
}
.end{
	width:339px;
	height:10px;
	overflow:hidden;
	margin-top:116px;
}
.arrow{
	width:31px;
	height:16px;
	overflow:hidden;
	margin: 0 0 0 150px;
}
.box .green_top{
	background:url(../images/infobox/bgr_green_box_top.png) no-repeat left;
}
.box .green_top .title{
	color:#f1ffaa;
}
.box .green_body{
	background:url(../images/infobox/bgr_green_box_body.png) repeat-y;
}
.green_end{
	background:url(../images/infobox/bgr_green_box_end.png) no-repeat;
}
.green_arrow{
	background:url(../images/infobox/bgr_green_box_arrow.png) no-repeat;
}

.box .red_top{
	background:url(../images/infobox/bgr_red_box_top.png) no-repeat;
}
.box .red_top .title{
	color:#ffe7e9;
}
.box .red_body{
	background:url(../images/infobox/bgr_red_box_body.png) repeat-y;
}
.red_end{
	background:url(../images/infobox/bgr_red_box_end.png) no-repeat;
}
.red_arrow{
	background:url(../images/infobox/bgr_red_box_arrow.png) no-repeat;
	width:33px;
	height:13px;
	margin: 0 0 0 149px;
}
