* {
	margin: 0;
	padding: 0;
}
a, .depending {
	color: #55A514;
	text-decoration: none;
}
.red {
	color: red !important;
}
input.red {
	border: 1px solid red !important;
}
.clear { clear: both; }
.block { display: block; }
.hidden, .showhide, .subyes, .subno { display: none; }
hr.showhide {
	margin-bottom: 15px;
}
.depending {
	font-family: georgia, serif;
	font-size: 14px;
	margin-top: 5px;
}
#policy {
	margin: 30px 5px;
	font-family: georgia, serif;
	padding: 10px;
	border: solid 1px #72b84c;
	float: left;
	clear: both;
}
#policy p, #agreement p, #policytoolprivacypolicy p {
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
#policy h3 { margin: 5px 0 5px; }
#agreement {
	padding: 15px;
	}
#policy_buttons {
	float: left;
	clear: both;
}
#header {
	width: 100%;
	background: url(../images/header_repeat.jpg) repeat-x;
	height: 102px;
	padding: 59px 0 45px 0;
}
#header.sub {
	background: url("../images/header_repeat.jpg") repeat-x scroll center -39px transparent;
	height: 83px;
	padding-top: 25px;
}
#header h1 a {
	display: block;
	height: 108px;
	width: 883px;
	background: url(../images/header.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
#header h1 a:focus, #header h1 a:active { outline: none; }
#header strong { display: none; }
hr {
	border: none;
	background: none;
	height: 1px;
	width: 100%;
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
	border-bottom: 1px solid #72B84C;
	clear: both;
}
hr.subquestion {
	border: none;
	border-bottom: 1px dashed #72B84C;
}
#page {
	width: 894px;
	margin: 0 auto;
}
h2 {
	height: 190px;
	width: 351px;
	background: url(../images/getstarted.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 9px 118px 0 19px;
}
.script {
	font-family: georgia, serif;
	font-size: 15px;
	font-style: italic;
	color: #636363;
	line-height: 20px;
}
.script p {
	margin-bottom: 4px;
}
#whatisthis {
	height: 223px;
	float: left;
	width: 405px;
	margin-bottom: 5px;
}
#preview {
	margin: 20px 0 20px 5px;
	width: 100%;
}
#preview p, #preview br {
	margin-bottom: 10px;
	cursor: pointer;
}
#preview p {
	color: #555;
}
#question {
	margin-top: 20px;
}
#question label, #question .label {
	font-family: georgia, serif;
	color: #636363;
	font-size: 22px;
	display: block;
	padding-top: 3px;
	margin-bottom: 17px;
	padding-left: 21px;
}
#question label.radio {
	display: inline;
	padding-left: 10px;
	
}
#question input.bool {
	margin-left: 51px;
}
#question .input {
	margin-bottom: 27px;
	margin-top: 12px;
}
input.string, input.text {
	border: 1px solid #7F9DB9;
	padding: 3px;
	margin-top: 5px;
	font-family: arial, sans-serif;
}
input.string {
	width: 309px;
}
input.string.text {
	width: 600px;
}
#email_form {
	padding: 0px 1em 0px 1em;
}
input[type=submit], input[type=button],
.ui-widget #email_form input[type=submit] {
	border: none;
	background: #72B84C;
	padding: 3px 11px;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 25px;
	text-align: center;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	margin-left: 5px;
	cursor: pointer;
}
/*
#page input[type=submit], #page input[type=button] {
	behavior:url(/style/border-radius.htc);
}
.ui-widget #email_form input[type=submit] {
	behaviour: none !important;
}
*/
input[type=submit] {
	margin-top: 15px;
	float: right;
}
input.next {
	margin-left: 172px;
	margin-bottom: 10px;
	width: 187px;
}
.subno, .subyes {
	margin-top: 20px;
}
.subno .subquestion, .subyes .subquestion {
	margin: 20px 0;
}
input.string {
	margin-left: 21px;
}
label#progress {
	color: #72B84C;
	float: right;
	width: 160px;
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-left: 115px;
}
input.splash {
	float: right;
}
input.generate {
	/*margin-left: 528px;*/
}
input.left {
	float: left;
	margin-left: 7px;
}
input.right {
	float: right;
}
input.send_email {
	margin-left: 475px;
}
input.agree {
	padding-left: 20px;
	padding-right: 20px;
}
#send_email #question .input {
	margin-top: 0;
	margin-bottom: 17px;
}
#send_email #question label {
	margin-bottom: 2px;
}
#send_email .description {
	display:block;
	font-size:10px;
	padding-left:41px;
}
#send_email #question #contact {
	margin-left: 20px;
}
#send_email #question label.radio {
	font-size: 17px;
	vertical-align: bottom;
	padding-left: 5px;
}
#agreement_inline {
	float: left;
	clear: both;
	width: 852px;
	height: 300px;
	overflow-y: scroll;
	margin: 30px 0 0 8px;
	border: solid 1px #72B84C;
	padding: 15px;
	color: #636363;
	background-color: #E1F0D9;
}
#agreement_inline h3 {
	margin: 0 0 15px 0;
}
#agreement_inline p {
	margin: 0 0 10px 0;
}
#thankyou_buttons {
	height: 50px;
	float: left;
	clear: left;
	width: 890px;
}
#footer {
	width: 100%;
	background: url(../images/footer_repeat.jpg) repeat-x;
	height: 188px;
	padding: 59px 0 45px 0;
	margin-top: 40px;
}
#footer #tagline, #footer #copyright, #footer #fineprint {
	width: 894px;
	margin: 0 auto;
}
#footer #tagline {
	height: 36px;
	background: url(../images/footer.png) no-repeat;
	text-indent: -9999px;
}
#footer #tagline a {
	display: block;
	height: 36px;
	width: 180px;
	float: right;
}
#footer #copyright {
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #555555;
	margin: 14px auto 37px auto;
}
#footer #copyright a {
	color: #555555;
}
.fineprint {
	font-size: 10px;
	color: #555555;
	font-family: arial, sans-serif;
}
#fineprint a {
	height: 40px;
	display: block;
	float: left;
	margin-right: 3px;
}
#notesfromthenet {
	border: 1px solid #72B84C;
	background: #E1F0D9;
	padding: 30px 30px;
	margin-top: 10px;
}
#notesfromthenet h3 {
	font-family: georgia, serif;
	color: #555;
	font-size: 20px;
	padding: 0;
	margin: 0 0 5px 0;
}
#notesfromthenet p {
	font-family: georgia, serif;
	line-height: 25px;
	color: #555;
}