#form {
	border-top: none;
}

#form ul, #form ol, #form li {
	margin: 0 10px 10px 0;
	padding: 0;
}

#form ol, #form ul {
	margin: 0 0 0 25px;
}

#form ol ol {
	color: #555;
	list-style-type: lower-alpha;
	border: 1px solid #999;
	background-color: #eee;
	-moz-border-radius: 0 10px 10px 0;
	padding: 10px 40px 10px 40px;
	margin-left: 0px;
}

#form ol ol ol {
	background-color: #f3f3f3;
	color: #444;
}

#form h1 {
	text-align: left;
	clear: both;
	color: black;
}

#form h1 span {
	float: left;
	text-align:left;
	width:600px;
}

#form h2 {
	margin: 0 20px 0 0;
	color: #0A294F;
	float: left;
	width:80px;
	text-align:right;
}

#form h2 span {
	font-size: 50%;
}

#form legend {
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
}

#form fieldset {
	border-left: 1px dotted #0A294F;
	padding: 0 0 0 20px;
}

#form label em {
	font-weight: normal;
}

#form li p {
	margin: 5px 0;
}

#form li div.hilight {
	border: 1px solid #666633;
	color: #666633;
	-moz-border-radius: 5px;
	padding: 20px;
	background-color: #ffffcc;
}

#form p.explanation {
	border: 3px double #123A6D;
	padding: 10px;
}

#form p.question {

}

#form li div.hilight p.question {
	border-bottom: 1px solid #666633;
}

#form table {
	width: 100%;
	font-size: 90%;
	background-color: #eee;
	color: #555;
	
	-moz-border-radius: 10px;
}

#form table th {
	font-weight: normal;
	text-align: left;
	padding: 4px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#form thead th {
	text-align: center;
	border-right: none;
	border-bottom: 1px solid #ccc;
}

#form thead th.first {
	border-left: 1px solid #ccc;
}

#form td {
	padding: 2px;
	width: 100px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#form tr.last td, #form tr.last th {
	border-bottom: 0;
}

#form #previouspage, #form #nextpage {
	border: none;
	margin-top: 30px;	
	padding: 0;
	float: left;
	width: 350px;
	text-align: left;
	background: none;
	font: 150%/1 "Lucida Sans Unicode", "Times New Roman",serif; font-weight: normal;
	color: #123A6D;
}

#form #nextpage { text-align: right; }

/* FORM FIELDS */
label.align {
	width: 100px;
	margin-right: 10px;
	display: inline-block !important;
}

span.text input{
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 3px;
}

span.dropdown select {
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 2px;
}

textarea {
	width: 430px;
	height:100px;
	border: 1px solid #999;
	
}


/* SPECIFIC FORM FIELDS */

span#form-email input {
	text-align: left;
	margin-left: 5px;
	width: 150px;
	color: #555;
}

.fields li {
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
}

.fields .text input {
	width: 200px;
	position: absolute;
	left: 220px;
}

.fields .nr {
	position: absolute;
	left: 450px;
}

.fields .nr input {
	top:0px;
	left: 75px;
	width: 25px;
}


.fields .offset {
	position: absolute;
	width: 200px;
	left: 220px;
	top: 0px;
}
