@charset "utf-8";
/* CSS Document */
.commentsadd input.f-text{width:160px}
.commentsadd label{font-size:12px;display:block;float:left;margin-right:5px; color:#666;}
   
.commentsadd input,textarea{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666;}
.commentsadd textarea{width:302px; height:60px; overflow:auto;}
.commentsadd input.f-submit{
	background:#CA0002;
	border: 1px solid #CA0002;
	font-size:12px;
	color:#fff;
	cursor:pointer;
	height:19px;
	width:155px;
}
.commentsadd fieldset{border:0}
.message {font-size:12px; color:#666; margin-left:40px;}



