.clear {
	clear: both;
}



/*@ Forms
============ */

form {
    margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	border: 1px dotted #666;
	float: left;
}

.fieldset_inner {
	padding: 1em;
}

label {
	display: block;
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
	padding-top: 3px;
	font-weight: bold;
}

.field, .field_group {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.field .field_help {
	margin: 0;
	font-style: italic;
	font-size: 11px;
}

.field.headless label {
	display: none;
}

.field.headless {
	margin-top: -8px;
}

input.text, input.password, input.file, 
input.title,
textarea, select {
	
  /* border: 1px solid #666; */
}

input:focus, input.text:focus, input.title:focus,
textarea:focus, select:focus {
	background: #ffd!important;
	/* border: 1px solid #008051; */
}

input.text, input.title, input.file, input.password { 
	/* padding: 3px; */
}

input.title { 
	font-size:1.5em; 
}

textarea { 
	width: 100%; 
	height: 120px; 
	padding: 3px; 
}

fieldset.choices {
	border: none;
	padding: 0;
}



.choices legend {
	font-weight: bold;
	color: #000;
	margin: 0;
}

.choices .field {
	width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	clear: none;
	
}

.choice input,
.choice label {
	float: left;
	line-height: 15px;
	vertical-align: middle;
	text-align: left;
	width: auto;
}


.checkbox input {
	float: left;
	margin-right: 0.5em;
}

.checkbox label {
	width: auto;
	padding-top: 2px;
}

.field_group .field {
	float: left;
	clear: none;
}

.field.state {
	width: 40%;
}

.field.state select {
	width: 10em;
}

.field.month {
	width: 9em;
}

.field_group.date .field label {
	display: none;
}

.field.mday {
	width: 5em;
}

.field.year {
	width: 4em;
}

.field.zip {
	width: 50%;
	float: right;
}



/*@ field errors
============ */

.field.has_err {
	border: 1px solid red;
	padding: 2px 5px;
	padding-right: 9px;
	position: relative;
	background: url(../images/splat2.gif) no-repeat bottom left;
	width: 100%;
	float: none;
	clear: both;
}

.has_err input, .has_err select, .has_err textarea {
	background: #fbc2c4;
	color: #333;
}

.field .errors {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	font-weight: bold;
	color: #e3b03c;
	font-size: 11px;
}

.error-indicator {
	visibility: hidden;
}

/*@ Actions
============ */


.form_actions, .actions {
	text-align: center;
	margin: 1em;
}

.form_actions input,
.actions input,
.actions a {
	font-weight: bold;
	font-size: 14px;
	/*
	display: block;
	padding: 5px 10px;
	background: #aaa;
	border: 1px solid #900;
	color: #900;
	text-decoration: none;
	text-transform: uppercase;
	*/
}

.actions a:hover,
.actions input:hover {
 /* background: #d9d9d9; */
 color: #111;
 text-decoration: underline;
}

.actions a:active {
 border-top: 2px solid;
 border-left: 2px solid;
 border-bottom: 1px solid;
 border-right: 1px solid;
 background: #999;
 color: #111;
}
