/*----------------------------------------------------------------
LMA Dynamic Forms Additional Styles
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	7/21/09
----------------------------------------------------------------*/

img.contactpage {
	display: block;
	float: right;
	margin: 28px 0 0 0;
}
#instructions {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #97A847;
	border-top: 1px solid #97A847;
	clear: both;
}
#instructions p {
	margin: 0;
}
#flashMessage {
	margin-top: 15px;
}
#flashMessage p {
	font-weight: bold;
	color: #EF864C;
}
#flashMessage a, .error-message a {
	color: #EF864C;
}
.error-message {
	padding: 0 0 15px 25px;
	font-weight: bold;
	color: #900;
	background: url(../img/error_icon.gif) top left no-repeat;
}
.clear {
	clear: both;
}
hr {
	clear: both;
	margin: 15px 0 0 0;
	border: 0px none;
	border-top: 1px solid #97A847;
	height: 0px;
}

/* Forms formatting */
form {
	padding: 20px 10px;
	margin: 0;
	float: left;
	width: 400px;
}
form p {
	padding: 15px 0 0 10px;
	margin: 0;
}
form h6 {
	float: left;
	padding: 8px 0 7px 0;
	margin: 0;
	color: #fff;
	font: small Arial, Helvetica, Verdana, sans-serif;
	width: 420px;
}
form h6.inline {
	width: 600px;
}
form h3 {
	clear: both;
	padding-bottom: 15px;
}
form h6 label {
	float: left;
	width: 160px;
	margin: 0;
}
form span.format {
	font-size: 90%;
}
/*form h6 input, form h6 textarea, form h6 select, form h6 file {
	float: right;
}*/	
input, textarea, select, file {
	width: 240px;
	border: 1px solid #97A847;
	font-size: 12px;
	padding: 3px;
}
textarea.page {
	width: 525px;
	overflow: auto;
}
select.datetime {
	width: auto;
}
input.city {
	width: 130px;
}
input.state {
	width: 20px;
}
input.zip {
	width: 80px;
}
input.checkbox {
	width: auto;
}
input#submit, input#reset, a.submit {
	width: auto;
	float: right;
	padding: 2px 5px;
	background: #444;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 10px 0 200px;
	text-decoration: none;
}
input#submit.wide, input#reset.wide {
	margin: 0 10px;
}
input#submit.inline {
	margin: 0 0 0 5px; 
	float: none;
}
h6.inline div.submit {
	display: inline;	
}