.box p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #73A405;
}
#wrapper{
width: 100%;
margin: 0 auto;
}
.box{
background: #fff;
}
.box div.inner {padding: 10px}
.boxholder{
clear: both;
padding: 4px;
background: #8DC70A;
}
.tab, .tabselected{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
}
#SELECTED_TAB {
	background: url("/tpl/img/greentab_selected.gif") no-repeat;
}
#SELECTED_TAB a {color: white}
.tab {
	background: white url("/tpl/img/greentab.gif") no-repeat;
	background-position: bottom;
}
#WIDE, #WIDE_SELECTED_TAB {
	width: 140px;
}
#WIDE {
	background: url("/tpl/img/greentab_wide.gif") no-repeat;
	background-position: bottom;
}
#WIDE_SELECTED_TAB {
	background: url("/tpl/img/greentab_wide_selected.gif") no-repeat;
	
}
.tab a {color: white; text-decoration: none}
//.tab a {color: #676767; text-decoration: none}
.tabtxt{
margin: 0;
color: #fff;
font-size: 15px;
font-weight: bold;
padding: 9px 0 0 0;
}
#TAB_RIGHT {float: right; margin-right: 0px}
