@charset "utf-8";
/* CSS Document */

input {
  width: 200px;
  font-family: Tahoma;
  font-size: 8pt;
  }
 
  .label {
	width:70px;
	float:left
  }
 
  textarea {
  width: 200px;
  font-family: Tahoma;
  font-size: 8pt;
  }

  .error {
  font-family: Tahoma;
  font-size: 8pt;
  color: white;
  font-weight:bold;
  margin-left: 0px;
  display:none;
  }