#contentForm {
  display: block;
  width: 490px;  
  padding:2px;
  border:none;
  background-color: #fff;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 100px;
  line-height: 20px;
  margin-bottom: 5px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 5px;
  font-size: 1em;
  color: #000000;
  background: #F5F5F5;
  border: 1px solid #62b8f4;
  margin: 7px 0;
  }   
input, file, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #000000;
  background: #F5F5F5;
  border: 1px solid #62b8f4;
  margin: 7px 0;
}   


input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  width: 90px;
  height: 28px;
  margin-left: 10px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 15px;
  line-height: 15px;
  color: #red;
  
  font-weight: bold;
  background: #62b8f4 url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin:0 0;
  border-top: 1px solid #294ea2;
  border-bottom:1px solid #294ea2;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.upload{
margin-left:1px;



}
.fieldset2{
    border:1px solid #62b8f4;
	

