/*---------------------------------------------
TSD Form StyleSheet

version:  1.0
author:   citrusfresh design
email:    jesh@citrusfreshdesign.com
website:  www.citrusfershdesign.com
----------------------------------------------*/

h1 {
	color: #4f7e37;
	font-size: 2em;
	margin-bottom: 1em;
}

fieldset {
	margin: 1em 0 2em;
	padding: 1.5em;
	background-color: #e6e6e6;
	border: none;
}

fieldset p {
	margin-bottom: .6em !important;
}

label {
	float: left;
	width: 5em;
}

fieldset p label {
	font-size: .9em;
}

#address2label {
	visibility: hidden;
}

#iama p {
	float: left;
	margin-bottom: 0;
	width: 6.5em;
	border-left: 1px solid #bbb;
	padding-left: .7em;
}

#iama p.first {
	border: none;
}

input {
	width: 282px;
	height: 20px;
	padding-left: 4px;
	color: #444;
	font: .9em Georgia, serif;
	outline: none;
}

input, textarea {
	border: 1px solid #888;
}

input.radio, input.checkbox, input.submit {
	width: auto;
	height: auto;
}

input.radio, input.checkbox {
	border: none;
}

input.radio {
	float: left;
	margin-right: 1em;
}

input.submit {
	display: block;
	width: 80px;
	height: 30px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #4f7e37;
	border: 1px solid #365625;
	cursor: pointer;
}

input.submit:hover {
	background-color: #80ac6b;
}

input[type="hidden"] {
	visibility: hidden;
}

textarea {
	width: 280px;
	height: 100px;
}

.required {
	border-left: 4px solid #4f7e37;
	padding: 0;
}

.city label {
	float: left;
}

.city input {
	width: 100px;
	float: left;
}

.state label {
	width: 3em;
	padding-left: 1em;
	float: left;
}

.state input {
	width: 30px;
	float: left;
}

.zip {
	width: 130px;
	float: left;
}

.zip label {
	width: 2.5em;
	padding-left: 1em;
	float: left;
}

.zip input {
	width: 56px;
	float: left;
}

.clear {
	clear: both;
}

div.starting {
	margin-bottom: 20px;
}

p.opt-in {
	margin-left: 4.5em;
}

div.rule {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
}

