#contentForm {
	width:520px;float:left;display:inline;
}

/* and now the form formatting itself */
label {
  display: block;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 5px;
  margin: 2px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#292929;
  
}

input, select {
width:300px;
height:16px;
border:1px solid #4c2c15;
background:#ece5cb;
padding:3px ;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#292929;
margin-bottom:5px;
}   

textarea {
width:300px;
height:150px;
border:1px solid #4c2c15;
background:#ece5cb;
padding:3px ;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#292929;
margin-bottom:5px;
}   


input.button {
width:83px;
height:27px;
background:#4c2c15;
color:#cdc29a !important;
border:none;
font-weight:bold;
font-size:18px !important;
padding-top:1px !important;
margin-top:5px;
}

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

.errormsg {
  height: 22px;
  line-height: 22px;
  color: #5d381e;
  font-weight: bold;
  background: #ece5cb ;
  padding: 3px 10px 3px 5px;
  margin: 10px 0;
}

.msgSent {
  font-size: 18px;
  color: #ad3912;  
}
