@CHARSET "ISO-8859-1";
.hint {
  display:none;
  position: absolute;
  right: -150px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  z-index: 3;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(newform.gif) left top no-repeat;
	z-index: 3;
}

label {
  float: left;
  width: 10em;
  text-align: right;
  margin-right: 5px;
  font-family: arial;
  font-size: 14px;
}

input {
  size: 40;
}

.interestindent {
	margin-left: 100px;
	
}

textarea {
  width: 400px;
  height: 50px;
}