div#community
{
	background-color: #fafafa;
}

div#community table.post
{
	width: 700px;
}

div#community table.post td.left
{
	text-align: right;
	padding-right: 5px;
	width: 100px;
}

div#community table.post td.right
{
	width: 600px;
}

div#community table.post textarea, input.text
{
	border: solid 1px #d8d8d8;
	width: 600px;
}

div#community table.post textarea
{
	height: 100px;
}

div#community a.link
{
	font-size: 11px;
}

div#community table.blog
{
	width: 100%;
	margin: 10px 0 10px 0; 
	color: #666666;
}

div#community table.blog td
{
	font-size: 11px;
}

div#community .community_icon
{
	width: 61px;
	height: 62px;
	background: url(images/community_icon.gif) no-repeat;
}

.community_button
{
	width: 86px;
	height: 19px;
	background: url(images/community_button.gif) no-repeat bottom;
	border: none;
	cursor: pointer;
	font-size: 9px;
	font-family: Tahoma;
}

div#community_note
{
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

div.special_text
{
	margin: 10px 0 10px 0;
	color: #565656;
	font-weight: bold;
}

div.accentcolor
{
	width: 300px;
}

