
/************************************************
 *	AJAX Comments			        *
 ************************************************/
.ajax-comments-wrapper {
	background: #111;
	clear: both;
	display: block;
	margin: 0 0 0 30px;
	width: 90%;
	/*-moz-border-radius: 10px;*/
}
.ajax-comment, .ajax-comment-alt {
	position: relative;
	display: block;
	padding: 0 0 1px 0;
	clear: both;
	color: #ccc;
	line-height: 120%;
	/*-moz-border-radius: 10px;*/
	overflow: hidden;
	border-bottom: 1px solid #333;
}
.ajax-comment-header, .ajax-comment-header-alt {
	width: 100%;
	position: relative;
	color: #ccc;
	font: 1.0em Lucida Grande, Verdana, Arial, Sans-Serif;
	padding: 10px 1px 1px 1px;
	margin: 0;
	clear: both;
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
}
.ajax-comment-header {
	background: #111;
}
.ajax-comment {
	background: #111;
}
.ajax-comment-header-alt {
	background: 111;
}
.ajax-comment-alt {
	background: #111;
}

.ajax-comment-info {
	color: #999;
	float: right;
	margin-right: 11px;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.5em;
}
.ajax-comment-author {
	margin-left: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.ajax-comment-text {
	padding: 1px;
	margin: 0;
	font-size: 8pt;
	line-height: 12pt;
	clear: both;
	display: block;
}
.ajax-options a{
	text-decoration: none;
	margin-left: 15px;
}