#combox{
	width:80%;
	margin:auto;
	padding-bottom:15px;
	font-size:12pt;
	text-align:left;
}
#combox h4{
	margin:15px 0px 5px 0px;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:#555;
	font-size:13pt;
}
#comments{
	width:90%;
	margin:auto;
}
#comments .response{
	margin:10px auto 0px auto;
	background-color:#EEE;
	border-width:3px 0px 3px 0px;
	border-style:dotted;
	border-color:#555;
	padding:8px;
	overflow:hidden;
}
#comments .response .postdate{
	float:right;
	font-style:italic;
	font-size:smaller;
}
#comments .response .reply{
	padding:5px 15px 5px 15px;
}
#comments p{
	margin:0px;
}
#combox form{
	width:90%;
	margin:auto;
}
#comname, #emam, #web, #comment{
	width:100%;
}

#clear{
	clear:left;
}
.error{
	font-weight:bold;
}