
body
{
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form
{
	margin:0;
	padding:0;
}

.organic
{
	display:none;
	}
	
.maxtext
{
	margin:0 auto;
	display:block;
	font-size:9px;
	}

#containerCommentBox
{
	margin:0;
	padding:29px 0 0 0;
	width:240px;
	height:287px;
	background-image:url('http://creative.myspacecdn.com/design/myspace/TheBigGame/images/bgCommentBox.gif');
	background-position:0 0;
	background-repeat:no-repeat;
}

#tabs
{
	margin:0;
	padding:0;
	width:239px;
	height:27px;
	border-bottom:1px solid #b0b0b0;
}

a#tab01
{
	margin:0 0 0 6px;
	float:left;
	display:inline-block;
	width:88px;
	height:27px;
	background-image:url('http://creative.myspacecdn.com/design/myspace/TheBigGame/images/commentTab.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}

a:hover#tab01
{
	margin:0 0 0 6px;
	float:left;
	display:inline-block;
	width:88px;
	height:27px;
	background-image:url('http://creative.myspacecdn.com/design/myspace/TheBigGame/images/commentTab.gif');
	background-repeat:no-repeat;
	background-position:0 -27px;
}

a#tab02
{
	margin:0 0 0 2px;
	float:left;
	display:inline-block;
	width:88px;
	height:27px;
	background-image:url('http://creative.myspacecdn.com/design/myspace/TheBigGame/images/responsesTab.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}

a:hover#tab02
{
	margin:0 0 0 2px;
	float:left;
	display:inline-block;
	width:88px;
	height:27px;
	background-image:url('http://creative.myspacecdn.com/design/myspace/TheBigGame/images/responsesTab.gif');
	background-repeat:no-repeat;
	background-position:0 -27px;
}

#content01
{
	margin:0 auto;
	padding:0;
	width:238px;
	height:230px;
	text-align:center;
	background-color:#f3f3f3;
	
}

#content02
{
	display: none;
	margin:0 auto;
	padding:0;
	width:238px;
	height:230px;
	text-align:center;
	background-color:#f3f3f3;
}

#callout
{
	padding:10px 0;
}

textarea.commentBox
{
	width:200px;
	height:100px;
	}
	
input.submitBtn
{
	margin:10px auto 0 auto;
	background-image:url('http://creative.myspacecdn.com/design/myspace/TheBigGame/images/btnSend.gif');
	width:80px;
	height:22px;
	border:0;
	}