/*box*/
.box {
	width:715px;
	margin: 0px auto;
	overflow:hidden;
}



.box div.topleft {
	display: block;
	background: url("../images/box-bg.png") top left no-repeat white;
	padding: 2.0em 0em 0em 1.0em;
}

.box div.topright {
	display: block;
	background: url("../images/box-bg.png") top right no-repeat white;
	padding: 2.0em;
	padding-bottom:0;
	padding-left:0;
	margin-top: -2.0em;
}

.box div.bottomleft {
	display: block;
	height: 25px;
	margin-top: -2.0em;
	background: url("../images/box-bg.png") bottom left no-repeat white;
	clear:left;
}

.box div.bottomright {
	display: block;
	background: url("../images/box-bg.png") bottom right no-repeat white;
	height: 25px;
	margin-left: 3.0em;
}
/*box2*/
.box2 {
	width:700px;
	margin: 0px auto;
	overflow:hidden;
}



.box2 div.topleft {
	display: block;
	background: url("../images/box-bgnews.png") top left no-repeat white;
	padding: 0.5em 0em 0em 0.50em;
}

.box2 div.topright {
	display: block;
	background: url("../images/box-bgnews.png") top right no-repeat white;
	padding: 0.50em;
	padding-bottom:0;
	margin-top: -0.5em;
}

.box2 div.bottomleft {
	display: block;
	height: 10px;
	margin-top: -0.5em;
	background: url("../images/box-bgnews.png") bottom left no-repeat white;
	clear:left;
}

.box2 div.bottomright {
	display: block;
	background: url("../images/box-bgnews.png") bottom right no-repeat white;
	height: 10px;
	margin-left: 0.75em;
}


/*samll box*/
.small_box {
	width:229px;	
	float:left;
	margin:4px;
	overflow:hidden;
	
	
}

.small_box div {
	margin: 0.5em 0 0 -0.8em;
	
	
}

.small_box span.topleft {
	display: block;
	background: url("../images/box_bottom_bg.png") top left no-repeat white;
	height:115px;
	padding: 1.0em 0em 0em 1.0em;
}

.small_box span.topright {
	display: block;
	background: url("../images/box_bottom_bg.png") top right no-repeat white;
	padding:0em .80em;

	overflow:hidden;
	padding-top:15px;
	margin-top: -1.0em;
}

.small_box span.bottomleft {
	display: block;
	height: 10px;
	margin-top: -1.0em;
	background: url("../images/box_bottom_bg.png") bottom left no-repeat white;
	clear:left;
}

.small_box span.bottomright {
	display: block;
	background: url("../images/box_bottom_bg.png") bottom right no-repeat white;
	height: 10px;
	margin-left: 1.50em;
}