
.text_box{
	height: 100%;
	margin:0px 10px 0 10px;
	padding:0;
	border: 1px solid #7a97c5;
	border-bottom:5px solid #7a97c5;
}

.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 solid #7a97c5;
	border-bottom: 3px solid #7a97c5;
	border-top: 3px solid #476ead;
}


/*********** grey box **************/


.greybox_head{
		clear:both;
		padding: 0;
		margin: 0;
		height: 7px;
		background: url(../img/box/greybox_head.gif) bottom left repeat-x;
	}
	
.greybox_corner_lu{
		padding:0;
		margin:0;
		float:left;
		width:7px;
		height:7px;
		background: url(../img/box/greybox_lu.gif) bottom left no-repeat;
	}
	
.greybox_corner_ru{
		padding:0;
		margin:0;
		float:right;
		width:7px;
		height:7px;
		background: url(../img/box/greybox_ru.gif) bottom right no-repeat transparent;
	}



.greybox_side_l{
	clear:both;
	margin:0;
	padding:0;
	background: url(../img/box/greybox_sidel.gif) top left repeat-y;
}
	.greybox_side_r{
		margin:0 0 0 5px;
		padding:0;
		background: url(../img/box/greybox_sider.gif) top right repeat-y;
	}
	
		.greybox_center{
			margin:0px 5px 0 0;
			padding:0px;
			/*height:140px;*/
			background: url(../img/box/greybox_bg.gif) bottom left repeat-x white;

			
		}


	
.greybox_bottom{
	clear:both;
	margin:0;
	padding:0;
	height:7px;
	background: url(../img/box/greybox_bottom.gif) top left repeat-x;
}

	.greybox_corner_ld{
		margin:0;
		padding:0;
		float:left;
		width:7px;
		height:7px;
		background: url(../img/box/greybox_ld.gif) no-repeat top left;
	}
	
	.greybox_corner_rd{
		margin:0;
		padding:0;
		float:right;
		width:7px;
		height:7px;
		background: url(../img/box/greybox_rd.gif) no-repeat top right;
	}
	
	
	/***white rounded box ***/
	
	
.whitebox_head{
		clear:both;
		padding: 0;
		margin: 0;
		height: 24px;
		background: url(../img/box/whitebox_top.gif) top left repeat-x;
	}
	
.whitebox_corner_lu{
		padding:0;
		margin:0;
		float:left;
		width:24px;
		height:24px;
		background: url(../img/box/whitebox_lu.gif) bottom left no-repeat;
	}
	
.whitebox_corner_ru{
		padding:0;
		margin:0;
		float:right;
		width:24px;
		height:24px;
		background: url(../img/box/whitebox_ru.gif) bottom right no-repeat transparent;
	}



.whitebox_side_l{
	clear:both;
	margin:0;
	padding:0;
	background: url(../img/box/whitebox_sidel.gif) top left repeat-y;
}
	.whitebox_side_r{
		margin:0 0 0 24px;
		padding:0;
		background: url(../img/box/whitebox_sider.gif) top right repeat-y;
	}
	
		.whitebox_center{
			margin:0px 24px 0 0;
			padding:0px;
			/*height:140px;*/
			background: url(../img/box/whitebox_bg.gif) bottom left repeat-x white;

			
		}


	
.whitebox_bottom{
	clear:both;
	margin:0;
	padding:0;
	height:24px;
	background: url(../img/box/whitebox_bottom.gif) top left repeat-x;
}

	.whitebox_corner_ld{
		margin:0;
		padding:0;
		float:left;
		width:24px;
		height:24px;
		background: url(../img/box/whitebox_ld.gif) no-repeat top left;
	}
	
	.whitebox_corner_rd{
		margin:0;
		padding:0;
		float:right;
		width:24px;
		height:24px;
		background: url(../img/box/whitebox_rd.gif) no-repeat top right;
	}
	
