/* @override http://rform.ca/_css/styles.css */

body {
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
	font: 14px/180% "Lucida Grande", Lucida Sans, Lucida, Verdana, sans-serif;
	color: #58595b;
}

form#subForm input {
	border: 1px solid #c0c0c0;
	font-size: 14px;
	padding: 5px;
	display: inline;
	float: right;
	-moz-box-shadow:inset 1px 1px 10px #e5e5e5;
	-webkit-box-shadow:inset 1px 1px 10px #e5e5e5;
	box-shadow:inset 1px 1px 10px #e5e5e5;
}

h1 {
	color: #58595b;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 130%;
	text-transform: capitalize;
	font-family: 'Lucida Grande', Lucida Sans, arial, sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 150%;
	font-weight: normal;
	color: #58595b;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	text-transform: capitalize;
}

h2.sectionbreak {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	color: #5e9600;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

h3 {
	text-transform: capitalize;
}

h4 {
	margin: 10px 0 0 0;
	padding: 0;
}

h5 {
	font-style: normal;
	color: #5e9600;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
}

p {
	font-size: 14px;
	line-height: 180%;
	font-weight: lighter;
	margin: 0;
	padding: 0 0 10px 0;
}

ul, ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}

li {
	padding: 5px 0;
	list-style-type: circle;
}

a:link {
	color: #005b7f;
	text-decoration: none;
}

a:visited {
	color: #005b7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.wrapper {
	margin: 0 auto;
	padding: 0 60px;
	width: 940px;
	background-color: #fff;
	color: #333;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

/* header layout */

.header {
	display: inline;
	float: left;
	width: 940px;
}

.header .logo {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

.header .tagline {
	display: inline;
	float: left;
	margin: 56px 0 0 10px;
	padding: 0;
}

.header .tagline h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	padding: 0;
	margin: 0;
}

.header .demo a {
	display: inline-block;
	float: right;
	color: white;
	margin: 60px 10px 0 0;
	background-color: #8dc63f;
	padding: 5px 10px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.header .login a {
	display: inline-block;
	float: right;
	color: white;
	margin: 60px 10px 0 0;
	background-color: grey;
	padding: 5px 10px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.header .demo a:hover,
.header .login a:hover {
	color: white;
	background-color: #5a7f9b;
}

/* Nav 1 */

.nav1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	background: #58595b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nav1 ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.nav1 ul li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0;
}

.nav1 ul li a:link,
.nav1 ul li a:visited {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.nav1 ul li a:hover,
.nav1 ul li a:active,
.nav1 ul li a:focus,
.nav1 ul li a.selected {
	color: #8dc63f;
	font-size: 14px;
	text-decoration: none;
}

.nav1 p.floatright {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	padding: 10px 0;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

/* Nav 2 */

.nav2 {
	display: inline;
	float: left;
	width: 228px;
	margin: 0 10px;
}

.content .nav2 ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.content .nav2 ul li {
	background-image: none;
	margin: 0;
	padding: 0;
	border: none;
}

.content .nav2 ul li a,
.content .nav2 ul li a:link,
.content .nav2 ul li a:visited {
	display: inline-block;
	width: 180px;
	color: #58595b;
	text-decoration: none;
	background-image: none;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
}

.content .nav2 ul li a:hover {
	color: #005b7f;
	text-decoration: none;
	background-color: #eaeaea;
}

.content .nav2 ul li a.selected {
	background: #8dc63f;
	color: #fff;
}

.content .nav2 h4 {
	padding: 0 0 5px 0;
	margin: 0 ;
	color: #58595b;
	text-transform: uppercase;
	font-size: 18px;
}

/* content layouts */

.hero {
	display: inline;
	float: left;
	width: 940px;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}

.content {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}

#about-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 350px 0 0 0;
	background: url(../_images/about-bkg.jpg) no-repeat center top;
}

#content-wrapper {
	display: inline;
	float: left;
	width: 92%;
	padding: 0 4%;
}

#content-wrapper h4 {
	font-size: 1em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #424242;
}

#content-left-side {
	display: inline;
	float: left;
	width: 47%;
	padding: 0 3% 0 0;
}

#content-right-side {
	display: inline;
	float: right;
	width: 47%;
	padding: 0 0 0 3%;
}

.content .col1 {
	display: inline;
	float: left;
	width: 430px;
	padding: 0;
	margin: 0 0 0 20px;
}

.content .col2 {
	display: inline;
	float: right;
	width: 430px;
	padding: 0;
	margin: 0;
}

.content .col2-extend {
	display: inline;
	float: right;
	width: 430px;
	padding: 0;
	margin: 20px 0;
}

.content .col2home {
	display: inline;
	float: right;
	width: 400px;
	padding: 0 20px;
	margin: 0;
}

.content .col1 img {
	float: left;
	padding: 0 10px 10px 0;
}

.col3 {
	display: inline;
	float: left;
	width: 630px;
	padding: 0 30px 0 0;
	margin: 0 20px 0 10px;
	border-right: 1px solid #e5e5e5;
}

.col3 img.imgcasestudy {
	padding: 0;
	margin: 10px 0;
	border: 1px solid #d5d5d5;
}

.col3 .shoutout {
	background: #e5e5e5;
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #d5d5d5;
}

.col4 {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 30px 0 0;
	margin: 0 20px 0 10px;
}

.col3 h1 {
	font-size: 24px;
}

.col4 {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0 ;
	text-align: center;
}

.col4 #single_image img {
	border: 1px solid #e5e5e5;
	padding: 4px;
}

