.comments-template {
	width: 650px;
	padding-top: 10px;
	overflow: hidden;
}
.comments-template ol {
	margin: 0;
	list-style: none;
}
.comments-template ol li {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.comments-template ol li p{
	line-height: 18px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #efeded;
	border: 1px solid #dfdfdf;
	border-top: none;
}
.responds {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	background-color: #efeded;
	border: 1px solid #dfdfdf;
	
}
.comments-template h2, .comments-template h3 {
	font-size: 14px;
}
#commentform
{
	font-size: 12px;
	color:#999999;
}
#respond {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.use-tags
{
	font-size: 12px;
	color:#999999;
	padding-top: 10px;
	padding-bottom:10px;
}
.commentmetadata {
	width: auto;
	height: 35px;
	background-color: #efeded;
	border: 1px solid #dfdfdf;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.commentmetadata em {
	color: #7d1315;
}


.comment-author
{
	float: left;
}
.comment-author img
{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 5px;
	overflow: hidden;
	border: solid 1px #fff;
}
.comment-time
{
	float: left;
	margin-left: 5px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-size: 12px;
}
.loggedin
{	
	font-size: 12px;
	color:#999999;
	padding-top: 10px;
	padding-bottom:10px;
}
#commentform input, #commentform textarea
{
	background-color: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	color: #333;
}