#comment_form {
	border-left : 1px solid #ccc;
	border-right : 1px solid #eee;
	padding : 0px 20px;
	margin : 15px;
	color : #333;
	}
	
#comments {
	margin : 15px 0px;
	color : #333;
	}

#comments hr {
	background-color : #fff;
	background-image : none;
	height : 0px;
	width : auto;
	border : none;
	border-bottom : 1px solid #eee;
	margin : 25px 36px;
	}
	
h2 {
	background : url(../images/dot.png) no-repeat 0% 5px;
	margin : 0px auto 15px 36px;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	padding : 0px 0px 0px 15px;
	color : #690;
	}

.comment {
	border-left : 1px solid #ccc;
	border-right : 1px solid #eee;
	padding : 0px 20px;
	margin : 15px;
	}
.comment blockquote a:link, .comment blockquote a:visited {
	color : #333;
	text-decoration : none;
	padding-bottom : 0px;
	border-bottom : 1px solid #eee;
	}
.comment blockquote a:hover, .comment blockquote a:active {
	color : #333;
	text-decoration : none;
	padding-bottom : 0px;
	border-bottom : 1px solid #999;
	}

.comment_footer {
	font-size : 11px;
	line-height : 15px;
	color : #666;
	}
.comment_footer a:link, .comment_footer a:visited {
	color : #666;
	text-decoration : none;
	padding-bottom : 1px;
	border-bottom : 1px solid #eee;
	}
.comment_footer a:hover, .comment_footer a:active {
	color : #000;
	text-decoration : none;
	padding-bottom : 1px;
	border-bottom : 1px solid #eee;
	}

#comment_form {
	text-align : right;
	margin : 25px 15px;
	}

#comment_form hr {
	background : #fff;
	height : 0px;
	width : auto;
	border : none;
	border-top : 1px solid #eee;
	margin : 15px 0px;
	}
	
#comment_form label {
	height : 19px;
	font-size : 11px;
	margin : 9px 0px 9px 0px;
	line-height : 19px;
	}

#comment_form p {
	text-align : center;
	font-size : 11px;
	}

#author, #email, #url {
	color : #333;
	width : 285px;
	margin : 5px 0px 5px 7px;
	padding : 3px;
	font-family : "lucida grande", lucida, helvetica, geneva, sans-serif;
	font-size : 11px;
	border : 1px solid #ccc;
	}

#text {
	font-family : "lucida grande", lucida, helvetica, geneva, sans-serif;
	font-size : 11px;
	color : #333;
	width : 322px;
	height : 100px;
	margin : 5px auto;
	padding : 3px;
	border : 1px solid #ccc;
	}

#comment_buttons {
	text-align : center;
	}

#comment_buttons input {
	background-color : #fff;
	color : #333;
	font-family : georgia, serif;
	font-size : 11px;
	padding : 5px;
	border : 1px solid #ccc;
	margin : 5px;
	}