.tabbed-box 
{
	margin-left:50px;
	width:571px;
	clear:both;
}
.tabbed-box .tabs
{
	margin-bottom:10px;
	clear:both;
}
.tabbed-box .tabs span 
{
	padding:2px 6px 2px 0px;
    float: left;
    display: block;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #666666;
    background-color: #eeeeee; 
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tabbed-box .tabs span:first-child
{
    border-left: none; 
}
.tabbed-box .tabs span.active
{
    background: #fff;
    color: #0000ff;
    border-bottom: 1px solid #fff; 
}
.tabbed-content 
{
    padding: 3px 1px 1px 1px;
    display: none; 
    text-align:justify;
    line-height:18px;
    clear:both;
}
.account-name
{
	width:150px;
	vertical-align:top;
}
.account-name span
{
	display:block;
}
.account-name span.selected
{
	display:block;
	color:#0000ff;
	font-weight:bold;
	background-color:#F2FFEF;
}
.account-info
{
	width:415px;
	height:110px;
	background-color:#F2FFEF;
	vertical-align:top;
    text-align:left;
    line-height:20px;
    clear:both;
	color:#0000ff;
}
.account-info span
{
	font-weight:bold;
	width:90px;
}

