#cform
	{
	border: 1px dotted #fff;
	background: #fefefe;
	padding: 15px;
	/*width: 550px;*/
	}

	
input.cinput, textarea.cinput
	{
	border: 1px solid #ddd;
	width: 366px;
	background: #f2f2f2;
	font: 12px verdana, sans-serif;
	color: #443;
	padding: 4px;
	margin-bottom: 15px;
	outline: none;
	}
	
.cbutton {
	width: 54px;
	height: 20px;
	background: #743 url(/comments/submit.gif) no-repeat;
	outline: none;
	border: 0;
}
	
.clabel {
  font:12px Verdana,sans-serif;
  color: #666;
  padding: 0px;
  margin: 0px;
}
.ccomment {
/*width: 560px;*/
overflow: hidden;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #777;
padding: 0px 0px 0px 0px;
margin: 5px 0px 25px 9px
}
.ccomment2 {
/*width: 560px;*/
overflow: hidden;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #777;
padding: 0px 0px 0px 0px;
margin: 5px 7px 25px 9px
}


.cwrote {
/*width: 480px;*/
overflow: hidden;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #999;
padding: 0px 0px 0px 0px;
margin: 5px 0px 0px 0px
}

.chr {
border: 1px dotted #ddd;
  width: 100%;
  width: 90%;
  background: #ffffff;
  margin: 10px 0px 0px 0px;
  outline: none;
}

.cnick {
font-size: 12px;
font-weight: bold;
text-transform: capitalize;
}

.cnick a{
text-decoration:none;
}

.cdate {
font-size: 8px;
}