/* CSS Document */

h1 {
  margin: 10px 0 30px;
  font-size: 100%;
}

/* the main layout */
/* Contact wrapper */
.contactwrapper {
	width:450px;
	padding:20px 0 0 0px;
	background:#FFF;
}

/* Contact Form */
#contentForm {
  float:left;
  display: block;
  width:200px; *width:200px;
  padding:0px 0px 0px 0px;
  background-color: white;
}
/* Contact Info */
.contactinfo {
	width:200px;
	float:left;
	padding:90px 0 0 50px;
}
.contactinfo2 {
	width:150px;
	float:left;
	line-height:25px;
	padding:100px 0 0 80px;
	color:#B00000;
}
.contactinfo h1 {
	font-size:.95em;
	color:#c11119;
}
.contactinfo ul {
	list-style:none;
	font-size:.95em;
	padding:8px 0 0px 0;
}
.contactinfo li {
	padding:3px 0 0 0;
	color:#8c8b8c;
}


/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 250px;
  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: 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: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 20px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

