* {
	margin: 0;
	padding: 0;
}
/* layout */
body {
background: url(images/overlay.png) 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
h1{font-size:20px; color: #00FF00;}

.container{width:600px; margin:0 auto; padding-top:15px;}

.clear{clear:both;}

/* contact form layout */

#contactForm {
  display: block;
  width: 500px;
  margin: 10px auto;/*this line will center the page*/
  padding: 5px;

}

/* and now the form formatting itself */
label {
  display: block;
color:#ffffff;
  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: url(images/submit.jpg) no-repeat left top;
  width: 120px;
  height: 32px;
  margin-left: 150px;
}

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

.errormsg {
  display: block;
  width: 400px;
  height: 22px;
  line-height: 22px;
  color: #FF0000;
  font-weight: bold;
  font-size:14px;
  background: url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px auto;
  border-top: 2px solid #00FF00;
  border-bottom: 2px solid #00FF00;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 500px;
	line-height: 160%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

