/* Start of CMSMS style sheet 'Module: Blogs Made Simple' */
div.blogs-showentrycomment{
  padding:15px 10px;
  background:#fff;
  border-top:#9ecde2 1px solid;
  border-right:#9ecde2 1px solid;
  border-left:#9ecde2 1px solid;
  color: #115c7e;
  width:635px;
}

.blogs-showentrycommentform{
  padding:15px 10px;
  border:#9ecde2 1px solid;
  background:#eaf5fa;
  color: #115c7e;
  width:635px;
  margin:0 0 20px 0;
}

.blogs-showentrycommentform input, .blogs-showentrycommentform textarea{
  color: #115c7e;
  border:0;
  width:400px;
  background:#fff;
  padding:4px;
  border:#9ecde2 1px solid;
}

div.blogs-showmessage{
  color:#999;
  margin:0 0 15px 0;
  padding:10px;
  border:#ff0000 1px solid;
  width:635px;
}

.blogs-addcommentinput input.blogs-submitinput{
  width:150px;
}
/* End of 'Module: Blogs Made Simple' */

