/*CSS Document*/

.commenter

{

	font-size: small;

	margin-bottom: 3px;

	color: #05139A;

}

#addComment LABEL

{

	font-size: smaller;

	width: 20%;

	font-weight: bold;

	color: #A2A2A2;

	float: left;

	text-align: right;

}

.commentContent

{

	font-size: small;

	color: #868989;

	font-style: italic;

}

.commentsTitle

{

	font-weight: bold;

	margin-left: 15px;

	margin-bottom: 10px;

	color: #574E4E;

}

#comments

{

	border: 1px solid #E0DFDF;

	border-radius: 10px;

	padding-top: 10px;

	padding-bottom: 10px;

	width: 90%;

	margin: 25px auto auto;

}

.readerComment

{

	border: 1px solid #E7E7E7;

	border-radius: 5px;

	margin: auto auto 10px;

	padding-left: 7px;

	padding-right: 7px;

	padding-top: 3px;

	padding-bottom: 3px;

	width: 80%;

	background: #ECECEC;

}

.commentDate

{

	font-size: x-small;

	color: #ACA8FC;

}

.commentTools

{

	font-size: x-small;

	text-align: right;

	padding-top: 5px;

	padding-bottom: 3px;

	color: #0E22E7;

}

.commentTools .button

{

	border: 1px solid #AFAFAF;

	background: #FFFFFF;

	border-radius: 10px;

	padding: 2px 5px;

}

.commentTools A

{

	text-decoration: none;

}

.commentTools A:hover

{

	background: #ACB3FD none;

	color: #FFFFFF;

}

#addComment TEXTAREA

{

	width: 80%;

}

#addComment .button

{

	margin: 10px auto auto;

	display: block;

	position: relative;

	width: 25%;

}