.rightomatic {
	display: inline;
	width: 65%;
	margin: 10px 5% 40px 0;
	float: left;
	font-size: 11px;
}

.leftomatic {
	display: inline;
	width: 45%;
	margin: 10px 5% 40px 0;
	float: left;
	font-size: 11px;
}


ul {
	margin: 0;
	padding: 0;	
	line-height: 150%;
}

.content ul li {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconarrow.png) no-repeat left 15px;
}

.content ul li.iconcheck {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconcheckmark.png) no-repeat left 12px;
}

.content ul li.iconlock {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconlock.png) no-repeat left 12px;
}

.content ul li.iconworld {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconworld.png) no-repeat left 12px;
}


.testimonials {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.testimonials .col1 {
	display: inline;
	float: left;
	width: 430px;
	padding: 0;
	margin: 0 0 0 20px;
}

.testimonials .col2 {
	display: inline;
	float: right;
	width: 430px;
	padding: 0;
	margin: 0 20px 0 0;
}

.pricing {
	display: inline;
	float: left;
	width: 940px;
	margin: 10px 0 40px 0;
	padding: 0;
}


.plan1 {
	display: inline;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 10px 0 0;
	padding: 20px;
	text-align: center;	
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;

}

.plan2 {
	display: inline;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	padding: 20px;
	text-align: center;	
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;

}

.plan3 {
	display: inline-block;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	padding: 20px;
	text-align: center;
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;
}

.plan4 {
	display: inline;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 0 0 10px;
	padding: 20px;
	text-align: center;
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;

}

.plan1:hover,
.plan2:hover,
.plan3:hover,
.plan4:hover {
	border: 1px solid #999;
}

.plan1 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.plan2 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #a3620a;
}

.plan3 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #999999;
}

.plan4 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #aba000;
}

.pricing h3 {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.pricingcalltoaction {
	padding: 20px;
}

/*Demo Signup Form*/

.signupbutton {
	margin: 10px;
}

.signupbutton a {
	padding: 10px 30px;
	background: #8dc63f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.signupbutton a:hover {
	background: #517e9d;
} 

.formdiv {
	border: 1px solid #d5d5d5;
	background: url(../_images/formdiv-bkg.jpg) repeat-x left top;
}

form {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

form #Contact0FirstName, 
form #Contact0LastName, 
form #Contact0Email,
form #Contact0Phone1,
form #Contact0JobTitle,
form #Contact0Company,
form #Contact0_Daysofweekbestforyouandyourteam,
form #Contact0_Timesofdaymostconvenientforyouandyourteam,
form #Contact0_Numberofpeoplefromyourteamyouestimatewillattend,
form #Contact0ContactNotes {
	border: 1px solid #b3b4b5;
	width: 95%;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 14px;
}

form input#button {
	background: #fff url(../_images/button-demo.jpg) no-repeat left top;
	border: none;
	width: 362px;
	height: 60px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0;
}

form input#button:hover {
	background: #fff url(../_images/button-demo-on.jpg) no-repeat left top;
}

form #button:active {
	background: #8dc63f;
}

form p {
	padding: 0;
	margin: 0;
}


#signupform p {
	padding: 0;
	margin: 0;
}

/* Footer */

.footercopyright {
	margin: 0;
	padding: 0 0 20px 0;
}

.footercopyright p {
	color: #898989;
	font-size: 10px;
	text-align: center;
}

.footercopyright a {
	color: #898989;
}

/*Account Signup Form*/ 

.statusOk {
	background-color: #8dc63f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 18px;
	text-align: center;
}

table.fieldset input {
	font-size: 16px;
}

table.fieldset {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

table.fieldset th {
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	width: 25%;
}

table.fieldset td {
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	width: 75%;
}

table.fieldset thead th.fieldsetLeft {
	border: 1px solid #cde4ab;
	background-color: #f4f8e2;
	padding: 10px 20px;
	text-align: left;
}

table.fieldset tbody th.fieldsetLeft {
	border: 1px solid #cde4ab;
	padding: 20px;
	width: 100%;
}


table.fieldset tbody td.fieldsetRight {
	padding: 5px 5px 5px 20px;
}

table.fieldset tbody td.fieldsetRight div {
	width: 180px;
}

table.signupForm {
	width: 700px;
}

table.signupForm th, table.signupForm td {
	vertical-align: top;
}

table.signupForm th {
	font-weight: bold;
	text-align: right;
	padding: 5px 0 5px 0;
	width: 130px;
}

table.signupForm td {
	padding: 5px 0 5px 10px;
}

table.signupForm input.text, table.signupForm select {
	width: 350px;
}

table.signupForm input, table.signupForm select {
	margin-bottom: 3px;
}

p.small {
	font-size: 11px;
	line-height: normal;
	margin-top: 5px;
	width: 350px;
}

th.fieldsetLeft p {
	text-align: left;
}

/* login page form */

#redirectForm 
{
	background-color: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ebebeb)); 
	background: -moz-linear-gradient(top, #FFFFFF, #ebebeb); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFebebeb);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFebebeb)";

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
   border: 1px solid #d5d5d5;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 560px;
	text-align: left;
}

#redirectForm p {
	text-align: center;
}

#redirectForm .infoBar {
	text-align: center;
}

.redirect {
	margin: 0 auto;
	padding: 0;
	width: 500px;
}

.redirect td.right 
{
	font-weight: normal;
	padding: 4px 10px 4px 0;
	text-align: right;
	font-style: normal;
	vertical-align: top;
	width: 40%;
}

