/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	margin-left: 20px;
	width: 555px;
}
fieldset {
	margin-top: 10px;
	padding: 5px;
	padding-left: 10px;
	background: #CAE39A url(../img/fieldset-bg2.png) repeat-x 0 -5px;
	
  border-color: #FF9900;
  border-width: 2px 0 0 0;
  border-style: solid none none none;

}

fieldset div {
	position: relative;
	left: -5px;
}

fieldset div.body {
	position: relative;
	left: 0; top: 0;
	padding: 0;
	margin: 0;
	border: none;
}

fieldset legend {
	background: #FFF;
	color: #2C840F;
	font-size: 130%;
	font-weight: bold;
	padding-left: 5px;
	/*border-bottom: 1px solid #ccc;*/
	text-indent: 0;
	padding-right: 10px;
	background: transparent;
}

fieldset.has-errors legend {
	color: #900;
}

fieldset legend span {
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
	background: white;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	background: white;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
	vertical-align: text-top;
}
form div.section-list {
	margin: 0; padding: 0; position: static;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, sans-serif;
}
input, textarea, .faketext {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}

.error label {
	color: #900;
}

.required label:after {
	content: ' *';
}

.text input, .password input, textarea, .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;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	width: 100%;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* -------------------- */

fieldset {
	overflow: hidden;
}

fieldset div.input {
	margin-left: 5px; margin-right: 5px;
	width: 520px;
	overflow: hidden;
}

fieldset div.w1 { float: left; clear: none; width:  70px; }
fieldset div.w2 { float: left; clear: none; width: 160px; }
fieldset div.w3 { float: left; clear: none; width: 250px; }
fieldset div.w4 { float: left; clear: none; width: 340px; }
fieldset div.w5 { float: left; clear: none; width: 430px; }

.date {
}

.date select {
  width: auto;
	vertical-align: inherit;
}

fieldset div.input input {
	margin: 0;
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* --- Buttons --- */

button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 32px 0 0; 
  text-align:center; 
	font-size: 150%;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding: 1px 0px 1px 32px; 
}

/*blue buttons*/

button { 
  background:url(../img/buttons/btn_green_right.png) right no-repeat; 
	margin: 10px 0;
}
button span { 
  height:48px; 
  line-height:45px;
  background:url(../img/buttons/btn_green_left.png) left no-repeat;
  color:#fff; 
}
button:hover {
	background:url(../img/buttons/btn_orange_right.png) right no-repeat; 
}
button:hover span {
	background:url(../img/buttons/btn_orange_left.png) left no-repeat; 
}
