/* box grey */

.grey_box{
	border-style:solid;
	border-width:1px;
	border-color:#ECEAE9;
	position:relative;
	border-bottom:0px;
}

.grey_box_header{
	height:29px;
	width:100%;
	background-color:#ECEAE9;
}

.grey_box_header_text{
	padding-top:7px;
	padding-left:17px;
}

.grey_box_content{
	padding-bottom:10px;
	background-color:#FFFFFF;
	padding-top:9px;
	padding-left:15px;
}

.grey_box_footer{
	position:absolute;
	bottom:0px;
	width:100%;
	height:7px;
	background-image:url('/new_tpl/grey_box_footer.jpg');
}

.grey_box_footer_left{
	position:absolute;
	left:-1px;
	height:7px;
	width:7px;
	background-image:url('/new_tpl/grey_box_left.jpg');
}

.grey_box_footer_right{
	position:absolute;
	right:-1px;
	height:7px;
	width:6px;
	background-image:url('/new_tpl/grey_box_right.jpg');
}

/* fine box grey */

