.blogPosts {
    background-color:#fff; border:1px solid #cfd0c8; margin-top:17px; padding:10px 15px 20px 20px;
  }
  
  .blogPosts h2 a{
    color:#5cb4c2;
    padding:0px;
    margin:0px;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
  } 
   .blogPosts span{
      color:#15719c;
      text-decoration:underline;
   }
  #comment_form h3{
    color:#656565;
    padding:0px;
    margin:0px;
    font-size:13px;
    line-height:35px;
    font-weight:bold;
    text-decoration:none;
    background-image: url("../../../../../images/dottedLine.gif");  
    background-position: bottom;
    background-repeat: repeat-x; 
  }
  
  #comment_form input, #comment_form textarea{
    width:100%;
  }
  #comment_form textarea{
    height:150px;
  }
   
  .blogPosts .dots, #articleComments .dots, #commentMessage .dots {
    background-position: bottom;
    background-repeat: repeat-x;
    height:12px;
    line-height: 12px;
    background-image: url("../../../../../images/dottedLine.gif");
    margin:5px 0px;
  }
  
  .blogPosts h2 {
    margin:0px;
  }
  .blogPosts .date {
    padding-top:10px;
    font-size:11px;
  }