/**********************************
Use: Main Screen Import
@import "reset.css";
@import "core.css";
***********************************/
@import "cmxformTemplate.css";
@import "cmxform.css";

.comment {
	border: none;
	border: 1px solid #006FD9;
	background: url(/images/bg_ad5.gif) repeat-x;
}
.comment2 {
	border-top: 3px solid #006FD9;
	border-bottom: 3px solid #006FD9;		
}
.comment h3, .comment p { margin: 2px 2px; padding: 2px 2px; }
#commentform label { width: 80px; }
#commentform label.error, #commentform input.submit { margin-left: 82px; }
.user-comment
{
	position: relative; 
	width: 420px; 
	background-color: white;
}
.user-comment td p{
	margin: 4px 4px;
}
.user-comment-header
{
	position: relative; 
	width: 100%; 
	background-color: #4B9AE4;
	color:white;
	font-weight:bold;
	padding: 4px 4px;
}
.user-comment-header td {
	color:white;
	font-weight:bold;
}
