/* Comment Styles */
#comments { float:left; clear:left; height:auto; width:500px;
	font-size: 11px;
	text-align: left;
	overflow:auto;
	padding:0px;
	color:##3b4747;
	background-color:#3b4747;
	margin-top:20px;
}

#comments #odd {
	background-color:#caf3f0; 
	margin:5px 0px 0px 3px;
	padding:5px;
}

#comments #even {
	background-color:#cfdae0;
	margin:5px 0px 0px 3px;
	padding:5px;
}

#comments #name {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#comments #date {
	text-align: left;
}

#comments #previewTitle {
	text-align: center;
	font-weight: bold;
	color: #FFCC51;	
	text-transform: uppercase;
}

/* Comment Form Styles */
#commentForm {float:left; clear:left;
	width:400px;
	text-align: left;
	padding:20px 0px 0px 0px;
}

#fields {width:500px; text-align:left; }

#commentForm #name {
	width: 500px;
	margin-bottom: 5px;
	width:100%;
}

#commentForm #comment {
	width: 500px;
	margin-bottom: 10px;
}