.redirect td {
	padding: 4px 0;
}

.redirect td.redirectButton {
	padding: 10px 0 4px 0;
}

.redirect input.text {
	width: 210px;
	border: 1px solid #bbbbbb;
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 4px 6px;
	font-size: 16px;
}

.redirect a {
	color: #364f7f;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.redirect a:hover {
	color: #f26522;
}

.redirect p {
	color: #364f7f;
	text-align: left;
	margin: 0 0 12px 0;
	font-weight: normal;
}



/* Misc */

#downloadebookbutton {
	display: inline-block;
	float: left;
	width: 400px;
	height: 150px;
	background: url(../_images/download-button.jpg) no-repeat 0 0;
}

#downloadebookbutton:hover {
	background: url(../_images/download-button.jpg) no-repeat 0 -150px;
}

.hideme {
	display: none;
}

.signupbanner a:hover {
	background: #8dc63f;
	text-decoration: none;
}

.signupbanner a {
	display: inline-block;
	float: left;
	width: 920px;
	background: #517e9d;
	padding: 10px;
	text-align: center;
	margin: 0 0 30px 0;
	color: white;
	text-decoration: none;
}

.signupbanner h1 {
	color: white;
	padding: 0;
	margin: 0;
	font-size: 24px;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	padding: 5px 20px 0 0;
}

.alignright {
	float: left;
	padding: 5px 0 0 20px;
}

a img {
	border: none;
}

.home-02-optimizer {
	padding: 0 0 20px 0;
	margin: 0;
}


a.rform-button, a.rform-button-narrow,
input.rform-button, input.rform-button-narrow
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 4px;
   	padding-left: 18px;
   	padding-right: 18px;
	text-align: center;
	text-decoration: none;
	height: 30px;
}

a.rform-button, input.rform-button
{
   padding: 0;
	width: 130px;
}

a.rform-button-narrow, input.rform-button-narrow
{
   padding: 0;
	width: 60px;
}

a.rform-button:hover, a.rform-button-narrow:hover,
input.rform-button:hover, input.rform-button-narrow:hover
{
   color: #fff;
}

