table.green_box .left
{
	border-bottom: 1px solid black;	
	background-image: url(../images/pieces/green_leftcorner_rnd.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

table.green_box .title_text
{	
	background: url(../images/arrow2_ico.jpg) no-repeat left center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #186905;
	padding: 3px;
	padding-left: 18px;
	color:#fff5e0;
	font-weight: bold;
	font-variant: small-caps;
	width:99%;
}

table.green_box .right
{
	border-bottom: 1px solid black;	
	background-image: url(../images/pieces/green_rightcorner_rnd.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

table.green_box .body
{
	padding: 4px;
	border: 1px solid black;
	border-top: 0px;
	background: white;	
}