#tipfriend-ajax {
  /* For coolt design */
  width: 520px;
  float: left;
}
#tipfriend-ajax #tipfriend-loading {
  font-weight: bold;
}
#tipfriend-form-container table caption {
  font-size: 16px;
}
#tipfriend-form-container table tr td {
  padding-right:10px;
  font-size: 11px;
  font-weight: bold;
}
#tipfriend-form-container input {
  margin-bottom: 5px;
  border: 1px solid #888;
  background-color:#fff;
  color: #444;
  width: 150px;
}
#tipfriend-form-container input.submit {
  cursor: hand;
  background-color: #EEEEEE;
  border: 3px double #999999;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  background-image: url(/admin/images/form-btn.gif);
  background-repeat: repeat-x;
  padding: 1px 5px;
  font-weight: bold;
  }
#tipfriend-form-container input.submit:hover {
  cursor: hand;
  background-color: #DDFFDD;
  border: 3px double #669966;
  border-top-color: #99CC99;
  border-left-color: #99CC99;
  background-image: url(/admin/images/form-btn-green.gif);
  background-repeat: repeat-x;
  padding: 1px 5px;
  font-weight: bold;
  }
#tipfriend-form-container textarea.comm {
  border: 1px solid #888;
  background-color:#fff;
  width: 170px;
  height: 50px;
}
#tipfriend-ajax #tipfriend-ajax-reponse {
  display: none;
}
