

#contentForm {
  display: block;
  width: 500px;
  margin:15px auto;/*this line will center the page*/
  padding: 0px 25px 2px 25px;
  border: 1px solid #dddddd;
  background-color: #EEE;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

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

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background-color:#FF3300;
  width: 60px;
  height: 20px;
  margin-left: 150px;
  color:#fff;
  line-height:20px;
}

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

.errormsg {
  display: block;
  width: 90%;
  color: #fff;
  font-size:11px;
  font-weight: bold;
  padding:0px 0px 0px 10px;
  margin: 5px 0px 2px 0px;
  text-align:center;
  background-color:#FF3300;
  height:20px;
  line-height:20px;
}

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

.cong_message{
font-size:14px;
color:#000000;
background-image:url(../../images/cong.gif);
text-indent:30px;
}

