.comment_form{
    background-color: #fff;   
    width: 450px;
    padding: 10px;
    border: 1px solid #f3efc0;
    position: absolute;
    z-index: 100000;
}

.comment_form .button{
    height: 22px;   
    font-weight: bold;
}

.comment_form label {
    color:#000;
    font-weight: normal;    
}

.comment_form .err{
    display:none;
    margin:5px 0px 7px 3px;
    color:red;
    font-weight: bold;   
}

.comment_form .ok{
    display:none;
    margin:5px 0px 7px 3px;
    color:green;
    font-weight: bold;   
}

.comment_form .title{
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    clear: both;
    text-decoration: none;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 3px;    
}

.comment .answer{
    padding-left: 30px !important;    
}

.comment .frame_comments{
    border:1px dotted #8c2c00; 
    padding:5px;  
}

.comment .vabt a{
    text-decoration: none;   
}

.comment .vabt a:hover{
    text-decoration: underline;   
}

.comment .comm_info{
    font-weight: bold;
    margin-bottom: 5px !important;   
}

.comment{
    color: #000;
    margin-top:15px !important;
    font-weight: normal;   
}

.comment a{
    color: #000;
    text-decoration: none;   
}

.comment a{
    text-decoration: underline;   
}

.margin_bottom{
    margin-bottom: 15px;
}

.margin_bottom2{
    margin-bottom: 45px;
}