@charset "utf-8";
/* CSS Document */

input {
  width: 150px;
  font-family: Tahoma;
  font-size: 8pt;
  }
 
  .label {
	width:120px;
	float:left
  }
 
  textarea {
  width: 150px;
  height:100px;
  font-family: Tahoma;
  font-size: 8pt;
  }

  .error {
  font-family: Tahoma;
  font-size: 8pt;
  color: red;
  margin-left: 0px;
  display:none;
  }
  .thanks{ text-align:center; color:#006633; font-size:14px;}