/* Forms */
form.over-and-under {
	clear: both;
	margin-right: 0px;
	padding: 0;
	margin-left: 0px;
	width: 634px;
}

form.over-and-under fieldset {
	margin-top: 10px;
	padding: 5px;
	padding-left: 10px;
	/*
	background: #9FA837 url(../img/fieldset-bg2.png) repeat-x 0 -5px;
	*/
	
  border-color: #DBE0C3;
  border-width: 2px 0 0 0;
  border-style: solid none none none;

}

form.over-and-under fieldset div {
	position: relative;
	left: -5px;
}

form.over-and-under fieldset div.body {
	position: relative;
	left: 0; top: 0;
	padding: 0;
	margin: 0;
	border: none;
}

form.over-and-under fieldset legend {
	background: #FFF;
	color: #B1C626;
	color: #27952B;
	font-size: 130%;
	font-weight: bold;
	padding-left: 5px;
	/*border-bottom: 1px solid #ccc;*/
	text-indent: 0;
	padding-right: 10px;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
}

form.over-and-under fieldset.has-errors legend {
	color: #900;
}

form.over-and-under fieldset legend span {
}

form.over-and-under fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
	background: white;
}
form.over-and-under fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	background: white;
}
form.over-and-under fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form.over-and-under div.input {
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
	vertical-align: text-top;
}
form.over-and-under div.section-list {
	margin: 0; padding: 0; position: static;
}
form.over-and-under div.input {
	color: #444;
}
form.over-and-under div.required {
	color: #333;
	font-weight: bold;
}
form.over-and-under div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
form.over-and-under label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, sans-serif;
}
form.over-and-under input, form.over-and-under textarea, form.over-and-under .faketext {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	color: #444444;
}

form.over-and-under input.greyed, form.over-and-under textarea.greyed {
	color: #888888;
}

form.over-and-under .error label {
	color: #900;
}

form.over-and-under .required label:after {
	content: ' *';
}

form.over-and-under .text input, form.over-and-under .password input, textarea, form.over-and-under .faketext {	
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px 1px;
	
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(../img/fieldbg.png) repeat-x top;
}

form.over-and-under select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	width: 100%;
}
form.over-and-under select[multiple=multiple] {
	width: 100%;
}
form.over-and-under option {
	font-size: 120%;
	padding: 0 3px;
}
form.over-and-under input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px!important;
	width: auto;
}
form.over-and-under input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0!important;
}
form.over-and-under div.radio label {
	margin: 0 0 6px 20px;
}
form.over-and-under input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* -------------------- */

form.over-and-under fieldset {
	overflow: hidden;
}

form.over-and-under fieldset div.input {
	margin-left: 5px; margin-right: 5px;
	width: 520px;
	overflow: hidden;
}

form.over-and-under fieldset div.w1 { float: left; clear: none; width:  70px; }
form.over-and-under fieldset div.w2 { float: left; clear: none; width: 160px; }
form.over-and-under fieldset div.w3 { float: left; clear: none; width: 250px; }
form.over-and-under fieldset div.w4 { float: left; clear: none; width: 340px; }
form.over-and-under fieldset div.w5 { float: left; clear: none; width: 430px; }

form.over-and-under fieldset div.input { width: 598px; }

form.over-and-under fieldset div.w1 { width:  83px; }
form.over-and-under fieldset div.w2 { width: 186px; }
form.over-and-under fieldset div.w3 { width: 289px; }
form.over-and-under fieldset div.w4 { width: 392px; }
form.over-and-under fieldset div.w5 { width: 495px; }

form.over-and-under fieldset div.right {
	float: right;
}


form.over-and-under fieldset div.clearing {
	clear: both;
}

form.over-and-under .date {
}

form.over-and-under .date select {
  width: auto;
	vertical-align: inherit;
}

form.over-and-under fieldset div.input input {
	margin: 0;
}

form.over-and-under div.select div.checkbox {
	margin-top: 1em;
}

form.over-and-under div.select > label {
	font-weight: bold;
}


/* Notices and Errors */
form.over-and-under div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
form.over-and-under div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
form.over-and-under p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
form.over-and-under p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
