.tipform{
  font-size:0.85em;
  margin-left:35px;
  }
  
.tipform_textarea{
  width:300px;
  height:75px;
  border:1px solid #ccc;
  padding:5px;
  background:#fff;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow:-moz-scrollbars-vertical;
  }
.tipform_text,
.tipform_submit{
  border:1px solid #ccc;
  padding:5px;
  background:#fff;
  width:120px;
  text-align:center;
  }
.tipform_text{width:300px;padding:0px;}
.tipform_captcha{margin-top:5px;}

.tiptable td{vertical-align:top;font-size:0.8em;}
.tiptable textarea{width:300px;border:1px solid #ccc;}
.tipinp{width:300px;border:1px solid #ccc;}

.tiptable td td{font-size:1em;}