 @import url(./fce.css);
 
 .comments p
 {
     font-style: italic;
 }
 
 .comments #author
 {
     float: right;
     text-decoration: none;
     font-weight: bold;
     margin-right: 20px;
     text-align: right;
    display: inline;
 }
 
 .comments #author span
 {
 	display: block;
 }
 
 .subContent div
 {
     width: 100%;
     height: 86px;
     margin: 10px 0 20px 0;
 }
 
 .subContent img
 {
     width: 104px;
     height: 76px;
     margin: 0 0 5px 18px;
 }
 
 .subContent div label
 {
     float: left;
     width: 150px;
     height: 40px;
     margin: 45px 0 0 10px;
 }
 
 .subContent div label span
 {
     display: block;
     font-weight: bold;
 }