@CHARSET "UTF-8";

div.comments{
  list-style: none;
  width:630px;
  margin-top:35px;
}

div.comments div.comment{
  margin: 5px 10px 5px 10px;
  width: 610px;
  border-bottom: 1pt #990000 solid;
}

div.comments div.comment  .author{
 color: #990000;
 font-size:11pt;
}

div.comments div.comment .post_date{
 color: #330066;
 font-size:11pt;
 float: right;
}

div.comments div.comment .post_date .date{
 color: #990000;
 font-size:11pt;
}

div.leavecomment{
  width:620px;
  margin:35px 10px 10px 10px;
}



.com_title{
  color:#330066;
  font-size:11pt;
  font-weight:bold;
}

div.com_content{
  color:#414141;
  font-size:11pt;
  line-height:24px;
  margin-bottom: 5px;
}

div.com_heading{
 color: #990000;
 font-size:11pt;
 font-weight: bold;
 text-align: center;
 margin-bottom: 5px;
}

div.status_msg{
 text-align: center;
 font-weight: bold;
 color: #330066;
}

div.status_msg_err{
 text-align: center;
 font-weight: bold;
 color: #990000;
}

div.item{
 margin-bottom: 5px;
}	

div.leftpart,div.rightpart{
 display:inline;
 float:left;
}

div.rightpart .commentbox{
 width: 461px;
 height: 100px; 
} 

div.leftpart{
 width:20%;
 text-align: right;
 margin-right: 10px;
}

div.leftpart iframe{
 margin-right: 10px;
}	

div.captchadiv{
 position:relative;
}

div.captchadiv img.refresh{
 position:absolute;
 left:155px;
 top:10px;
 cursor: pointer;
}	

div.rightpart{
 width:75%;
 text-align: left;
}	

div.submitdiv{
 text-align: center;
 margin-top: 10px; 
}

span.errormsg{
 font-size: 9pt;
 color: #990000;
 margin-left: 5px;
}

span.req{
 color: #990000;
 margin-left: 1px;	
}	

span.max{
 float:right;
}

.ref_instr,.cap_instr{
 font-size: 9pt;
}

.ref_instr{
 position:absolute;
 left:175px;
 top:10px;
 cursor: pointer;
}


.floatleft {
	display: inline;
	float: left;
}
.floatright {
	display: inline;
	float: right;
}

/*-----------------------------------------------------------------------------*/


.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}