a.button-grey, input.button-grey
{
	background-color: #959595;
	background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#484848)); 
	background: -moz-linear-gradient(top, #959595, #484848); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF959595, endColorstr=#FF484848);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF959595, endColorstr=#FF484848)";

	border: 1px solid #484848;
}

a.button-green, input.button-green
{
	background-color: #8dc63f;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#68962a)); 
	background: -moz-linear-gradient(top, #8dc63f, #68962a); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8dc63f, endColorstr=#FF68962a);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8dc63f, endColorstr=#FF68962a)";

	border: 1px solid #61a71e;
}



table.receipt {
	margin-bottom: 40px;
	width: 100%;
}

table.receipt th {
	border-bottom: 1px solid #d7d7d7;
	font-weight: normal;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

table.receipt td {
	border-bottom: 1px solid #d7d7d7;
	color: #598527;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

.letterhead {
	background: url(../_images/logo_sm.gif) no-repeat 5px 0;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0 0 200px;
	height: 60px;
}

.receipt-page .rformAddress {
	float: left;
	line-height: normal;
	width: 300px;
}

.receipt-page .clientAddress {
	float: right;
	font-weight: bold;
	line-height: normal;
	width: 270px;
}

.chargeBreakDown {
	font-size: 16px;
	margin-bottom: 20px;
}

.chargeBreakDownHeading {
	border-bottom: 2px solid #d7d7d7;
	padding: 5px 0;
	text-align: right;
}

.chargeBreakDownTitle {
	float: left;
	text-align: left;
	width: 400px;
}

.chargeBreakDownSubTotal {
	border-bottom: 1px solid #d7d7d7;
	clear: both;
	color: #598527;
	float: right;
	padding: 5px 0;
	text-align: right;
	width: 195px;
}

.chargeBreakDownLabel {
	color: #3d3d3d;
	display: inline;
	float: left;
	margin-left: 12px;
	text-align: left;
	width: 80px;
}

.chargeBreakDownTotal {
	border-top: 1px solid #d7d7d7;
	clear: both;
	color: #598527;
	float: right;
	font-weight: bold;
	padding: 5px 0;
	text-align: right;
	width: 195px;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.actionFailed 
{
	background: #fff6bb url(../_images/icon_warningshadowed.gif) no-repeat 29px 15px;
	border: solid 1px #fdc689;
	color: #f26522;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 20px 20px 18px 70px;
	text-align: left;
}

div.actionFailed ul {
	list-style-type: square;
	margin-top: 0.4em;
	margin-bottom: 1em;
	margin-left: 16px;
}
html>body div.actionFailed  ul {
	margin-left: 0;
	padding-left: 16px;
}

.form_bg_top{
	background:url(../_images/background.jpg) no-repeat;
	height:545px;
	width:940px;
}

.form_bg{
	background:url(../_images/bg-repeat.jpg) repeat-y;
}

.form_bg_bottom{
	background:url(../_images/background-bottom.jpg) no-repeat;
	height:363px;
	width:940px;
	margin-top:-300px;
}

.form_bg p{
	line-height:18px;
	color:#fff;
}

.form_bg h1, .form_bg h2{
	color:#fff;
}

.form_title{
	width:432px;
	float:left;
	color:#fff;
	margin-top:50px;
}

.left_side{
	float:left;
	width:356px;
	padding:0 57px;
	margin-top:-545px;
}

.right_side{
	float:left;
	width:470px;
	margin-top:-545px;
}

.ebook{
	width:356px;
	font-size:16px;
	margin-top:413px;
}

.time_saving{
	color:#fff;
	margin-top:50px;
}

.pricing-demopage{
	width:256px;
	margin:0 50px 5px;
}

.demo_title{
	margin-top:182px;
}

.demo_title img{
	float:left;
}

.demo_title h3{
	float:left;
	color:#2a5177;
	font-size:32px;
	margin:2px 0 0 8px;
}

.demo_title p{
	clear:both;
	font-size:12px;
	line-height:14px;
	padding-top:10px;
}

.bottom_text p{
	font-size:12px;
}

.video_form{
	width:356px;
	padding:0 76px 0 38px;
}

.video_form p{
	color:#333543;
}

.video_form #Submit{
	padding-top:12px;
	margin-left:-3px;
}

.video_form label{
	display:block;
	color:#333333;
}

.video_form input, .video_form textarea{
	width:356px;
}

.green{
	color:#c4df9b;
}

.blue{
	color:#7eb3e3;
}

.errors{
	display:none;
	clear:both;
	padding:5px 0;
	margin: 0 0 10px 0;
}


.f30{font-size:30px;} .f32{font-size:32px;} .f34{font-size:34px;} .f35{font-size:35px;} .f36{font-size:36px;} .f37{font-size:37px;} .f38{font-size:38px;} .f44{font-size:44px;}


#slider.nivoSlider {
	margin: 0 0 20px 0;
}

/* Awebber Demo form */

form.af-form-wrapper input {
	border: 1px solid #c0c0c0;
}

form.af-form-wrapper div.bodyText {
	margin: 0 0 16px 0;
}

div.af-element div.af-textWrap input {
	width: 97%;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #5e5e5e;
}

div.af-element.buttonContainer input.submit {
	border: 1px solid #699730;
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #95DB00 0%, #4DA000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95DB00), color-stop(100%,#4DA000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95DB00', endColorstr='#4DA000',GradientType=0 ); /* ie */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fffeff;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}

div.af-element.buttonContainer input.submit:hover {
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #95DB00 0%, #006e2e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95DB00), color-stop(100%,#006e2e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95DB00', endColorstr='#006e2e',GradientType=0 ); /* ie */
}

div.af-element.buttonContainer input.submit:active {
	background: #4DA000; /* old browsers */
	background: -moz-linear-gradient(top, #4DA000 0%, #95DB00 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA000), color-stop(100%,#95DB00)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DA000', endColorstr='#95DB00',GradientType=0 ); /* ie */
}

/* @override http://rform.ca/_css/styles.css */

body {
	margin: 0;
	padding: 0;
	font: 14px/180% "Lucida Grande", Lucida Sans, Lucida, Verdana, sans-serif;
	color: #58595b;
	background: #e5e5e5 url(../_images/trasnparent-gradient.png) repeat-x 0 0;
}

h1 {
	color: #58595b;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 130%;
	text-transform: capitalize;
	font-family: 'Lucida Grande', Lucida Sans, arial, sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 150%;
	font-weight: normal;
	color: #58595b;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	text-transform: capitalize;
}

h2.sectionbreak {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	color: #5e9600;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

h3 {
	text-transform: capitalize;
}

h4 {
	margin: 10px 0 0 0;
	padding: 0;
}

h5 {
	font-style: normal;
	color: #5e9600;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
}

p {
	font-size: 14px;
	line-height: 180%;
	font-weight: lighter;
	margin: 0;
	padding: 0 0 10px 0;
}

ul, ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}

li {
	padding: 5px 0;
	list-style-type: circle;
}

a:link {
	color: #005b7f;
	text-decoration: none;
}

a:visited {
	color: #005b7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.wrapper {
	margin: 0 auto;
	padding: 0 60px;
	width: 940px;
	background-color: #fff;
	color: #333;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

/* header layout */

.header {
	display: inline;
	float: left;
	width: 940px;
}

.header .logo {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

.header .tagline {
	display: inline;
	float: left;
	margin: 56px 0 0 10px;
	padding: 0;
}

.header .tagline h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	padding: 0;
	margin: 0;
}

.header .demo a {
	display: inline-block;
	float: right;
	color: white;
	margin: 60px 10px 0 0;
	background-color: #8dc63f;
	padding: 5px 10px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.header .login a {
	display: inline-block;
	float: right;
	color: white;
	margin: 60px 10px 0 0;
	background-color: #999;
	padding: 5px 10px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.header .demo a:hover,
.header .login a:hover {
	color: white;
	background-color: #5a7f9b;
}

/* Nav 1 */

.nav1 {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	background: #58595b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nav1 ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.nav1 ul li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0;
}

.nav1 ul li a:link,
.nav1 ul li a:visited {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.nav1 ul li a:hover,
.nav1 ul li a:active,
.nav1 ul li a:focus,
.nav1 ul li a.selected {
	color: #8dc63f;
	font-size: 14px;
	text-decoration: none;
}

.nav1 p.floatright {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	padding: 10px 0;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

/* Nav 2 */

.nav2 {
	display: inline;
	float: left;
	width: 228px;
	margin: 0 10px;
}

.content .nav2 ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.content .nav2 ul li {
	background-image: none;
	margin: 0;
	padding: 0;
	border: none;
}

.content .nav2 ul li a,
.content .nav2 ul li a:link,
.content .nav2 ul li a:visited {
	display: inline-block;
	width: 180px;
	color: #58595b;
	text-decoration: none;
	background-image: none;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
}

.content .nav2 ul li a:hover {
	color: #005b7f;
	text-decoration: none;
	background-color: #eaeaea;
}

.content .nav2 ul li a.selected {
	background: #8dc63f;
	color: #fff;
}

.content .nav2 h4 {
	padding: 0 0 5px 0;
	margin: 0 ;
	color: #58595b;
	text-transform: uppercase;
	font-size: 18px;
}

/* content layouts */

.hero {
	display: inline;
	float: left;
	width: 940px;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}

.content {
	display: inline;
	float: left;
	margin: 0 0 40px 0;
}

#about-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 350px 0 0 0;
	background: url(../_images/about-bkg.jpg) no-repeat center top;
}

#testimonials-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 310px 0 0 0;
	background: url(../_images/testimonials-bkg.jpg) no-repeat center top;
}

#demo-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 280px 0 0 0;
	background: url(../_images/demo-bkg.jpg) no-repeat center top;
}

#demo-page-bkg-holder .col1 {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	width: 370px;
}

#demo-page-bkg-holder .col2home {
	display: inline;
	float: right;
	width: 400px;
	margin: 0 40px 0 0;
}

#rfi-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 300px 0 0 0;
	background: url(../_images/rfi-bkg.jpg) no-repeat center top;
}

#rfi-page-bkg-holder .col1 {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	width: 370px;
}

#rfi-page-bkg-holder .col2home {
	display: inline;
	float: right;
	width: 400px;
	margin: 0 40px 0 0;
}

#si-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 320px 0 0 0;
	background: url(../_images/site-instructions-bkg.jpg) no-repeat center top;
}

#si-page-bkg-holder .col1 {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	width: 370px;
}

