/* Styling for Form */
.form_box {
	width: 470px;
	height: auto;
	color: #000000;
	float: left;
	margin: 0 0 0 15px;
}
.form_row {
	float: left;
	clear: both;
	width: 450px;
	margin-bottom: 10px;
	height: auto;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	float: left;
	margin: 0 20px 5px 0;
	width: 450px;
	clear: both;
	color: #65C072;
	font-size: 15px;
}
.form_input {
	float: left;
	width: 430px;
	font-size: 13px;
}
.form_input label {
	display: block;
	margin: 0 0 3px 0;
}
.form_input img {
	margin: 0 0 10px 0;
}
.form_checkbox, .form_checkbox_long {
	float: left;
	width: 250px;
	font-size: 11px;
}
.form_checkbox_long {
	width: 390px;
}
.form_checkbox input, .form_checkbox_long input {
	display: block;
	float: left;
	margin: 3px 5px 0 0;
}
.form_checkbox label, .form_checkbox_long label {
	clear: both;
	float: left;
}

.form_submit {
	float: right;
}
.form_submit input.submit {
	width: 165px;
	height: 37px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 0 15px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 37px;
	background: rgb(68,183,157); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(68,183,157,1) 0%, rgba(55,169,141,1) 50%, rgba(37,161,130,1) 51%, rgba(28,148,115,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,183,157,1)), color-stop(50%,rgba(55,169,141,1)), color-stop(51%,rgba(37,161,130,1)), color-stop(100%,rgba(28,148,115,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,183,157,1) 0%,rgba(55,169,141,1) 50%,rgba(37,161,130,1) 51%,rgba(28,148,115,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,183,157,1) 0%,rgba(55,169,141,1) 50%,rgba(37,161,130,1) 51%,rgba(28,148,115,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,183,157,1) 0%,rgba(55,169,141,1) 50%,rgba(37,161,130,1) 51%,rgba(28,148,115,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(68,183,157,1) 0%,rgba(55,169,141,1) 50%,rgba(37,161,130,1) 51%,rgba(28,148,115,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b79d', endColorstr='#1c9473',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 2px 4px 0px #686f76;
	-moz-box-shadow: 0px 2px 4px 0px #686f76;
	box-shadow: 0px 2px 4px 0px #686f76;
	border: none;
	cursor: pointer;
}
	.form_submit input.submit:hover {
		background: rgb(95,211,185); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(95,211,185,1) 0%, rgba(89,197,175,1) 49%, rgba(70,189,165,1) 50%, rgba(55,169,141,1) 100%, rgba(64,174,154,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,211,185,1)), color-stop(49%,rgba(89,197,175,1)), color-stop(50%,rgba(70,189,165,1)), color-stop(100%,rgba(55,169,141,1)), color-stop(100%,rgba(64,174,154,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(95,211,185,1) 0%,rgba(89,197,175,1) 49%,rgba(70,189,165,1) 50%,rgba(55,169,141,1) 100%,rgba(64,174,154,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(95,211,185,1) 0%,rgba(89,197,175,1) 49%,rgba(70,189,165,1) 50%,rgba(55,169,141,1) 100%,rgba(64,174,154,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(95,211,185,1) 0%,rgba(89,197,175,1) 49%,rgba(70,189,165,1) 50%,rgba(55,169,141,1) 100%,rgba(64,174,154,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(95,211,185,1) 0%,rgba(89,197,175,1) 49%,rgba(70,189,165,1) 50%,rgba(55,169,141,1) 100%,rgba(64,174,154,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd3b9', endColorstr='#40ae9a',GradientType=0 ); /* IE6-9 */
	}
.form_input input, .form_input select {
	font-family: Arial, Helvetica, sans-serif;
	width: 440px;
	font-size: 13px;
	height: 24px;
	padding: 2px 2px 2px 4px;
	color: #a6b0bb;
	background: #FFF;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0px 0px 15px 0px #dadcdc;
	-moz-box-shadow: 0px 0px 15px 0px #dadcdc;
	box-shadow: 0px 0px 15px 0px #dadcdc;
}
.form_input select {
	width: 220px;
}
.form_input textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 440px;
	margin-left: 1px;
	height: 100px;
	padding: 4px 2px 2px 4px;
	color: #a6b0bb;
	background: #FFF;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0px 0px 15px 0px #dadcdc;
	-moz-box-shadow: 0px 0px 15px 0px #dadcdc;
	box-shadow: 0px 0px 15px 0px #dadcdc; 
}
.form_validate {
	float: left;
	margin-left: -440px;
	font-size: 10px;
	color:#900;
}
.form_input input.checkbox {
	width: 13px;
	float: left;
}

/* Styling for Newsletter Form */
.form_box_newsletter {
	width: 459px;
	height: auto;
	color: #000000;
	float: left;
	margin: 10px auto 0 auto;
}
#newsletter .form_row {
	float: left;
	width: 200px;
	margin: 0 20px 5px 0;
	height: auto;
	clear: none;
}
#newsletter .form_field {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 203px;
	color: #79b22b;
	font-size: 12px;
	margin: 0 0 5px 0;
}
#newsletter .form_input {
	float: left;
	width: 206px;
	font-size: 11px;
}
#newsletter .form_submit {
	float: left;
}
#newsletter .form_submit input.submit {
	float: left;
	cursor: pointer;
	background: url(../assets/images/buttons/btn-signup.png) no-repeat top; 
	width: 212px;
	height: 42px;
	display: block;
	border: none;
	margin: 8px 0 0 0;
}
#newsletter .form_submit input.submit:hover {
	background-position: center;
}
#newsletter .form_submit input.submit:active {
	background-position: bottom;
}
#newsletter .form_input input {
	width: 200px;
	font-size: 11px;
	height: 20px;
	padding: 2px 2px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border: none;
	box-shadow: none;
}
#newsletter .form_input input#sc {
	width: 80px;
	float: left;
}
#newsletter .form_input img {
	margin: 0 10px 0 0;
	float: left;
}
#newsletter .form_validate {
	float: left;
	margin-left: 5px;
	font-size: 10px;
	color:#900;
}
