/* --- Form stuff --- */

fieldset {
	
}
fieldset legend {
	margin: 0;
	color: #4e6954;
	font-weight: bold;
	font-size: 18px;
	padding-top: 6px;
}

/* --- Fields --- */

input,
select,
textarea {
	border: #ccc 1px solid;
	border: #5aa553 1px solid;
	padding: 2px;
}

.button-group input {
	font-size: 14px;
	font-weight: bold;
	color: #5aad52;
	background-color: #ff9;
	padding: 4px 10px;
	margin-top: 15px;
}

input.checkBoxInput {}
input.radioInput {}
input.textInput {}
select {}
option {}
optgroup {}
textarea { height: 150px; }

/* special states */

input.textInput,
select,
textarea {
	background: url(../images/input_bg.gif);
}

input.focus,
select.focus,
textarea.focus {
	color: #D1EDC6;
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 11px;
	border: 1px solid #D1EDC6;
	background-image: none;
	background-color: #5AA553;
}

input.default,
select.default,
textarea.default {
	font-style: italic;
}

form dl dt {
	clear: left;
}

form dl dt {
	margin-top: 15px;
	margin-bottom: 2px;
}
form dl dt label {
	color: #d1edc6;
	font-family: Georgia;
}

/* old stuff */

form ul li {
	clear: left;
	background-color: #afafaf;
	padding: 10px;
	margin: 10px 0;
}

form ul li.focused {
	background-color: #ccc;
}

form ul li.error {
	border: #DF7D7D 1px solid;
	border-width: 1px 0;
	background-color: #FFDFDF;
}
	form ul li.error p.error_desc {
		font-style: italic;
		font-size: 11px;
		color: #DF7D7D;
	}

form ul li label {

}
form ul li label.sm_label {
	font-style: italic;
	font-size: 12px;
	padding: 3px 0;
	cursor: pointer;
}
form ul li label.sm_label:hover {
	color: green;
}

div.ff_left {
	float: left;
	margin-right: 10px;
}

/* custom fields 
---------------------------------------------------------- */
div.state_zip {
	margin-bottom: 15px;
}
.state_zip input, .state_zip select {
	width: 145px !important;
}
.state_zip dl {
	float: left;
	margin-right: 5px;
}
.phone input {
	width: 70px !important;
}