#content {
  position: relative;
  min-height:400px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 14px;
}

input.input {
  width:300px;
  background-color:#CFF;
  border:1px solid;
  border-color: #06F;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea.messagebox {	
  width:300px;
  height:150px;
  background-color:#CFF;
  border:1px solid;
  border-color:#06F; 
}

input.send {
  color:#00F;
  font: bold 84% "Trebuchet MS", cursive;
  background-color:#CFF;
  border:1px solid;
  border-color: #06F;
}

input.sendhov {
  color:black;
  border:1px groove;
  border-color:black;
  cursor:pointer;
}
