.lable    {
    width: 250px;
    float: left;
    text-align: right;
    padding-right: 5px;
    line-height: normal;
}

.inputContainer {
    width: 200px;
    float: left;
}
.clearer {
    line-height: 0;
    height: 5px;
    clear: left;
}


.selectFld {
    background-color: #eeeeee;
    border: dotted 1px gray;
    width: 170px;
    font-size: 9pt;
}

.checkboxFld {
    background-color: #eeeeee;
    border: dotted 1px gray;
}

#letterFld {
    background-color: #eeeeee;
    border: dotted 1px gray;
    width: 480px;
    height: 200px;
    font-size: 9pt;
}
.submit_btn {
    background-color: #eeeeee;
 }

.listBlock_title, .listBlock_signature {
    float: left;
    width: 240px;
    font-size: 8pt;
    color: #333;
    line-height: normal; 
}
.forumBlock {     
    background-color: #eeeeee;
    width: 480px;
    border: solid 1px #aaaaaa;
    margin: 5px 0 5px 0;
     }

.review p { line-height: normal; }
.forumTextFld {
    background-color: #eeeeee;
    border: none;
    border-bottom: dotted 1px gray;
    width: 170px;
    font-size: 9pt;
}
.textArea {
    border: solid 1px #aaa;
    background-color: #eee;
    width: 350px;
    height: 150px;
    font-size: 9pt;
}
.forumHeader {
    padding: 5px;
    background-color: #ccddf4;  

}
.forumBlock_top {
    width: 500px;
    height: 14px;
    line-height: 0;
}
.forumBlock_middle {
    width: 500px;
}
.forumBlock_inner  {
    padding: 0px 50px 10px 30px;
}
.forumBlock_bottom {
    width: 500px;
    height: 16px;
    line-height: 0;
}
.forumBlock_inner p {
    font-size: 8pt;
    line-height: 150%;
    margin-top: 8px;
    margin-bottom: 8px;
    color: black;
}
#forumReplyBox {
    background-color: #eeeeee;
    width: 480px;
    border: solid 1px #aaaaaa;
}
#forumReplyBox textarea {
    background-color: #eeeeee;
    width: 480px;
    border: none;
    font-size: 9pt;
    height: 80px;
}
.submitBtn {
    background-color: #dfe1ea;
}
