* { margin: 0px; padding: 0px; font-family: "Tahoma"; }

body { padding: 10px; }

h1 {
  display: block;
  width: 100%;
  height: 40px;
  background: url(images/h1.jpg) top left repeat-x;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

h2 {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #000099;
  margin-bottom: 10px;
  text-align: center;
}

label {
  display: block;
  float: left;
  width: 100px;
  font-size: 12px;
}

input, select {
  width: 130px;
  height: 16px;
  font-size: 12px;
  margin-bottom: 5px;
}
select { width: 134px !important; }

input.dayMonth { width: 20px; margin-right: 6px; }
input.year { width: 30px; }

textarea { margin-top: 10px; width: 100%; height: 100px; }

input#submitButton {
  display: block;
  width: 100px;
  height: auto;
  padding: 2px;
  background: #000099;
  color: #fff;
  font-weight: bold;
  border: 2px solid #004400;
  margin-top: 25px;
  float: right;
}

.Clear { clear: both; }

#right label {
	margin-left: 150px;
}

span.required { margin-left: 2px; color : #990000; }

#validation {
	margin: auto;
	margin-top: 25px;
}
