#tipfriend-ajax {
  /* For coolt design */
  margin: 5px 0 5px 5px;
  border-top: 1px solid #CCC;
  padding-top: 5px;
}
#tipfriend-ajax #tipfriend-greeting {
  text-align: center;
}
#tipfriend-ajax #tipfriend-loading {
  font-weight: bold;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding-top: 50px;
  height: 80px;
}
#tipfriend-ajax #tipfriend-comfirm {
  font-weight: bold;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
#tipfriend-form-container {
  height: 130px;
}
#tipfriend-form-container-small {
  height: 260px;
}
#tipfriend-form-container-small table,
#tipfriend-form-container table {
  margin: 0 auto;
}
#tipfriend-form-container-small table caption,
#tipfriend-form-container table caption {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
#tipfriend-form-container-small table tr td,
#tipfriend-form-container table tr td {
  padding-right:10px;
  font-size: 11px;
  font-weight: bold;
}
#tipfriend-form-container-small input,
#tipfriend-form-container input {
  margin-bottom: 5px;
  border: 1px solid #888;
  background-color:#fff;
  color: #444;
  width: 150px;
}
#tipfriend-form-container-small input.submit,
#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;
  height: 25px;
  }
#tipfriend-form-container-small input.submit:hover,
#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-small textarea.comm,
#tipfriend-form-container textarea.comm {
  border: 1px solid #888;
  background-color:#fff;
  width: 170px;
  height: 50px;
}
#tipfriend-ajax #tipfriend-ajax-reponse {
  display: none;
}

/* Special settings */
#tipfriend-ajax #tipfriend-greeting         { display: block; }
#tipfriend-ajax #tipfriend-comfirm          { display: none; }
#tipfriend-ajax #tipfriend-loading          { display: none; }
#tipfriend-ajax #tipfriend-form-container   { display: none; }
#tipfriend-ajax #tipfriend-form-container-small   { display: none; }
#tipfriend-ajax #tipfriend-ajax-reponse     { display: none; }

