/* Copyright (C) 2009-2010  SomeonesGottaDoIt */
/* styles for comment divs */
.comment {
	font-size: 16pt;
	padding: 0 40px 0 0;
}

.comment P {
	font-size: 12pt;
}

#AddCommentDiv {
	height:auto;
	width:auto;
	overflow:hidden;
	display:none;
	padding-right: 50px;
	padding-left: 50px;
}

#ShowCommentsDiv {
	height:auto;
	width:auto;
	overflow:hidden;
	display:none;
}

