html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0px 0 0px;
  font-size: 20px;
}

/* the main layout */

#contentForm {
	display: block;
	width: 895px;
	margin: 00px auto;/*this line will center the page*/
	padding: 10px;
	border: 0px solid black;
	background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 85px;
  line-height: 20px;
}

input, textarea, select {
  margin: 0;
  padding: 1px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 0px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #545252 url(images/stop.gif) no-repeat 350px center;

  border-top: 2px solid #d0cbcb;
  border-bottom: 2px solid #d0cbcb;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
