/*
*************************************************
andCulture Form Styles - Custom
Version:	0.50 | January 22, 2010
Author:		andCulture, info@andCulture.com
Notes:		Wherever you see "REQUIRED" it means that the property and
			value must exist (for layout purposes). You may adjust it's
			value. All other properties are optional.
*************************************************
*/


/*-------------------------------------------
	SHARED STYLES (BLOCK & INLINE LABELS)
-------------------------------------------*/

/* REQUIRED FIELDS */
.ac-form div.required label {
	font-weight: bold;
}

/* NOTES */
.ac-form p.note {
	padding: 0;
	background: none;
	font-family: inherit;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}

/* BUTTONS */
.ac-form div.buttons {
	margin-bottom: 0;
}

/* MULTIPLE FIELDS ON SAME LINE */
.ac-form fieldset.multi div {
	margin-right: 15px;
	margin-bottom: 0;
}


/* RADIO & CHECKBOX SETS */
fieldset.switches input {
	vertical-align: inherit;
}


/*-------------------------------------------
	BLOCK LABELS
-------------------------------------------*/

/* LABELS */
.block-labels label,
.block-labels .label {
	margin-bottom: 3px;
}

/* NOTES */
.block-labels p.note {
	margin: 0;
}

/* RADIO & CHECKBOX SETS */
fieldset.switches.block-labels label {
	margin: 0 0 5px 0;
}


/*-------------------------------------------
	INLINE LABELS
-------------------------------------------*/

/* LABELS */
.inline-labels label,
.inline-labels .label {
	margin-top: 6px;
	margin-right: 5px;
	width: 125px; /* REQUIRED */
}

/* NOTES */
.inline-labels p.note {
	margin-left: 130px; /* REQUIRED */
	margin-top: 0;
	margin-bottom: 0;
}

/* LINE OF TEXT WITH A CHECKBOX */
.inline-labels div label.line {
	margin-left: 125px; /* REQUIRED */
}

/* BUTTONS */
.inline-labels div.buttons {
	margin-left: 130px; /* REQUIRED */
}

/* RADIO & CHECKBOX SETS */
.inline-labels fieldset.switches label {
	margin: 5px 2em 0 0;
}

/* MULTIPLE FIELDS ON SAME LINE */
.inline-labels div fieldset.multi label {
	width: auto;
}
.inline-labels div fieldset.multi select {
	margin-top: 2px;
}
.inline-labels div fieldset.multi div:first-child label {
	margin-top: 6px;
	margin-right: 5px;
	width: 125px; /* REQUIRED */
}


/*-------------------------------------------
	INLINE LABELS (RIGHT ALIGNED)
-------------------------------------------*/

/* LINE OF TEXT WITH A CHECKBOX */
.inline-labels.right div label.line {
	margin-left: 125px; /* REQUIRED */
}

/* BUTTONS */
.inline-labels.right div.buttons {
	margin-left: 130px; /* REQUIRED */
}

/* REQUIRED FIELDS */
.inline-labels.right div label,
.inline-labels.right div .label {
	/* padding-right: 8px; */
	width: 125px; /* REQUIRED */
}
.inline-labels.right div em {
	right: 0; /* REQUIRED */
}

/* MULTIPLE FIELDS ON SAME LINE */
.inline-labels.right div fieldset.multi div:first-child label {
	width: 125px; /* REQUIRED */
}


/*-------------------------------------------
	ERRORS
-------------------------------------------*/

.ac-form input.error {
	border-color: #c40001;
}
.ac-form label.error {
	margin-top: 3px !important;
	margin-right: 0 !important;
	width: auto !important;
	display: block;
	float: none;
	color: #c40001;
	font-size: 11px;
	font-style: italic;
	font-weight: normal !important;
	text-align: left !important;
}
.inline-labels label.error {
	margin-left: 130px;
}
.ac-form fieldset.multi label.error {
	margin-right: 0;
	margin-left: 0;
	width: 150px !important;
}
.inline-labels fieldset.multi div:first-child label.error {
	margin-left: 130px;
}
fieldset.switches + label.error { margin-top: 9px !important; margin-left: 135px; }


/*-------------------------------------------
	STATUS MESSAGES
-------------------------------------------*/

/* STATUS SUMMARY */
.ac-form div.status {
	margin-bottom: 1em;
	border-width: 1px;
	border-style: dashed;
	padding: 6px 10px;
}
.ac-form div.status.error {
	border-color: #c7491e;
	background-color: #ffe8e0;
}
.ac-form div.status.success {
	border-color: #6ead1c;
	background-color: #f2ffe0;
}
.ac-form div.status p {
	margin: 0;
}
.ac-form div.status ul {
	margin-bottom: 0;
}


/*-------------------------------------------
	SITE SPECIFIC STYLING
-------------------------------------------*/

.ac-form fieldset legend {
	padding: 10px 0;
	color: #832f2f;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}
.ac-form fieldset > div {
	margin-bottom: 1em;
	position: relative;
}
.ac-form fieldset.multi div {
	margin-bottom: 0;
	position: static;
}
.ac-form input[type=text] {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input[type=checkbox] {
	margin: 0;
}
.ac-form input[disabled=disabled] {
	border-color: #DDD;
}
.ac-form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ac-form textarea {
	padding: 3px;
	width: 300px;
	height: 100px;
	border: 1px solid;
	border-color: #999 #BBB #BBB #999;
	color: #585754;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input#email, input#address1, input#address2, input#programs { width: 250px; }
select#state { width: auto; }
input#zip { width: 45px; }
input#website { width: 300px; }
form#contact-form input#zip + label.error { margin-left: 25px; }

input#areacode,
input#phoneprefix,
input#extension,
input#faxareacode,
input#faxprefix { margin-right: 2px; width: 30px; }
input#phonelinenumber,
input#faxlinenumber { width: 35px; }

label[for=extension] { display: block !important; }

button.save		{ width: 93px; background-position: 0 -75px; }
button.send		{ width: 42px; background-position: -47px -50px; }

