/* FORM STYLES */
form, input { padding:0.2em; }
label, input.normal { width:250px; }
label {
  color:#005a9c; 
  font-size:1.2em; 
  font-weight:normal;
  line-height:140%;
  display:block;
  }
input.normal, textarea {
  margin-bottom:8px;
  color:#0170c2; 
  font-size:1.2em; 
  font-family:"Trebuchet MS", Helvetica, sans-serif; 
  font-weight:bold;
  background-color:#c2dafd;
  border:1px dotted #ebf4fa;
  }
textarea { 
  overflow:auto; 
  width:255px; 
  }
.alert {
  color:#ee3a43; 
  font-size:1em; 
  }	
label span { color:#ee3a43; }
input.send-btn {
  width:180px;
  height:48px;
  background:url(../images/submit.gif) no-repeat;
  outline:none;
  }
/* FORM STYLES temporary */
