/*
 * Sponsor page styling
 */

#sidebar
{
	width: 0;
}

#content_area
{
	left: 0px;
	margin:  0 20px 20px 20px;
	position: absolute;
	top: 0px;
}

#sponsor_page
{
	font-size: 0.8em;
	width: 960px;
}

#sponsor_page table
{
	width: 900px;
}

#sponsor_page td.key
{
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 300px:
}

#sponsor_page td.value
{
	width: 600px;
}

#sponsor_settings_form #message
{
	width: 300px;
}