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

 	Form Styles
	
	client
	http://domain.com
	
	Author: Joey Marchy
	http://wingardcreative.com

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

div.form-container { margin-top: 25px; }

label { padding-right: 10px; color: #333; }

label.more { padding-right: 0; }

span.notice {
	padding: 0 2px;
	background-color: #eae996;
	color: #333;
}

p span.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

input, select, textarea { font-size: 100%; padding: 2px; }

textarea { height: 100px; }

/* one column form ------------------------------- */
dl.one-column { width: 100%; }

dl.one-column dd ul { list-style: none; }
dl.one-column dd li { list-style: none; }

/* two column forms ------------------------------ */

dl.two-column { width: 100%; }

dl.two-column dt {
	float: left;
	width: 30%;
	line-height: 22px;
	text-align: right;
}

dt label { font-weight: bold; }

dl.two-column dd {
	margin: 0 0 0 32%;
	margin-bottom: 10px;
	line-height: 22px;
}

dl.one-column dd {
	margin: 0;
	margin-bottom: 10px;
	line-height: 22px;
}

/* NOTE: used to break and create rows for relative font size increase */

dl.two-column dd.clear,
dl.one-column dd.clear {
	clear: both;
	margin-left: 0;
	padding-bottom: 4px;
}

dl.two-column dd.clear hr,
dl.one-column dd.clear hr { display: none; }

/* sub fields */

dl.two-column dd.sub { margin-bottom: 7px; font-size: 90%; }

dl.two-column dd.sub label { color: #666; }

/* full column dds */

dl.two-column dd.column_full { margin-left: 0; }

/* notes and formatting examples */

.note { font-size: 90%; color: #666; }

/* lists within dds */

dl.two-column dd ul, 
dl.two-column dd li  {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* remember me */

dd.remember label { font-size: 90%; color: #666; }

/* field widths */

.full { width: 85%; }

.medium { width: 35%; margin-right: 10px; }

.small { width: 15%; }

.radio { margin-right: 5px; }

select.small { margin-right: 10px; }

/* submit */

input#submit { 
	margin-right: 25px;
	font-size: 100%; 
}

#submit.right {  float: right;  margin-right: 0; }

dl.two-column dd.submit { margin-bottom: 0; }

dl.two-column dd.submit input { margin-right: 5px; }

/* form messages */

div.form-message {
	color: #fff;
	background-color: #000;
	border-top: 5px solid #a30625;
	font-size: 1.4em;
	padding: 15px 20px;
	margin: 20px 75px 0;

}

div.form-error { color: #333; }

div.form-error li, label.error {
	padding-left: 18px;
	font-weight: normal;
	background: url(../img/icon_error.gif) no-repeat 0 50%;
}

div.form-error span, label span { 
	color: #c00; 
	font-weight: bold;
}

p.checkbox {
	margin-bottom: 0;
}

p.checkbox label {
	float: right;
	text-align: left;
	padding-top: 12px;
	width: 345px;
}

p.checkbox input {
	float: none;
	display: inline;
	width: 20px;
	margin-left: 70px;
}

select {
	width: 220px;
}
