fieldset {
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
}

fieldset.form-lock input, fieldset.form-lock select, fieldset.form-lock textarea {
	color: #a00;
	background: #eee;
}

fieldset.form-lock input.input_button {
	color: #fff;
	background: #a00;
}

fieldset p {
	margin: 0; padding: 5px 0;
	line-height: normal;
}

fieldset legend {
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #f4bd2f;
}

.content fieldset ul {
	margin: 10px 0 0 0; padding: 0;
	list-style-type: none;
	width: 90%;
	font-size: 100%;
}

.content fieldset ul li {
	margin: 0 !important;
	padding: .5em .25em .5em 0;
	position: relative;
	line-height: normal;
	list-style-type: none !important;
	clear: both;
}

fieldset.labels-stacked li.buttons,
fieldset.labels-stacked div.buttons {
	padding-left: 0;
}

fieldset li.buttons,
fieldset div.buttons {
	padding-left: 30%;
	display: block;
}

fieldset li div {
	float: left;
}

/* Fields and Labels */
fieldset.labels-stacked label.desc {
	line-height: 150%;
	padding: 0 0 1px 0;
	float: none;
	width: auto;
	display: block;
	font-size: 95%;
	font-weight: bold;
}

fieldset label {
	color: #fff;
}

label.desc,
fieldset.labels-beside label.desc {
	/* Default Labels */
	line-height: 150%;
	padding: 0 0 1px 0;
	float: left;
	width: 35%;
	display: block;
	font-size: 85%;
	font-weight: bold;
}

label.desc b {
	display: block;
	font-size: .75em;
}

p.note {
	padding: 5px 5px 5px 0;
	float: left;
	clear: left;
	font-style: italic;
	font-size: .75em;
	text-align: left;
	width: 35%;
}

div.choice {
	float: right;
	clear: right;
	text-align: left;
	width: 60%;
}

div.choice label {
	font-size: 95%;
	display: block;
	line-height: 1.4em;
	margin: -1.75em 0 0 25px;
	padding: 3px 0;
	color: #fff;
}

fieldset li div label {
	margin: 0;
	padding-top: 3px;
	font-size: 9px;
	line-height: 9px;
	display: block;
}

/* Disabled Styles */
input .disabled, input[disabled='disabled'] {
	color: #666;
	background-color: #666 !important;
}

input[disabled='disabled'] + label {
	color: #666;
}

input.text,
input.file,
textarea.textarea,
select.select {
	margin: 0;
	font-size: 100%;
	color: #333;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #eee;
	background: #fff;
}

input.text, input.file {
	padding: 2px 0 2px 0;
}

label.desc + input.file {
	width: 100%;
}

input.checkbox, input.radio {
	display: block;
	line-height: 1.4em;
	margin: 6px 0 0 3px;
	width: 13px;
	height: 13px;
}

textarea.textarea {
	font-family: arial, sans-serif;
}

select.select {
	font-family: arial, sans-serif;
	margin: 1px 0;
	padding: 1px 0 0 0;
}

/* Buttons */
input.button {
	padding: 2px 7px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	color: #eee;
	border: 1px solid #7a9eb4;
	background: #666;
}

input.button:hover {
	background: #C51726;
}

/* Sizes */
.mini {
	width: 3.5em;
}

.quarter {
	padding: 0 3% 0 0;
	width: 21% !important;
}

.third {
	padding: 0 3% 0 0;
	width: 29% !important;
}

.half {
	width: 48% !important;
}

.three-thirds {
	width: 66% !important;
}

.full {
	width: 100% !important;
}

input.small, select.small {
	width: 25%;
}

input.medium, select.medium {
	width: 50%;
}

input.large, select.large, textarea.textarea {
	width: 100%;
}

textarea.small {
	height: 5.5em;
}

textarea.medium {
	height: 10em;
}

textarea.large {
	height: 20em;
}

/* Required */
fieldset .req, fieldset .error {
	margin: 0; padding: 0 0 0 .25em;
	float: none;
	color: #a0c9fd !important;
	font-weight: bold;
}

/* Formatting */
li.format-phone div {
	padding-right: 10px;
	float: left;
	width: 50px;
}

li.format-phone input.text {
	width: 40px;
}

/* Messages */
.message {
	margin: 15px 0;
	padding: 10px 10px 10px 45px;
	border: 1px solid #ccc;
	font-size: 13px !important;
	font-weight: bold;
	line-height: 18px !important;
}

.good {
	color: #060 !important;
	border-color: #9c9;
	background: url(../images/icon_good.gif) #E2F9E3 10px center no-repeat;
}

.alert {
	color: #C3a83e !important;
	border-color: #D4B743;
	background: url(../images/icon_alert.gif) #FBF7E6 10px center no-repeat;
}

.bad {
	color: #fff !important;
	border-color: #c99;
	background: url(../images/icon_bad.gif) #c00 10px center no-repeat;
}

.message p {
	padding: 0 !important;
}

.message ul {
	padding: 0 !important;
}
