div#right_content .section
{
	margin: 0px 0px 10px 2px;
	position: relative;
	top: -16px;
}
	
div#right_content .section_header
{
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-indent: 20px;
	color: White;
}

div#right_content .section_content
{
	padding: 2px 10px 4px 10px;
	font-size: 11px; 
	color: #ccc;
	text-align: left;
	background: url(../pageimages/section_tile.gif) repeat-y;
}

div#right_content .section_content td
{
	font-size: 11px; 
	color: #ccc;
	text-align: left;
}

div#right_content .section_content p
{
	padding-top: 6px;
}

div#right_content .section_footer
{
	background: url(../pageimages/section_footer.gif) no-repeat;
}

div#right_content .section_header.account
{
	background: url(../pageimages/section_header.gif) no-repeat;
}
  
div#right_content .section_header.galaxies
{
	background: url(../pageimages/section_header.gif) no-repeat;
}

div#right_content .section_header.download
{
	background: url(../pageimages/section_header.gif) no-repeat;
}

div#right_content .section_header.ads
{
	background: url(../pageimages/section_header.gif) no-repeat;
}

div#right_content .section_header.poll
{
	background: url(../pageimages/section_header.gif) no-repeat;
}

/* login form */

form#login_form
{
	text-align: right;
}

form#login_form #login_username,
form#login_form #login_password
{
	color: #ccc;
	width: 175px;
	font-size: 11px;
	background-color: #445965;
	border: solid #5c6670 1px;
	margin: 2px 0 2px 0;
}

form#login_form #login_button
{
	font-size: 11px;
	font-family: Tahoma, Helvetica;
	color: White;
	background-color: #445965;
	border: solid #5c6670 1px;
	cursor: pointer;
	margin: 2px 0 0 0;
}
