@charset "utf-8";

div.comments {
	background: #EBEBEB;
	padding: 1px 10px;
}
.commentsBottomLeft {
	background: #EBEBEB url(images/comments_bottom_left.gif) no-repeat top left;
}
.commentsBottomRight {
	background: url(images/comments_bottom_right.gif) no-repeat top right;
	height: 10px;
}
.commentsTop {
	background: #EBEBEB url(images/comments_top.gif) repeat-x top left;
}
.commentsTopLeft {
	background: url(images/comments_top_left.gif) no-repeat top left;
}
.commentsTopRight {
	background: url(images/comments_top_right.gif) no-repeat top right;
	height: 29px;
}
#comment {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
}
.commentsButton {
	background: url(images/button_submit.gif) no-repeat top left;
	height: 25px;
	width: 70px;
	border: 0px;
	cursor: pointer;
}