.lnavsrch {
	padding:5px 0 5px 0;
}
#commentform {
	width:500px;
	margin:0 0 20px 40px;
}

fieldset.comment {
	border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
	width:484px;
	border:5px solid #bdbdbd;
	background:#232323 url("http://blog.ninanet.com/wp-includes/images/back-grad.gif") repeat-x  0 0 ;
}

#commentform label {
	clear:both;
	display:block;

	padding:8px 10px;
	height:24px;
	line-height:24px;
	margin:1px 0;
}

#commentform span {
	float:left;
	line-height:30px;
	font-weight:bold;
	color:#dedede;
	width:120px;
	text-align:right;
	padding:0 10px 0 0;
}

.submitdiv {
	width:480px;
	text-align:center;
	margin:5px 0 10px 0;
	clear:both;
}

#submit{
	border:0;
	width:150px;
	height:25px;
	margin: 0 0 0 3px;
	color:#111111;
	font-size:11px;
	background:url("http://blog.ninanet.com/wp-includes/images/s_buttons5.png") no-repeat  0 0 transparent;
}

#submit:hover {
	color:#a2eb41;
	background:url("http://blog.ninanet.com/wp-includes/images/s_buttons5.png") no-repeat  0 -25px  transparent;
}
textarea.txtcomment {
	overflow:hidden;
	color:#FFFFFF;
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	height:114px;
	margin-top:15px;
	padding:13px;
	width:300px;
	border:0;
	outline:none;
	background:url("http://blog.ninanet.com/wp-includes/images/textarea_bg2.png") no-repeat scroll 0 0 transparent;

}
textarea.txtcomment:focus {
	background:url("http://blog.ninanet.com/wp-includes/images/textarea_bg2.png") no-repeat scroll 0 -140px transparent;
}
