@charset "iso8859-1";

.message {
	font: normal 10px verdana;
	border: solid 1px #CCCCCC;
	margin:3px 10px 15px 10px;
	padding:10px;
	text-align:justify;
}
.author {
	font: normal 9px verdana;
	margin:15px 0px 0px 10px;
	color:#888888;
}
.preview {
	border: dashed 3px #FF0000;
}
.previewA {
	color: #FF0000;
	padding:5px 5px 0px 24px;
	background-image:url('/majic/rs/warning.gif');
	background-repeat: no-repeat;
}
textarea {
	width:550px;
	height:120px;
	font-family :Verdana, Arial, Helvetica, sans-serif; 
	font-size :12px;
}
#cauthor, #captcha {
	font : normal 12px Verdana; 
	width:200px;
	color: #555555;
}
#ccomment {
	width:550px;
	height:120px;
	font : normal 12px Verdana;
	color: 555555;
}
.label {
	font : bold 14px Arial;
	color: #666666;
	margin-top:10px;
}
.commentError {
	font : bold 14px Arial;
	color: #FF0000;
	padding:2px 0px 0px 24px;
	margin-top:15px;
	background-image:url('/majic/rs/warning.gif');
	background-repeat: no-repeat;
}