#user-spell-block {
  background: white;
  position: absolute;
  width: 400px;
  padding: 0 1em;
  border: 2px solid #777;
  text-align: left;
  display: none;
  font-size: 1.2em;
}

#user-spell-block input {
  font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
} 

#user-spell-form-comment {
  width: 100%;
}

#user-spell-form-send {
  font-weight: bold;
}