#si-page-bkg-holder .col2home {
	display: inline;
	float: right;
	width: 400px;
	margin: 0 40px 0 0;
}

#content-wrapper {
	display: inline;
	float: left;
	width: 92%;
	padding: 0 4%;
}

#video-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 140px 0 0 0;
	background: url(../_images/video-bkg.jpg) no-repeat center top;
}

#video-bkg-holder .col1 {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	width: 370px;
}

#video-bkg-holder .col2home {
	display: inline;
	float: right;
	width: 400px;
	margin: 0 40px 0 0;
}

#video-bkg-holder a.inlinegallery img {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 10px;
}

#video-bkg-holder .formdiv {
	border: 1px solid #d5d5d5;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#video-bkg-holder .content .col2home {
	display: inline;
	float: right;
	width: 380px;
	padding: 0 40px;
	margin: 0 40px 0 0;
}

#change-order-page-bkg-holder {
	display: inline;
	float: left;
	width: 100%;
	padding: 280px 0 0 0;
	background: url(../_images/chang-order-bkg.jpg) no-repeat center top;
}

#change-order-page-bkg-holder .col1 {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	width: 370px;
}

#change-order-page-bkg-holder .col2home {
	display: inline;
	float: right;
	width: 400px;
	margin: 0 40px 0 0;
}

#content-wrapper h4 {
	font-size: 1em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #424242;
}

#content-left-side {
	display: inline;
	float: left;
	width: 47%;
	padding: 0 3% 0 0;
}

#content-right-side {
	display: inline;
	float: right;
	width: 47%;
	padding: 0 0 0 3%;
}

.testimonial-wrapper {
	display: inline;
	float: left;
	background: rgba(255, 255, 255, 0.55);
	border: 1px #e5e5e5 solid;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 5%;	
	margin: 0 0 25px 0;
}

.content .col1 {
	display: inline;
	float: left;
	width: 430px;
	padding: 0;
	margin: 0 0 0 20px;
}

.content .col2 {
	display: inline;
	float: right;
	width: 430px;
	padding: 0;
	margin: 0;
}

.content .col2-extend {
	display: inline;
	float: right;
	width: 430px;
	padding: 0;
	margin: 20px 0;
}

.content .col2home {
	display: inline;
	float: right;
	width: 400px;
	padding: 0 20px;
	margin: 0;
}

.content .col1 img {
	float: left;
	padding: 0 10px 10px 0;
}

.col3 {
	display: inline;
	float: left;
	width: 630px;
	padding: 0 30px 0 0;
	margin: 0 20px 0 10px;
	border-right: 1px solid #e5e5e5;
}

.col3 img.imgcasestudy {
	padding: 0;
	margin: 10px 0;
	border: 1px solid #d5d5d5;
}

.col3 .shoutout {
	background: #e5e5e5;
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #d5d5d5;
}

.col4 {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 30px 0 0;
	margin: 0 20px 0 10px;
}

.col3 h1 {
	font-size: 24px;
}

.col4 {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0 ;
	text-align: center;
}

.col4 #single_image img {
	border: 1px solid #e5e5e5;
	padding: 4px;
}

.rightomatic {
	display: inline;
	width: 65%;
	margin: 10px 5% 40px 0;
	float: left;
	font-size: 11px;
}

.leftomatic {
	display: inline;
	width: 45%;
	margin: 10px 5% 40px 0;
	float: left;
	font-size: 11px;
}


ul {
	margin: 0;
	padding: 0;	
	line-height: 150%;
}

.content ul li {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconarrow.png) no-repeat left 15px;
}

.content ul li.iconcheck {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconcheckmark.png) no-repeat left 12px;
}

.content ul li.iconlock {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconlock.png) no-repeat left 12px;
}

