
/* CSS Document */

#testimonial{
  width:313px;
  float:left;
  background-color: #D69600;
  border: 1px solid #8fbace;
  margin-left:15px;
  margin-bottom:20px;
}

#testimonial h3{font-family:Verdana, Geneva, sans-serif; font-size:16px; color:#000; text-align:left; margin-top:10px; margin-left:15px;}

#testimonial .comment{
  width:290px;
  font-family: "Times New Roman", Times, serif;
  font-size:12px;
  color:#4f2828;
  font-weight:400;
  margin:0px auto 5px auto;
}

#testimonial .author{font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#4f2828; text-align:left; font-weight:500;}

#testimonial .button{
  width:273px;
  height:25px; 
  margin:8px auto 18px auto;
  float:none;
}
