/* CSS Document */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
#msgform {
margin: -50px 0 0 0;
}
body {
	font: 12px Arial, sans-serif;
        color: #666;
	background: #fff;
	width: 540px;
margin: 0 15% 0 118px;
}


h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	margin: 63px 0 0 0;
	border: none;
}

h2, h3 {
display: block;
font-size: 1em;
color: #666;
text-transform:uppercase;
letter-spacing:0.05em;
border-bottom: #CCC 1px solid;
margin: 55px 0 15px 0;
}

h3 {
margin: 120px 0 15px 0;
}


small {color: #999; font-size: 0.85em;}

a img {border: none;}

a:link {
color: #ff6633;
}
a:hover {
text-decoration: none;
}


/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* the main layout */
#contentForm {
	display: block;
	width: 540px;
	margin: 70px auto;/*this line will center the page*/
	padding: 25px;
	border: 0px solid #625748;
	background-color: white;
}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 1%;
}

/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	margin: 5px 40px 10px 0;
	width: 160px;
	line-height: 120%;
}

input, textarea, select {
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 5px 0 10px 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;
}

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

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

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

span.required{
	font-size: 13px !important;
	color: red !important;
}
#q5 {
width: 316px;
}
#q6 {
width: 210px;
}
#q6bis, #q7, #q8, #q13, #q19, #q20 {
width: 215px;
}



.errormsg {
	display: block;
	width: 91%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

.button {
margin: 0 0 0 -5px;
}



