Send Message

  1. (required)
  2. (required)
  3. (required)

Code

ol { 
  padding-left: 0; 
  margin-bottom: 20px;
}
li { 
  list-style: none; 
}
label { 
  display: block; 
  font: bold italic 12px "Trebuchet MS", Calibri, Arial, sans-serif; 
  color: #003399; 
}
input { 
  margin-bottom: 16px; 
  width: 180px; 
}
input, textarea { 
  border: 1px solid #6699cc;  
  color: #003366; 
}
textarea { 
  width: 240px; 
  height: 80px; 
}	
em { 
  font-size: 10px; 
  color: #6699cc; 
  font-weight: normal; 
}
.submit input { 
  width: auto; 
  padding: 4px 20px; 
  font: bold 12px "Trebuchet MS", Calibri, Arial, sans-serif; 
}
.submit input:hover { 
  cursor: pointer; 
  background-color: #ccccff; 
}