/* CSS Document */

label {
  display: block;
  float: left;
  clear: left;
  width: 96px;
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin: 0 0 10px;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  width: 336px;
  font-size: 10px;
  color: #fff;
  background: #111;
  border: 1px solid #222;
  margin: 5px 0;
  display:block;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #333;
  background-color: #222;
}

input.button {
  cursor: pointer;
  border: none;
  font-size: 14px;
  letter-spacing: 4px;
  background: #7e0000;
  width: 96px;
  height: 32px;
  margin-left: 344px;
}

span.required{
  font-size: 12px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/form/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