.content ul li.iconworld {
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	padding: 10px 30px 10px 30px;
	margin: 0;
	background: url(../_images/iconworld.png) no-repeat left 12px;
}


.testimonials {
	display: inline;
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.testimonials .col1 {
	display: inline;
	float: left;
	width: 430px;
	padding: 0;
	margin: 0 0 0 20px;
}

.testimonials .col2 {
	display: inline;
	float: right;
	width: 430px;
	padding: 0;
	margin: 0 20px 0 0;
}

.pricing {
	display: inline;
	float: left;
	width: 940px;
	margin: 10px 0 40px 0;
	padding: 0;
}


.plan1 {
	display: inline;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 10px 0 0;
	padding: 20px;
	text-align: center;	
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;

}

.plan2 {
	display: inline;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	padding: 20px;
	text-align: center;	
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;

}

.plan3 {
	display: inline-block;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	padding: 20px;
	text-align: center;
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;
}

.plan4 {
	display: inline;
	float: left;
	width: 178px;
	border: 1px solid #e5e5e5;
	margin: 0 0 0 10px;
	padding: 20px;
	text-align: center;
	background: url(../_images/pricing-bkg.jpg) repeat-y center top;

}

.plan1:hover,
.plan2:hover,
.plan3:hover,
.plan4:hover {
	border: 1px solid #999;
}

.plan1 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.plan2 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #a3620a;
}

.plan3 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #999999;
}

.plan4 h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #aba000;
}

.pricing h3 {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.pricingcalltoaction {
	padding: 20px;
}

/*Demo Signup Form*/

.signupbutton {
	margin: 10px;
}

.signupbutton a {
	padding: 10px 30px;
	background: #8dc63f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.signupbutton a:hover {
	background: #517e9d;
} 

.formdiv {
	border: 1px solid #d5d5d5;
	background: #fff url(../_images/formdiv-bkg.jpg) repeat-x left top;
}

form {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

form #Contact0FirstName, 
form #Contact0LastName, 
form #Contact0Email,
form #Contact0Phone1,
form #Contact0JobTitle,
form #Contact0Company,
form #Contact0_Daysofweekbestforyouandyourteam,
form #Contact0_Timesofdaymostconvenientforyouandyourteam,
form #Contact0_Numberofpeoplefromyourteamyouestimatewillattend,
form #Contact0ContactNotes {
	border: 1px solid #b3b4b5;
	width: 95%;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 14px;
}


form input#button {
	background: #fff url(../_images/button-demo.jpg) no-repeat left top;
	border: none;
	width: 362px;
	height: 60px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0;
}

form input#button:hover {
	background: #fff url(../_images/button-demo-on.jpg) no-repeat left top;
}

form #button:active {
	background: #8dc63f;
}

form p {
	padding: 0;
	margin: 0;
}


#signupform p {
	padding: 0;
	margin: 0;
}

/* Footer */

.footercopyright {
	margin: 0;
	padding: 0 0 20px 0;
}

.footercopyright p {
	color: #898989;
	font-size: 10px;
	text-align: center;
}

.footercopyright a {
	color: #898989;
}

/*Account Signup Form*/ 

.statusOk {
	background-color: #8dc63f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 18px;
	text-align: center;
}

table.fieldset input {
	font-size: 16px;
}

table.fieldset {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

table.fieldset th {
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	width: 25%;
}

table.fieldset td {
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	width: 75%;
}

table.fieldset thead th.fieldsetLeft {
	border: 1px solid #cde4ab;
	background-color: #f4f8e2;
	padding: 10px 20px;
	text-align: left;
}

table.fieldset tbody th.fieldsetLeft {
	border: 1px solid #cde4ab;
	padding: 20px;
	width: 100%;
}


table.fieldset tbody td.fieldsetRight {
	padding: 5px 5px 5px 20px;
}

table.fieldset tbody td.fieldsetRight div {
	width: 180px;
}

table.signupForm {
	width: 700px;
}

table.signupForm th, table.signupForm td {
	vertical-align: top;
}

table.signupForm th {
	font-weight: bold;
	text-align: right;
	padding: 5px 0 5px 0;
	width: 130px;
}

table.signupForm td {
	padding: 5px 0 5px 10px;
}

table.signupForm input.text, table.signupForm select {
	width: 350px;
}

table.signupForm input, table.signupForm select {
	margin-bottom: 3px;
}

p.small {
	font-size: 11px;
	line-height: normal;
	margin-top: 5px;
	width: 350px;
}

th.fieldsetLeft p {
	text-align: left;
}

/* login page form */

#redirectForm 
{
	background-color: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ebebeb)); 
	background: -moz-linear-gradient(top, #FFFFFF, #ebebeb); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFebebeb);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFebebeb)";

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
   border: 1px solid #d5d5d5;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 560px;
	text-align: left;
}

#redirectForm p {
	text-align: center;
}

.redirect {
	margin: 0 auto;
	padding: 0;
	width: 500px;
}

.redirect td.right 
{
	font-weight: normal;
	padding: 4px 10px 4px 0;
	text-align: right;
	font-style: normal;
	vertical-align: top;
	width: 40%;
}

.redirect td {
	padding: 4px 0;
}

.redirect td.redirectButton {
	padding: 10px 0 4px 0;
}

.redirect a {
	color: #364f7f;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.redirect a:hover {
	color: #f26522;
}

.redirect p {
	color: #364f7f;
	text-align: left;
	margin: 0 0 12px 0;
	font-weight: normal;
}

#redirectForm .infoBar {
	text-align: center;
}


/* Misc */

