/* CSS Document 
opacity:0.4;filter:alpha(opacity=40);*/



.box-left {
	width: 200px;
	height:350px;
	background-image:url(../images/common/box_left_200.gif);
	background-repeat:repeat-y;
	margin:10px 0 0 0;
	padding:0;
}

.box-left p{
	font-size:85%;
	padding:2px;
	margin:0 0 5px 5px
	font-family:Arial, Helvetica, sans-serif;
}	
.box {
	float:left;
	background-image: url(../images/common/box_left_200.gif);
	background-position:left bottom;
	background-repeat:repeat-y;
	width:200px;
	height:160px;
	padding:0px;
	margin:10px 5px 15px 20px;
	}

.box-t {
	background-image:url(../images/common/test_top_without_text3.jpg); /*(../images/box_left_top_200.gif)*/
	background-position:top left;
	background-repeat:no-repeat;
	width:200px;
	padding:0px;
	height:30px;
	margin:0px;
	}

.box-b {
	background-image:url(../images/common/box_left_bottom_200.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	margin-top:310px;
	height:30px;
		}
	
.box p {
	margin:5px;
	}

.box .boximg {
	border:0px;
	width:200px;
	height:130px;
}
.boximg a:hover {
	border:0px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.box_fund {
	background-image:url(../images/common/test_top_without_text3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	}

/*     iframe  	
.news {
	width:98%;
	height:310px;	
	border-top:#999999 1px solid;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	position:relative;
	z-index:1;
	background-color:#fff;
}

.short {
	width:165px;
	border:0px;
	height:auto;
}

.short p{
	font-family:Arial;
	font-size:70%;
	margin:2px;
	padding-bottom:5px;
}*/

