#comments, #comment_block {
   background: #FFF;
   border: 1px solid #666;
   margin-top: 20px;
   position: relative;
   top: 0;
   left: 0;
   overflow: hidden;
}

#comment_block #comment_cover {
   filter: alpha(opacity = 30);
   -moz-opacity: 0.3;
   opacity: 0.3; 
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 450px;
   background-color: #0066CC;
   display: none;
   z-index: 1;
}

#comment_block img#load_img_comment {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -6px;
   margin-left: -63px;
   display: none;
   z-index: 2;
}

#dialog_box_comm {
   position: absolute;
   top: 160px;
   left: 159px;
   width: 340px;
   background: black;
   color: white;
   display: none;
   z-index: 3;
   padding: 6px 0px;
   text-align: center;
   font-weight: bold;
}

#comments h2, #comment_block h2 {
	background: #ccc url(../img/comments_tit.jpg) no-repeat 7px 6px;
	margin: 0px;
   height: 30px;
}

#comments h2 span, #comment_block h2 span {
	display: none;
}

#comment_block ul {
	margin: 10px;
	padding: 0px;
	list-style: none;
}

#comment_block ul li {
	border: 0px solid;
	margin-bottom: 7px;
}

#comment_block input, #comment_block textarea {
	border: 1px solid #666;
	width: 630px;
	background: #FFFFCC;
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

#comment_block textarea {
   height: 160px;
}

#comment_block ul li label {
	color: #CC0000;
	display: block;
   line-height: 19px;
}

#comment_block li#submitArea label {
   display: none;
	color: #FFF;
} 

#comment_block li#simpleTags {
   padding-bottom: 5px;
   line-height: 20px;
}

#comment_block li#simpleTags b {
	color: #CC0000;
}

#comment_block li#submitArea input#submit {
	width: auto;
	background: #999999;
	color: #fff;
	border: 1px solid #333333;
   cursor: pointer;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   padding: 2px 5px 3px 3px;
   font-weight: bold;
} 

#comments #resultRead {
   line-height: 22px;
}

#comments #resultRead div.comm {
	border: 1px solid #CCCCCC;
	margin: 10px;
}

#comments #resultRead span.date {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
   margin-left: 8px;
   color: green;
}

#comments #resultRead div.name {
	background: #eee;
	color: #CC3300;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
}

#comments #resultRead div.text {
	font-size: 12px;
	color: #333;
	padding: 5px 10px;
}

#comments #resultRead .text p {
	margin: 0 0 10px 0;
}

#comments #resultRead .text .codeInComm {
	font-family: "Courier New", Courier, monospace;
   color: #000;
   margin: 10px 0px;
   white-space: pre;
   font-size: 14px;
   line-height: 24px;
}

#comments p.messComm {
   margin: 10px;
   font-weight: bold;
}

#comments p.error {
   color: red;
}

#comments p.success {
   color: green;
}