#downloadebookbutton {
	display: inline-block;
	float: left;
	width: 400px;
	height: 150px;
	background: url(../_images/download-button.jpg) no-repeat 0 0;
}

#downloadebookbutton:hover {
	background: url(../_images/download-button.jpg) no-repeat 0 -150px;
}

.hideme {
	display: none;
}

.signupbanner a:hover {
	background: #8dc63f;
	text-decoration: none;
}

.signupbanner a {
	display: inline-block;
	float: left;
	width: 920px;
	background: #517e9d;
	padding: 10px;
	text-align: center;
	margin: 0 0 30px 0;
	color: white;
	text-decoration: none;
}

.signupbanner h1 {
	color: white;
	padding: 0;
	margin: 0;
	font-size: 24px;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	padding: 5px 20px 0 0;
}

.alignright {
	float: left;
	padding: 5px 0 0 20px;
}

a img {
	border: none;
}

.home-02-optimizer {
	padding: 0 0 20px 0;
	margin: 0;
}


a.rform-button, a.rform-button-narrow,
input.rform-button, input.rform-button-narrow
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 4px;
   	padding-left: 18px;
   	padding-right: 18px;
	text-align: center;
	text-decoration: none;
	height: 30px;
}

a.rform-button, input.rform-button
{
   padding: 0;
	width: 130px;
}

a.rform-button-narrow, input.rform-button-narrow
{
   padding: 0;
	width: 60px;
}

a.rform-button:hover, a.rform-button-narrow:hover,
input.rform-button:hover, input.rform-button-narrow:hover
{
   color: #fff;
}

a.button-grey, input.button-grey
{
	background-color: #959595;
	background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#484848)); 
	background: -moz-linear-gradient(top, #959595, #484848); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF959595, endColorstr=#FF484848);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF959595, endColorstr=#FF484848)";

	border: 1px solid #484848;
}

a.button-green, input.button-green
{
	background-color: #8dc63f;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#68962a)); 
	background: -moz-linear-gradient(top, #8dc63f, #68962a); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8dc63f, endColorstr=#FF68962a);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8dc63f, endColorstr=#FF68962a)";

	border: 1px solid #61a71e;
}



table.receipt {
	margin-bottom: 40px;
	width: 100%;
}

table.receipt th {
	border-bottom: 1px solid #d7d7d7;
	font-weight: normal;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

table.receipt td {
	border-bottom: 1px solid #d7d7d7;
	color: #598527;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

.letterhead {
	background: url(../_images/logo_sm.gif) no-repeat 5px 0;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0 0 200px;
	height: 60px;
}

.letterhead .rformAddress {
	float: left;
	line-height: normal;
	width: 280px;
}

.letterhead .clientAddress {
	float: right;
	font-weight: bold;
	line-height: normal;
	width: 155px;
}

.chargeBreakDown {
	font-size: 16px;
	margin-bottom: 20px;
}

.chargeBreakDownHeading {
	border-bottom: 2px solid #d7d7d7;
	padding: 5px 0;
	text-align: right;
}

.chargeBreakDownTitle {
	float: left;
	text-align: left;
	width: 400px;
}

.chargeBreakDownSubTotal {
	border-bottom: 1px solid #d7d7d7;
	clear: both;
	color: #598527;
	float: right;
	padding: 5px 0;
	text-align: right;
	width: 195px;
}

.chargeBreakDownLabel {
	color: #3d3d3d;
	display: inline;
	float: left;
	margin-left: 12px;
	text-align: left;
	width: 80px;
}

.chargeBreakDownTotal {
	border-top: 1px solid #d7d7d7;
	clear: both;
	color: #598527;
	float: right;
	font-weight: bold;
	padding: 5px 0;
	text-align: right;
	width: 195px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.actionFailed 
{
	background: #fff6bb url(../_images/icon_warningshadowed.gif) no-repeat 29px 15px;
	border: solid 1px #fdc689;
	color: #f26522;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 20px 20px 18px 70px;
	text-align: left;
}

div.actionFailed ul {
	list-style-type: square;
	margin-top: 0.4em;
	margin-bottom: 1em;
	margin-left: 16px;
}
html>body div.actionFailed  ul {
	margin-left: 0;
	padding-left: 16px;
}

.form_bg_top{
	background:url(../_images/background.jpg) no-repeat;
	height:545px;
	width:940px;
}

.form_bg{
	background:url(../_images/bg-repeat.jpg) repeat-y;
}

.form_bg_bottom{
	background:url(../_images/background-bottom.jpg) no-repeat;
	height:363px;
	width:940px;
	margin-top:-300px;
}

.form_bg p{
	line-height:18px;
	color:#fff;
}

.form_bg h1, .form_bg h2{
	color:#fff;
}

.form_title{
	width:432px;
	float:left;
	color:#fff;
	margin-top:50px;
}

.left_side{
	float:left;
	width:356px;
	padding:0 57px;
	margin-top:-545px;
}

.right_side{
	float:left;
	width:470px;
	margin-top:-545px;
}

.ebook{
	width:356px;
	font-size:16px;
	margin-top:413px;
}

.time_saving{
	color:#fff;
	margin-top:50px;
}

.pricing-demopage{
	width:256px;
	margin:0 50px 5px;
}

.demo_title{
	margin-top:182px;
}

.demo_title img{
	float:left;
}

.demo_title h3{
	float:left;
	color:#2a5177;
	font-size:32px;
	margin:2px 0 0 8px;
}

.demo_title p{
	clear:both;
	font-size:12px;
	line-height:14px;
	padding-top:10px;
}

.bottom_text p{
	font-size:12px;
}

.video_form{
	width:356px;
	padding:0 76px 0 38px;
}

.video_form p{
	color:#333543;
}

.video_form #Submit{
	padding-top:12px;
	margin-left:-3px;
}

.video_form label{
	display:block;
	color:#333333;
}

.video_form input, .video_form textarea{
	width:356px;
}

.green{
	color:#c4df9b;
}

.blue{
	color:#7eb3e3;
}

.errors{
	display:none;
	clear:both;
	padding:5px 0;
	margin: 0 0 10px 0;
}


.f30{font-size:30px;} .f32{font-size:32px;} .f34{font-size:34px;} .f35{font-size:35px;} .f36{font-size:36px;} .f37{font-size:37px;} .f38{font-size:38px;} .f44{font-size:44px;}


#slider.nivoSlider {
	margin: 0 0 20px 0;
}

/* Login form */

#form1 .wrapper .content {
	display: inline;
	float: left;
	width: 100%;
}


/* Campaign Monitor Forms */

form#subForm {
	display: inline;
	float: left;
	width: 340px;
	border: 1px solid #c0c0c0;
	padding: 20px;
	margin: 0 0 20px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}

form#subForm.pleaseValidate .errors p {
	border: none;
	margin: 0;
}

