  .blogPosts h2 a{
    font-size:14px;
    font-weight:bold;
    text-transform:none;
  }  
  .blogPosts .dots, #articleComments .dots, #commentMessage .dots {
    background-image:url('/widgets/blog/images/dots.gif');
    background-position: bottom;
    background-repeat: repeat-x;
  }
  
  .blogPosts h2 {
    margin:0px;
  }
  
   #comment_form input, #comment_form textarea{
    width:100%;
  }
  #comment_form textarea{
    height:150px;
  }     