.text_box{
	height: 100%;
	margin:0px 10px 0 10px;
	padding:0;
	border: 1px dashed #54679a;
	border-bottom:5px solid #5f73b9;
}

.text_box h2{
	margin:0px;
	padding:6px 0 6px 0px;
	/*line-height:20px;*/
	color:black;
	text-decoration: underline;
	/*background: url(../img/textbox_bg.png) top left repeat-x;*/
}

.text_box h1{
	margin:7px;
	padding:1px 2px 2px 4px;
	line-height:25px;
	color:white;
	background: url(../img/textbox_h1.png) top left repeat-x;
}

.text_box_content{
	padding:15px;
}

.text_box2{
	margin:10px 10px 10px 10px;
	padding:5px 15px 15px 15px;
	border: 1px dashed #54679a;
	border-bottom:3px solid #9CA7CB;
	border-top: 3px solid #54679a;
}

/*********** grey box **************/

.left_top_box{
	margin:0px;
	padding:0;
	
}

.left_topbox_head{
		clear:both;
		padding: 0;
		margin: 0;
		height: 7px;
		background: url(../img/box/left_top_box_head.gif) bottom left repeat-x;
	}
	
.topbox_corner_lu{
		padding:0;
		margin:0;
		float:left;
		width:7px;
		height:7px;
		background: url(../img/box/left_top_box_lu.gif) bottom left no-repeat;
	}
	
.topbox_corner_ru{
		padding:0;
		margin:0;
		float:right;
		width:7px;
		height:7px;
		background: url(../img/box/left_top_box_ru.gif) bottom right no-repeat transparent;
	}



.topbox_side_l{
	clear:both;
	margin:0;
	padding:0;
	background: url(../img/box/left_top_box_sidel.gif) top left repeat-y;
}
	.topbox_side_r{
		margin:0 0 0 5px;
		padding:0;
		background: url(../img/box/left_top_box_sider.gif) top right repeat-y;
	}
	
		.left_topbox_center{
			margin:0px 5px 0 0;
			padding:10px;
			/*height:140px;*/
			background: url(../img/box/left_top_box_bg.gif) bottom left repeat-x #FAFAFA;
			
		}


	
.left_topbox_bottom{
	clear:both;
	margin:0;
	padding:0;
	height:7px;
	background: url(../img/box/left_top_box_bottom.gif) top left repeat-x;
}

	.topbox_corner_ld{
		margin:0;
		padding:0;
		float:left;
		width:7px;
		height:7px;
		background: url(../img/box/left_top_box_ld.gif) no-repeat top left;
	}
	
	.topbox_corner_rd{
		margin:0;
		padding:0;
		float:right;
		width:7px;
		height:7px;
		background: url(../img/box/left_top_box_rd.gif) no-repeat top right;
	}
	