* { margin: 0px; padding: 0px; font-family: "Tahoma"; }

body { padding: 10px; overflow: hidden; }

h1 { display: none; }

h2 {
	font-size: 18px;
	color: #bb3d19;
	margin-bottom: 15px;
	font-family: arial,helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	font-stretch: normal;
	background: url(http://www.lespinsdoleron.com/images/fleche.gif) top left no-repeat;
	text-indent: 55px;
	height: 33px;
	line-height: 30px;
}

label {
  display: block;
  float: left;
  width: 100px;
  font-size: 12px;
}

input, select {
  width: 100px;
  height: 16px;
  font-size: 12px;
  margin-bottom: 5px;
}
select { width: 104px !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: 150px;
  height: 65px;
  padding-left: 75px;
  background: url(submitButton.jpg) top left no-repeat;
  color: #bb3d19;
  font-weight: bold;
  border: none;
  border-bottom: 2px dashed #7edef6;
  margin: auto;
  margin-top: 30px;
  cursor: pointer;
}

.Clear { clear: both; }

#left {
  float: left;
  width: 45%;
}

#right {
  float: right;
  width: 45%;
}

span.required { margin-left: 2px; color : #990000; }

input.radio { width: auto; margin-right: 6px; }
label.radioLbl { float: none; display: inline; vertical-align: 4px; }

h2#valid { margin-top: 70px; }
#validation {
	margin: auto;
	width: 100% !important;
}
#validation td { width: 50%; text-align: left; }
#validation td label { width: 100px !important; text-align: center; }
