/*
Theme Name: WordPress 5WestStudios Client
Description: 5WestStudios WordPress theme
*/

.comment-text,
#comment{
  width:99%;
}

.new-comment .line{
  float:left;
  width:100%;
  margin:5px 0;
}
.new-comment .line label{
  width:100px;
  float:left;
  color:#667C7C;
  font-weight:bold;
}
.new-comment .line label span{
  color:#D5050F;
}

.new-comment .bottom .cancel_comment{
  border:#667C7C 1px solid;
  color:#000;
  height:13px;
  float:left;
  margin:5px;
  padding:3px 2px 2px 2px;
}
.new-comment .bottom .submit{
  border:#667C7C 1px solid;  
  float:left;
  width:50px;
  margin:5px;
  height:20px;
}

.new-comment{
  margin:10px 0;
}

.pagetitle,
h1.title-h1{
  margin:30px 0 20px 0;
}
.new-comment .line .email{
  background:none;
}

.space {
  padding-bottom:55px;
}