/************************************************
 *	AJAX Comments			        *
 ************************************************/

.test {
	background-color: blue;
}
.ajax-comments-wrapper {
	border: none;
	background-color: #FFFFFF; /* e */
	clear: both;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
.ajax-comment, .ajax-comment-alt {
	position: relative;
	display: block;
	margin: 5px 0px 10px 0px;
	padding: 0 0 1px 0;
	clear: both;
	color: #222; /* e */
	font-weight: normal;
	line-height: 120%;
	border: 1px solid #D0D0D0;
	overflow: hidden;
}
.ajax-comment-header, .ajax-comment-header-alt {
	top: 1px;
	width: 100%;
	position: relative;
	color: #cccccc;
	padding: 1px 1px 1px -1px;
	margin: 0;
	clear: both;
}
.ajax-comment-header {
	background: #FFFFFF; /*E*/
}
.ajax-comment {
	background: #FFFFFF; /*E*/
}
.ajax-comment-header-alt {
	background: #FFFFFF; /*E*/
}
.ajax-comment-alt {
	background: #FFFFFF; /*E*/
}

.ajax-comment-info {
	color: #666666;
	float: right;
	margin-right: 11px;
}
.ajax-comment-author {
	margin-left: 5px;
	font-weight: bold;
	font-size: 1.0em;
}
.ajax-comment-text {
	padding: 5px;
	margin: 0;
	line-height: 12pt;
	clear: both;
	display: block;
	color: #000000; /*E*/
	font-size: 9px;
	line-height:17px;
}
.ajax-options a{
	color: #99aadd;
	text-decoration: none;
	margin-left: 15px;
}