form#subForm h1 {
	padding: 0 0 20px 0;
	text-align: center;
}

form#subForm p {
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 15px 0;
	line-height: 1.3em;
	text-align: center;
}

form#subForm .text {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

form#subForm .pulldown {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

form#subForm .pulldown select {
	padding: 0 0 10px 0;
	font-size: 14px;
}

form#subForm span.button input {
	border: 1px solid #699730;
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #95DB00 0%, #4DA000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95DB00), color-stop(100%,#4DA000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95DB00', endColorstr='#4DA000',GradientType=0 ); /* ie */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fffeff;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}

form#subForm span.button input:hover {
	border: 1px solid #699730;
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #4DA000 0%, #95DB00 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA000), color-stop(100%,#95DB00)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DA000', endColorstr='#95DB00',GradientType=0 ); /* ie */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fffeff;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}


form.af-form-wrapper div.bodyText {
	margin: 0 0 16px 0;
}

div.af-element div.af-textWrap input {
	width: 97%;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #5e5e5e;
}

div.af-element.buttonContainer input.submit {
	border: 1px solid #699730;
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #95DB00 0%, #4DA000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95DB00), color-stop(100%,#4DA000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95DB00', endColorstr='#4DA000',GradientType=0 ); /* ie */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fffeff;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}

div.af-element.buttonContainer input.submit:hover {
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #95DB00 0%, #006e2e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95DB00), color-stop(100%,#006e2e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95DB00', endColorstr='#006e2e',GradientType=0 ); /* ie */
}

div.af-element.buttonContainer input.submit:active {
	background: #4DA000; /* old browsers */
	background: -moz-linear-gradient(top, #4DA000 0%, #95DB00 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA000), color-stop(100%,#95DB00)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DA000', endColorstr='#95DB00',GradientType=0 ); /* ie */
}


/* Demo Video Page Free Trial Form */

#demoSignUpForm {
	display: inline;
	float: left;
	width: 380px;
	padding: 0 0 30px 0;
	margin: 0;
}

#demoSignUpForm label {
	display: inline;
	float: left;
	clear: left;
}

#demoSignUpForm .inputField {
	clear: right;
	float: right;
}

#demoSignUpForm input {
	border: 1px solid #c0c0c0;
	font-size: 14px;
	padding: 5px;
	width: 200px;
	-moz-box-shadow:inset 1px 1px 10px #e5e5e5;
	-webkit-box-shadow:inset 1px 1px 10px #e5e5e5;
	box-shadow:inset 1px 1px 10px #e5e5e5;
}

#demoSignUpForm .formLineBreak {
	background: #e5e5e5;
	margin: 5px 0 10px 0;
	height: 8px;
}

#demoSignUpForm input#siteName {
	width: 220px;
	padding: 5px 0;
	margin: 0 5px;
}

#demoSignUpForm span.button input {
	border: 1px solid #699730;
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #95DB00 0%, #4DA000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95DB00), color-stop(100%,#4DA000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95DB00', endColorstr='#4DA000',GradientType=0 ); /* ie */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fffeff;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}

#demoSignUpForm span.button input:hover {
	border: 1px solid #699730;
	background: #95DB00; /* old browsers */
	background: -moz-linear-gradient(top, #4DA000 0%, #95DB00 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA000), color-stop(100%,#95DB00)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DA000', endColorstr='#95DB00',GradientType=0 ); /* ie */
	font-size: 22px;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fffeff;
	-webkit-box-shadow: 0px 2px 5px #CCCCCC;
	-moz-box-shadow: 0px 2px 5px #CCCCCC;
	box-shadow: 0px 2px 5px #CCCCCC;
}

#demoSignUpForm .demoSignUpFormRow {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 5px 0;
	border-bottom: 1px solid #e5e5e5;
}

#demoSignUpForm .demoSignUpFormRow.last {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

#demoSignUpForm h2 {
	text-align: center;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-top: 2px solid #666;
	border-bottom: 1px solid #c0c0c0;
	text-transform: none;
}

#demoSignUpForm p.caption {
	font-size: 11px;
	color: #666;
	display: block;
	line-height: 1.3em;
	clear: both;
	padding: 5px 0 10px 0;
}
