

input[type=text], textarea {
	color: #777777;
	font-size: 11px;
	padding: 3px;
}

input, textarea {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

input[type=submit], input.submit {
	background-color:#6e9213;
	border:1px solid #888888;
	border-color:#26446E #152F5F #0C2253;
	color:#FFFFFF;
	text-shadow:0 1px 0 #3E5A88;
	font-size:11px;
	font-weight:bold;
	padding: 3px 6px 4px;
	text-align:center;
}

#comments {background-color:#fff;padding:15px;width:550px;margin:0px auto;}
#commentlist {}
#commentlist .judul-komen {font-weight:bold;}
.index-comment, .comment {
	margin-top: 5px;
	padding: 7px;
	background-color: #f7f3e5;
	border-top:1px solid #e6dec4;
}
.index-comment .ic-avatar {
	float: left;
}
.ic-text {
	width: 470px;
	float: right;
	color: #645f4f;
	margin-right:10px;
}
.ic-author {font-weight:bold;color:#dd6300;font-size:11px;}
.ic-date {
	color: #777;
	margin-top: 2px;font-size:10px;
}
textarea.respondtext {
	border:1px solid #d9d0b2;
	height:18px;
	width:250px;
}
.ic-content img {border: none;}
.comment-form input[type=text], #comment_form input[type=text], .comment-form textarea, #comment_form textarea {
	border:1px solid #d9d0b2;
	margin-bottom: 3px;
	padding:5px;
	width:200px;
}
.form_submit_right {
	text-align: right;
	margin-right:10px;
}

.nofloat {
	float: none;
	width: 100%;
}
input[type=text]#author,input[type=text]#email,input[type=text]#url{
	background-image:url(../images/icn.gif);
	background-repeat:no-repeat;
	padding-left:22px; border:1px solid #d9d0b2;
}
.form_comment2 {float:right;width:470px;margin-right:10px;}
textarea#kembali {width:98%;}
textarea#terus {width:98%;}
#author{
	background-position:3px -477px;
}
#email{
	background-position:3px -349px;
}
#url{
	background-position:3px -509px;
}
