div.comment-form {
	margin-bottom: 3em;
}
div.comment-form h1 {
	background: #a0a0a0;
	color: #fff;
	padding: 0.5em 0 0.5em 6px;
}
div.comment-form form dl {
	margin-top: 4px;
}
div.comment-form form dl dt {
	clear: both;
	float: left;
	width: 150px;
}
div.comment-form form dl dd {
	margin-left: 150px;
	margin-bottom: 4px;
}
div.comment-form form dl dd p {
	margin: 0;
}
div.comment-form form dl dd p.error {
	color: red;
	font-size: 90%;
	font-style: italic;
}
div.comment-form form dl dd input,
div.comment-form form dl dd textarea {
	width: 250px;
	border: 1px solid #a0a0a0;
	padding: 2px 1px;
}
div.comment-form form dl dd textarea {
	height: 6em;
}
div.comment-form form dl #comment_form_dt_question,
div.comment-form form dl #comment_form_dd_question {
	display: none;
}
div.comment-form form ul {
	clear: both;
}
div.comment-form form ul li {
	margin-left: 150px;
}
div.comment-form form ul li input {
	background: #ff7200;
	color: #fff;
	border: 0;
	height: 25px;
}



ul.files {
	list-style-type: none;
	margin: 0 0 2em 0;
}
ul.files li {
	margin: 0;
	padding: 0;
}
ul.files li a {
	display: block;
	padding: 1px 0 1px 22px;
	background: no-repeat center left;
}
ul.files li a span {
	font-size: 70%;
}



h2.comments {
	font-size: 140%;
	color: #4e4e4e;
	margin-bottom: 1em;
}
dl.comments {

}
dl.comments dt {
	padding-bottom: 2px;
	font-weight: bold;
}
dl.comments dt span.date {
	float: right;
	
}
dl.comments dd {
	margin-bottom: 1em;
	padding-bottom: 4px;
	border-bottom: 1px dashed #a0a0a0;
}
	dl.comments dd div.picture {
		padding-top: 1em;
		text-align: center;
	}




dl.items {

}
dl.items dt {
	padding-bottom: 4px;
}
dl.items dt a {
	font-size: 150%;
	color: #4e4e4e;
}
dl.items dt a.back {
	font-size: 90%;
	color: #ff7200;
	float: right;
	padding-top: 8px;
}
dl.items dd {
	margin-bottom: 30px;
}
dl.items dd h2.title {
	font-size: 25px;
	margin-bottom: 0.5em;
}

dl.items dd div.top {
	font-size: 90%;
	margin-bottom: 0.5em;
}
dl.items dd div.top div.left {
	float: left;
	background: #a0a0a0;
	color: #fefefe;
	padding: 1px 3px;
	width: 130px;
}
dl.items dd div.top div.right {
	border-top: 1px solid #a0a0a0;
	margin-left: 140px;
	color: #a0a0a0;
}
dl.items dd div.top div.right a {
	color: #a0a0a0;
	text-decoration: underline;
}
dl.items dd div.top div.right a:hover {
	text-decoration: none;
}
dl.items dd div.bottom {
	background: #a0a0a0;
	margin-top: 0.5em;
	height: 24px;
}

dl.items dd div.bottom a.link-item {
	display: block;
	width: 90px;
	background: #ff7200 url('/dsg/icon_item.gif') no-repeat 3px 7px;
	height: 23px;	/* 24px - PT */
	padding: 1px 0 0 20px;

	color: #fff;
	text-decoration: underline;
}
dl.items dd div.bottom a.link-item:hover {
	text-decoration: none;
}

dl.items dd div.bottom a.link-comment {
	float: right;
	display: block;
	background: url('/dsg/icon_comment.gif') no-repeat 0 7px;
	height: 22px;	/* 24px - PT */
	padding: 2px 5px 0 17px;

	color: #fff;
	text-decoration: underline;
}
dl.items dd div.bottom a.link-comment:hover {
	text-decoration: none;
}