a h1 img {
    border:0;
}
 
.listBlock_content {
    background-image: url(/content/images/bg_gray.jpg);
    border-bottom: solid 1px #b1b1b0;  
    border-right: solid 1px #b1b1b0;  
    border-left: solid 1px #b1b1b0;  
    padding: 0 5px;
} 
 
   
.lable    {
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 5px;
    line-height: normal;
}

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

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


.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: 395px;
    height: 150px;
    font-size: 9pt;
}
.submit_btn {
    background-color: #eeeeee;
 }

.listBlock_title {
    float: left;
    width: 160px;
    font-size: 8pt;
    color: #333;
    line-height: normal; 
}

.listBlock_signature {
    float: left;
    width: 200px;
    font-size: 8pt;
    color: #333;
    line-height: normal; 
}
.listBlock_title a {
    color:  #3F4374;
    font-weight: bold;
}
.commentBlock {     
    background-color: #eeeeee;
    width: 395px;
    border: solid 1px #aaaaaa;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 5px 0 5px 0;
     }

.review p { 
	line-height: normal;
}
.textArea {
    border: solid 1px #aaa;
    background-color: #eee;
    width: 350px;
    height: 150px;
    font-size: 9pt;
}
.commentHeader {
    padding: 5px;
    background-color: #ccddf4;  

}
.commentBlock_inner  {
    padding: 0px 10px 10px 30px;
}

.commentBlock_inner p {
    font-size: 8pt;
    line-height: 150%;
    margin-top: 8px;
    margin-bottom: 8px;
    color: black;
}
#bubble {
    background-color: #eeeeee;
    width: 395px;
    border: solid 1px #aaaaaa;
}
#bubble textarea {
    background-color: #eeeeee;
    width: 395px;
    border: none;
    font-size: 9pt;
    height: 80px;
}
.submitBtn {
    background-color: #dfe1ea;
}
