
.contact_form {
  width: 224px;
  height: auto;
  float: left;
}

.form_label {
  position: relative;
  width: 204px;
  height: 45px;
  float: left;
  background: url('../pics/just_ask2.gif') no-repeat;
  margin-left: 10px;
  margin-right: 10px;
 
}


.input_label {
  float: left;
  width: 204px;
  height: auto;
  color: #999999;
  font-size: 10px;
  margin-top: 5px;
  margin-left: 10px; 
}

.input_label b {
  color: #FFCC00;
}


input.inputbox {
  float: left;
  border: #555555 1px solid; 
  font-size: 11px;
  line-height: 15px;
  background-color: black;  
  color: #CCCCCC; 
  height: auto;
  width: 202px;
  clear: both;
  margin-left: 10px;
}


input.inputbox:hover {
  border: #AAAAAA 1px solid; 
}


input.inputbox:focus {
  border: #FFCC00 1px solid; 
  color: #FFFFFF; 
}


textarea.textbox {
  float: left;
  border: #555555 1px solid; 
  font-size: 11px;
  line-height: 13px;
  background-color: black; 
  cursor: hand; 
  color: #CCCCCC; 
  height: 68px;
  width: 202px;
  clear: both;
  resize: none;
  margin-left: 10px; 
  font-family: "Trebuchet MS", sans-serif;
}

textarea.textbox:hover {
  border: #AAAAAA 1px solid; 
}

textarea.textbox:focus {
  border: #FFCC00 1px solid; 
  color: #FFFFFF; 
}


.send_container {
  float: left;
  height: 20px;
  width: 214px;
  margin-top: 10px;
  clear: both;
}


input.send {
  float: right;
  font-size: 11px;
  font-weight: bold;
  background-color: #000000; 
  color: #000000;
  height: 20px;
  width: 56px;
  background: url('../pics/send_button.gif');
  border: none;
  cursor: pointer;
  cursor: hand;
}






