/* COMMENTS */
.comments p {
	line-height: 1.2em;
	margin: 0 0 6px 125px;
}
.comments p.small {
	margin: 0 0 6px 56px;
}
.comments p.edit {
	margin: 3px 0 6px 250px;
}
	.comments p.small a, .comments p.edit a {
		font-weight: bold;
	}
.comments input,textarea {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #EFEFEF;
	border: 1px solid #D0CCC9;
	outline-style: none;
	margin: 3px 0;
}
.comments input {
	width: 250px;
}
.comments textarea {
	width: 657px;
	height: 100px;
}

.comments label {
	float: left;
	clear: both;
	width: 150px;
	text-align: right;
	margin: 0 20px 0 80px;
	line-height: 24px;
}
.comments label.small {
	width: 36px;
	margin-left: 0;
}

button.button {
	float: right;
	clear: both;
	cursor: pointer;
	border: none;
	width: 100px;
	line-height: 24px;
	height: 24px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background: url(../images/endfull/button-bg.gif) no-repeat;
	margin: 3px 0 0 0;
}
	.comments button.button:hover {
		background-position: 0 100%;
	}
.comments a.passwordMessageLink {
	cursor: pointer;
}
.comments a.smiliesLink {
	float: left;
	cursor: pointer;
	width: 520px;
	margin: 3px 0 0 56px;
	font-weight: bold;
}
.comments a.passwordLink {
	float: left;
	clear: both;
	cursor: pointer;
	width: 150x;
	margin: 3px 0 0 250px;
	font-weight: bold;
}
.comments .smilies {
	float: left;
	display: none;
	width: 520px;
	margin: 0 0 0 50px;
}
	.comments .smilies img {
		cursor: pointer;
		display: inline;
		margin: 0 6px;
	}
