/* HTML TAGS */




/* IDs */


.marginForm fieldset {
	display: block;
	margin: 0 0 2em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #b3b3b3;
	padding: 0 1em 1em 1em;
}
.marginForm fieldset legend {
	font-family:trebuchet MS;
	font-size: 12px;
	color:#e37711;
	font-weight:bold;
}
.marginForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}
.marginForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
	width:20px;
}
.marginForm fieldset .radioleft {
	position: relative;
	display: inline;
	float: left;
	width:20px;
	margin: 1.5em 0 0 -12em;
}
.marginForm fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 12em;
	font-weight: bold;
	font-weight: normal;
	background-color:#ffffff;
}
.marginForm fieldset.radio legend {
	float: left;
	font-weight: bold;
}
.marginForm input {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	font-weight:normal;
	padding: 0px 0px 0px 3px;
	width:250px;
}
.marginForm textarea {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	font-weight:normal;
	padding: 0px 0px 0px 3px;
	width:250px;
	height:100px;
}
.marginForm .textarealabel {
	clear: both;
	float: left;
	display: block;
	width: 50em;
	margin-top: 2px;
	margin-bottom:2px;
	padding:3px 0px 0px 10px;
	background-color:#f9f9f9;
	height:127px;
}
.marginForm input.submit {
	clear: both;
	top: 0;
}
.marginForm label {
	clear: both;
	float: left;
	display: block;
	width: 50em;
	margin-top: 2px;
	margin-bottom:2px;
	padding:3px 0px 0px 10px;
	background-color:#f9f9f9;
	height:27px;
}
.marginForm .none {
	clear: both;
	float: left;
	display: block;
	width: 50em;
	margin-top: 2px;
	margin-bottom:2px;
	padding:3px 0px 0px 10px;
	height:27px;
	background:#FFFFFF;
}
.marginForm label.first {
	margin-top: 1em;
	background-color:#f9f9f9;
}
.marginForm select {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	font-weight:normal;
}

.marginForm select.dateSelect {
	position: relative;
	top: 0px;
	left: 11px;
	display: inline;
}



/* STUFF FOR THE SURVEY FORM */

.surveyForm {
	width:580px;
}

.surveyForm ul {
	padding:0;
	margin:0;
	padding-top:1em;
}

.surveyForm li {
	list-style:none;
	display:block;
	clear:both;
	background-color:#f9f9f9;
	height:40px;
	padding:0;
	margin:3px 0 0 0;
}

.surveyForm fieldset {
	display: block;
	border: 0 solid #FFFFFF;
	padding: 0 1em 1em 1em;	
}

.surveyForm fieldset legend {
	font-family:trebuchet MS;
	font-size: 12px;
	color:#e37711;
	font-weight:bold;
}

.surveyForm input, .surveyForm select, .surveyForm textarea {
	float:left;
	display: block;
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	font-weight:normal;
	margin-top: 4px;
}

.surveyForm br {
	clear:both;
}

.surveyForm input {
	padding: 0;
	width:150px;
}

.surveyForm textarea {
	width: 375px;
	height: 100px;
}

.surveyForm button {
	border: none;
	background:none;
	cursor:pointer;
	margin-left:173px;
	background-image:url(../images/look/btn_submit.gif);
	background-repeat:no-repeat;
	width:48px;
	height:18px;
}

.surveyForm label {
	float: left;
	display: block;
	width: 150px;
	padding:3px 0 0 10px;
	height:27px;
}

li.textarea {
	height: 115px;
}

input.checkbox {
	width:18px;
}


input.radio, input.radiofirst {
	width:16px;
	margin: 0;
	padding: 0;
	display:inline;
	margin-top:6px;
	height:16px;
}

li.radiolabeltop span, .radiolabel span {
	position:relative;
	top:5px;
}


li input.radio {
	margin-left:160px;
}

li.radiolabel input.radiofirst {
	margin-left:0px;
}

li.radiolabel {
	height:30px;
	margin:0;
}

li.radiolabeltop {
	height:30px;
	margin-top:3px;
}

.calendarimage {
	cursor:pointer;
	margin-left:3px;
	margin-top:3px;
}



.marginForm .vehicleDiv {
	clear: right;
	float: left;
	display: block;
	width: 17em;
	margin-top: 2px;
	margin-bottom:2px;
	padding:3px 12px 0px 10px;
	background-color:#f9f9f9;
	height:27px;
	text-align:right;
}

.marginForm .vehicleDiv a {
	padding-left:12px;
	color:#e37711;
}








/* CLASSES */
