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

}
.commentBlock {
	 padding: 5px 10px 5px 10px; 
	 margin: 0;
 }
 warningBlock { 
    font-size: 7pt; 
    border: 1px dotted black; 
    padding: 2px; 
    float: right; 
    width: 150px; 
    line-height: normal;
    margin-top: -10px;
}
.review p { 
	line-height: normal;
}
.textfld {
    background-color: #dfe1ea;
    border: none;
    border-bottom: dotted 1px gray;
    font-size: 9pt;
}
.commentBlock_top {
    line-height: 0;
}
.commentBlock_content  {
    padding: 10px 60px 10px 60px;
}
#bubble textarea {
    background-color: #dfe1ea;
    border: none;
    font-size: 9pt;
    margin: 20px 10px 10px 50px;
    width: 360px;
    height: 100px;
}
.submitBtn {
    background-color: #dfe1ea;
}
.editorContent {
    padding: 3px 30px;
    border: dotted 1px gray; 
    background-color: #eFeFeA;
    font-style: italic;
}


.subComment_fld {
    width: 290px;
}

.subCommentBlock {
    padding-top: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 0px;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}