body {
	text-align: left;
/*	font-family: verdana, arial, sans-serif;*/
}

#comments-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	background-color: #FFF;
}

#comments-title {
	margin: 2px 0 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 182%;
	font-weight: normal;
	color: #8E2800;
/*
	padding-left: 20px;
	background-image: url('../../../../styles/icons/comments.png');
	background-position: 0 5px;
	background-repeat: no-repeat;
*/
}

#post-comment-link {
	padding-left: 20px;
	background-image: url('../../../../styles/icons/comment_add.png');
	background-repeat: no-repeat;
}

#comments-powered-by {
	float: right;
	padding: 5px 10px 0;
	font-size: 77%;
	text-align: right;
}

.comment {
	margin: 20px 0;
}

.roundedcornr_box_328752 {
   background: #FFF0A5;
}
.roundedcornr_top_328752 div {
   background: url(../images/roundedcornr_328752_tl.png) no-repeat top left;
}
.roundedcornr_top_328752 {
   background: url(../images/roundedcornr_328752_tr.png) no-repeat top right;
}
.roundedcornr_bottom_328752 div {
   background: url(../images/roundedcornr_328752_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_328752 {
   background: url(../images/roundedcornr_328752_br.png) no-repeat bottom right;
}

.roundedcornr_top_328752 div, .roundedcornr_top_328752, 
.roundedcornr_bottom_328752 div, .roundedcornr_bottom_328752 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_328752 { margin: 0 20px; }

.balloon-curvy {
	width: 20px;
	height: 20px;
	position: relative;
	left: 35px;
	background-image: url('../images/balloon-curvy.gif');
	background-repeat: no-repeat;
}

.user {
	padding-left: 18px;
	background-image: url('../../../../styles/icons/user.png');
	background-repeat: no-repeat;
}

.group {
	padding-left: 18px;
	background-image: url('../../../../styles/icons/group.png');
	background-repeat: no-repeat;
}

.field {
	font-weight: bold;
}

.form-item {
	margin-top: 10px;
}

.form-error-message {
	margin-top: 2px;
	padding-left: 20px;
	background-image: url('../../../../styles/icons/error.png');
	background-repeat: no-repeat;
	font-weight: bold;
}
