/********************************************************************************/
/* Creative Wales CSS 2012 */
/********************************************************************************/
body, *, h1, h2, h3, h4, h5, h6 {
	/* font-family:'Lato', Arial, sans-serif !important; */
	font-family:'Avenir', Arial, sans-serif !important;
}	
h2{
	color:#999!important;
}
ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
	line-height:150%;
	color:#347947;
}
#content-wrapper {
	/*background:#fff;*/
	width:1020px;
	margin:20px auto;
	padding:0;
	/*box-shadow:0px 0px 10px 0px #ddd;*/
	/*border:1px solid #ddd;*/
}
#header, .content {
	width: 1020px;
}
#content {
	clear: both;
	display: table;
	padding: 20px;
	width: 1020px;
}
#homepage-page #content .content {
	width:980px;
}
.featured {
	background: #eee;
	margin: 20px auto;
	padding:20px;
	display:none;
	overflow:hidden;
}
#featured-box-left {
	float:left;
	margin-right:20px;
	width:468px;
	font-size:14px;
}
#featured-box-right {
	float:right;
	width:468px;
	font-size:14px;
}
#content #featured-box-left h1, #content #featured-box-right h1, #content #featured-box-left h1 span, #content #featured-box-right h1 span {
	background:none;
	padding:0;
	margin:0;
	color:#0D6827;
	font-weight:300;
	font-size:18px;
	font-family:'Lato', sans-serif;
}
#content #featured-box-left h1 span, #content #featured-box-right h1 span {
	display:inline-block;
}
#featured-box-left .featured-image, #featured-box-right .featured-image {
	height:75px;
	width:85px;
	float: left;
	margin-top:26px;
}
#featured-box-left .details, #featured-box-right .details {
	float: left;
	width: 75%;
	padding: 15px;
}
#featured-box-left .primary-button, #featured-box-left .secondary-button, #featured-box-right .primary-button, #featured-box-right .secondary-button {
	text-decoration:none;
	font-size:12px;
}
.page #header-content .header-content {
	display: inline-block;
	height: 360px;
	width: 1020px;
}
#featured-box-left p, #featured-box-right p {
	font-size:12px;
	line-height:150%;
	color:#333;
}
#featured-box-left .featured-image {
	background:url(../images/home-left.jpg) no-repeat;
}
#featured-box-right .featured-image {
	background:url(../images/home-right.jpg) no-repeat;
}
.sign-up-button img, .more-info-button img {
	margin-left:-36px;
	margin-top:10px;
}
.find-out-more {
	text-decoration: none;
	color: #347947;
	font-size: 21px;
	font-weight: 300;
}
ul#controls {
	display:none;
}
#slider li .txt-wrap h1 {
	font-size:44px!important;
	font-weight:300!important;
	text-transform:capitalize;
}
#slider li .txt-wrap p {
	width:79%;
	font-size:18px!important;
	margin-top: 35px;
	margin-bottom: 30px;
}
#slider li img {
	left:470px!important;
}
#slider .btn.default{
	float:left;
	display:block;
	overflow:hidden;
	text-decoration:none;
	font-size:18px;
	text-align:left;
	padding:5px 15px;
	border-radius:5px;
	width:118px;
	line-height:100%;
	text-shadow:1px 1px 1px #666;
	border:1px solid #0D6827!important;
	color:#fff;
	border:1px solid #ccc;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(center top,  #84C28B 0%, #0D6827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C28B), color-stop(100%,#0D6827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* IE10+ */
	background: linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C28B', endColorstr='#0D6827',GradientType=0 ); /* IE6-9 */
}
#slider .btn.default span {
font-size: 12px;
color: #fff;
}
#slider .btn.default.orange{
	float:left;
	margin-left:15px;
	width:164px;
	border:1px solid #f90!important;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(center top,  #fc0 0%, #f90 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0 ), color-stop(100%,#f90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fc0  0%,#f90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fc0  0%,#f90 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fc0  0%,#f90 100%); /* IE10+ */
	background: linear-gradient(top,  #fc0  0%,#f90 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0 ', endColorstr='#f90',GradientType=0 ); /* IE6-9 */
}
#slider .btn.default.silver{
	float:left;
	margin-left:15px;
	width:164px;
	border:1px solid #ccc!important;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(center top,  #fff 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff ), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff  0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff  0%,#ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff  0%,#ddd 100%); /* IE10+ */
	background: linear-gradient(top,  #fff  0%,#ddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff ', endColorstr='#ddd',GradientType=0 ); /* IE6-9 */
	color:green!important;
	text-shadow:1px 1px 1px #fff!important;
}
#slider .btn.default.silver span{
	color:green!important;
	text-shadow:1px 1px 1px #fff!important;
}
#header {
	overflow:hidden;
}
#slider li .slide-01 {
	width: 525px;
	height:360px;
	position: relative;
	top: 40px;
	left: 15px;
}
.seperator {
	color:#999;
}
#slider li .slide-01 h1 {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
#slider li .slide-01 h1 span {
	font-family: 'Lato', sans-serif;
	font-weight:300;
}
#slider li .txt-wrap p {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
#content .content-box {
	display:block;
	overflow:hidden;
}
#content .content-box h1, #content h1 {
	color:black;
	font-size:33px;
	font-weight: 400;
	background:none;
	margin:0;
	padding:40px 0 0 0;
}
#content .content-box h2 {
	color:black;
	font-size:18px;
	line-height:26px;
	color:#888;
	font-weight: 400;
}
#content p {
	line-height:22px;
	color:#888;
	font-weight: 400;
	font-size: 14px;
}
.content.tour, .content.stampfeet-app, .content.customised-app, .content.terms, .content.privacy, .content.forgot-password, .content.sign-in, .content.join {
	width: 900px!important;
	margin: 0px 40px!important;
}
.content.sign-in {
	width: 400px!important;
	margin: 0px auto!important;
	border: 1px solid #dddddd;
	padding: 30px;
	border-radius:5px;
}
.content.sign-in h1{
	padding:0 0 20px 0!important;
}
#content .content-box .content.left {
	float:left;
	width:60%;
}
#content .content-box .content.right {
	float:right;
	width:60%;
}
#content .content-box img.left {
	float:left;
	padding:45px 0;
}
#content .content-box img.right {
	float:right;
	padding:45px 0;
}
#content .hr {
	border-top:1px solid #eee;
	display:block;
	overflow:hidden;
	width:100%;
}
#howworks-page.page #header-content .header-content {
	/*background:url('../images/slider-bg.jpg') no-repeat!important;*/
	height:120px;
}
#howworks-page.page #header-content .slogen-second {
	color: #0D6827;
	font-size: 33px;
	font-weight: 300;
	margin: 44px 60px;
	text-align: left;
}
.steps {
	margin:0!important;
}
.steps li {
	margin:0 0 90px 0;
}
#content .stampfeet-app .sub-nav {
	border-bottom:1px solid #ccc;
	height:35px;
}
.stampfeet-app .sub-nav li {
	display:inline-block;
	border:1px solid #ccc;
	margin:0 10px 0 0;
	border-radius: 5px 5px 0 0;
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(center top, #ffffff 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ddd 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ddd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddd', GradientType=0 ); /* IE6-9 */
}
#content .stampfeet-app .sub-nav li a {
	color:#333;
	font-size:16px;
	display:inline-block;
	text-decoration:none;
	padding:5px 20px;
}
#content .stampfeet-app .sub-nav .selected, #content .stampfeet-app .sub-nav li:hover {
	background:#fff;
	border-bottom:1px solid #fff!important;
	color:#347947;
	border-radius: 5px 5px 0 0;
}
#content .stampfeet-app .sub-nav .selected a {
	color:#347947;
	border-bottom:1px solid #fff!important;
}
#content .stampfeet-app .sub-nav li:first-child {
	margin-left:235px;
}
#content .stampfeet-app h1 {
	background:none;
	color:#333;
	font-weight:400;
	font-size:32px;
}
#content .stampfeet-app h1.center {
	color: #000;
	font-size: 33px;
	font-weight: 400;
	background: none;
	margin: 0;
	padding: 60px 0 60px 0;
	text-align:center;
}
a.no-underline {
	text-decoration:none;
}
.primary {
	background:none!important;
	padding:0;
	margin:0;
	font-weight:400;
	color:#347947;
	display:inline-block!important;
}
.content-box h1 img {
	position:relative;
	top:-4px;
	margin:0 5px;
}
#content .content.left.customer-view {
	width:42%;
	margin-right:30px;
}
.merchant-box-left, .merchant-box, .merchant-box-right {
	float:left;
	width:30.4%;
	text-align:center;
	margin-bottom:40px;
}
.merchant-box {
	margin:0 30px;
}
#content .content-box .content.left.merchant-interface {
	width: 838px;
	padding: 30px;
	background: whiteSmoke;
	border:1px solid #ddd;
}
#content .content-box .content.left.merchant-interface img {
	padding:20px 0;
}
.benefit-box-left{
	float:left;
	width:50%;
	margin-top:30px;
}
.benefit-box-right{
	float:right;
	width:50%;
	margin-top:30px;
}
.benefit-box-left img, .benefit-box-right img{
	float: left;
	margin-right: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px;
}
.benefit-box-info{
	float:left;
	width:300px;
}
#content .benefit-box-info h2{
	margin:0!important;
	color:#333!important;
}
.benefit-box-info p{
	margin-bottom:0;
}
.benefit-header {
	margin-left: 256px!important;
	padding-top: 30px!important;
}

/* Pricing Table */

#content .btn.default{
	display:block;
	overflow:hidden;
	text-decoration:none;
	font-size:24px;
	text-align:center;
	padding:10px 20px;
	border-radius:5px;
	width:200px;
	line-height:120%;
	text-shadow:1px 1px 1px #666;
	border:1px solid #0D6827!important;
	color:#fff;
	border:1px solid #ccc;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(center top,  #84C28B 0%, #0D6827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C28B), color-stop(100%,#0D6827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* IE10+ */
	background: linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C28B', endColorstr='#0D6827',GradientType=0 ); /* IE6-9 */
}
#content .btn.default.get-in-touch{
	padding:24px 20px;
}

#content .btn.default span{
	font-size:14px;
	color:#fff;
}
div.pricing-table {
    padding-top: 30px;
}

div.plan {
    position: relative;
    z-index: 1;
}

div.plan > div.inner {
    margin-right: 1px;
    border-radius: 4px;
}

div.plan.featured {
    margin-top: -25px;
    z-index: 2!important
}

div.plan.featured {
    box-shadow: 0 0 100px rgba(255, 255, 255, 1);
}

div.plan.featured span.featured-msg {
    position: absolute;
    display: block;
    top: -2px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.ie9 div.plan.featured span.featured-msg {
    top: -8px;
}

div.plan.featured div.plan-header div.price {
    padding-top: 28px;
}

.ie9 div.plan.featured div.plan-header div.price {
    padding-top: 25px;
}

div.pricing-table  > div.plan.featured > div.inner > ul > li:last-child {
    padding-bottom: 30px;
}

div.plan.featured > div.inner {
    /*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);*/
    /*margin: -21px -4px 0px -1px;*/
}

div.pricing-table > div.plan {
    float: left;
    display: block;
    text-align:center;
}

div.pricing-table  > div.plan > div.inner > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    border-radius: 0 0 4px 4px;
}
div.pricing-table  > div.plan > div.inner > ul  > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.8);

    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(220,220,220,0.05)),
        to(rgba(200,200,200,0.1))
    );

    background-image: -moz-linear-gradient(
        rgba(220, 220, 220, 0.05) 0%, rgba(200, 200, 200, 0.1) 100%
    );

    text-align:left;
    padding: 10px 10%;
}

.ie8 div.pricing-table  > div.plan > div.inner > ul  > li {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}


div.pricing-table  > div.plan > div.inner > ul  > li ul {
    padding-left: 16px;
    font-size: 11px;
}

div.pricing-table  > div.plan > div.inner > ul  > li:first-child {
    border-top: none;
    padding-top: 20px;
    background: #fafafa;
	color:#333!important;
}

div.pricing-table  > div.plan > div.inner > ul  > li:last-child {
    border-radius: 0 0 4px 4px;
}

div.pricing-table  > div.plan > div.inner > ul  > li:nth-child(odd) {
    /*background: #fafafa;*/
}
div.pricing-table  > div.plan > div.inner > ul  > li:nth-child(even) {
    /*background: #f5f5f5;*/
}

div.plan-header {
    color: white;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
div.plan-header h3 {
    padding: 9px 0 6px 0;
    color: white;
    font-weight: 400;
    border-radius: 4px 4px 0 0;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    margin-top: 0;

    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(80,80,80,0.2)),
        to(rgba(120,120,120,0.2))
    );

    /* mozilla example - FF3.6+ */
    background-image: -moz-linear-gradient(
        rgba(80, 80, 80, 0.2) 0%, rgba(120, 120, 120, 0.2) 100%
    );
}
.ie8 div.plan-header h3 {
    border-bottom: 1px solid white;
}
div.plan-header div.price {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color:#fff;
    font-size: 5em;
    line-height: 0.8em;
    font-weight: 300;
    padding-top: 3px;
    vertical-align: text-bottom;

    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(180,180,180,0.2)),
        to(rgba(255,255,255,0.2))
    );

    background-image: -moz-linear-gradient(
        rgba(180, 180, 180, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%
    );
}

.ie9 div.plan-header div.price {
    padding-top: 10px;
}

div.plan-header div.price > span {
    font-size: 13px;
}
div.plan-header div.price > span.symbol {
    vertical-align: text-top;
}
.ie9 div.plan-header div.price > span.symbol {
    padding-top: 10px;
    line-height: 10px;
    vertical-align: middle;

/*  padding-top: 5px;*/
}
div.plan-action {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom: none;
    padding-top: 20px;
    background: #fafafa;
    background-image: -webkit-gradient(
        linear, left top, left center, from(rgba(180,180,180,0.2)),
        to(rgba(255,255,255,0.2))
    );

    background-image: -moz-linear-gradient(
        rgba(180, 180, 180, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%
    );
}
.ie8 div.plan-action {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

div.plan-action > a.btn {
    width: 60%;
    margin: 0;
}

div.pricing-table.columns-1 > div.plan {
    width: 100%;
}
div.pricing-table.columns-2 > div.plan {
    width: 50%;
}
div.pricing-table.columns-3 > div.plan {
    width: 33.333333333333333%;
}
div.pricing-table.columns-4 > div.plan {
    width: 300px;
}
div.pricing-table.columns-5 > div.plan {
    width: 20%;
}
div.pricing-table.columns-6 > div.plan {
    width: 16.6666666666666666%;
}

/* End Pricing Tables */

.subscription-container{
	float: left;
	border:none;
	width: 99%;
	box-shadow: 0px 0px 10px #CCC;
	margin-left: 5px;
	margin-bottom: 20px;
}
.subscription-question{
	float:right;
	padding:30px;
	background:#eee;
	border-radius:5px;
	width: 27%;
	margin: 30px 30px 30px 0;
}
.subscription-question h1{
	padding:0px!important;
	margin-bottom:10px!important;
}
.subscription-question p{
	margin-top:0;
}
.subscription-container-inner h2{
	margin-top:0!important;
	color:#000!important;
}
.subscription-container-inner{
	float: left;
	width: 55%;
	padding: 30px;
}
#content .customised-app h2{
	color:#000;
}
.contact_form{
	margin-top: 30px;
	width: 100%;
	float:left;
}
.contact_form th, .contact_form td{
	text-align:left!important;
}
.contact_form input, .contact_form textarea, #forgot_password input{
	padding:10px 20px;
	border: 1px solid #ccc;
	border-radius:5px;
}
#forgot_password input{
	margin:5px;
}
#forgot_password .send-btn{
	margin: 0;
	position: relative;
	top: -6px;
}
.contact_form textarea{
	-moz-box-sizing:inherit;
}
.contact_form form{
	float:left;
	margin-right:30px;
}
.contact_form .contact-info{
	padding:20px;
	border:1px solid #ddd;
	float:right;
	border-radius:5px;
	background:#f8f8f8;
}
.contact_form .contact-info strong{
	font-weight:normal;
	color:#0D6827;
}

.contact_form .contact-info h3{
	margin-top:10px;
	font-weight:normal;
}
.contact_form .contact-info b{
	font-weight:normal;
}
.contact_form .contact-info ul li{
}
#content .contact_form .contact-info p{
	line-height:100%!important;
}
.content.terms{
	line-height:22px;
}
.content.terms h1 span{
	margin-bottom:30px;
	display:block;
}
.fs-findpassword label{
	font-size:13px;
}
.content.forgot-password{
	margin-bottom:30px!important;
	display:block;
	overflow:hidden;
}
#login-form td{
	text-align:left;
}
#login-form{
	display:block;
	overflow:hidden;
}
.process-lr img, .process-rl img{
	margin-left:100px;
}
h1.center{
	text-align:center;
	padding:30px 0 30px 0!important;
	display:block;
	overflow:hidden;
	width:100%;
}
h1.center a{
	text-decoration:none;
}
h1.center a:hover{
	text-decoration:underline;
}
#login-form #frmRemember{
	position: relative;
	left: 69px;
	top: 1px;
}
#login-form #remember-label{
	margin-left:20px;
}
.contact_form .message-label{
	position:relative;
	top:-30px;
}
.contact_form textarea{
	padding:0!important;
}
.footer-copyright .tc{
	display:inline-block;
	overflow:hidden;
	margin-left:10px;
}

#frmPassword, #frmUsername{
	width:200px;
}
.silver-button{
	display:block;
	overflow:hidden;
	text-decoration:none;
	border:1px solid #ccc;
	padding:10px 20px;
	width:86px;
	border-radius: 5px;
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(center top, #ffffff 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ddd 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ddd 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddd', GradientType=0 ); /* IE6-9 */
}

.content.join form {
	border:1px solid #ccc;
	padding:20px;
	line-height:300%;
}

.content.join form label{
	width:155px;
	display: inline-block;
}
.content.join form input{
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	width:200px;
}
.content.join .silver-button{
display: block;
overflow: hidden;
text-decoration: none;
font-size: 18px;
text-align: center;
padding: 7px 20px 10px;
border-radius: 5px;
width: 150px;
line-height: 120%;
text-shadow: 1px 1px 1px #666;
border: 1px solid #0D6827!important;
color: white;
border: 1px solid #CCC;
background: #E8E8E8;
background: -moz-linear-gradient(center top, #84C28B 0%, #0D6827 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C28B), color-stop(100%,#0D6827));
background: -webkit-linear-gradient(top, #84C28B 0%,#0D6827 100%);
background: -o-linear-gradient(top, #84C28B 0%,#0D6827 100%);
background: -ms-linear-gradient(top, #84C28B 0%,#0D6827 100%);
background: linear-gradient(top, #84C28B 0%,#0D6827 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C28B', endColorstr='#0D6827',GradientType=0 );
}

#feature-one {
width: 156px;
background: url('../images/featured-2.png') 182px 6px no-repeat;
margin: 0px 25px 0px 20px;
}
.single-feature {
float: left;
padding: 10px 120px 10px 0px;
margin: 0px 25px 0px 0px;
}
.single-feature p{
	width:174px!important;
	display:block;
	overflow:hidden;
}
.single-feature h1 {
color: #2E2E2E;
font-family: 'Lato' Arial, sans-serif;
margin: 0px 0px 15px 0px;
font-size:18px!important;
padding-top:0!important;
width:240px!important;
}
#feature-two {
width: 156px;
background: url('../images/featured.png') center right no-repeat;
border: solid #E0E0E1;
padding: 10px 120px 10px 25px;
border-width: 0px 0px 0px 1px;
}
#feature-three {
width: 181px;
background: url('../images/featured-3.png') 209px no-repeat;
border: solid #E0E0E1;
padding: 10px 120px 10px 25px;
border-width: 0px 0px 0px 1px;
margin-right:0;
}
.single-feature p a{
	display:inline-block;
	overflow:hidden;
	margin-top:-15px;
}
.single-feature .primary-button, .single-feature .secondary-button{
    font-size: 12px;
    text-decoration: none;
}












/********************************************************************************/
/* General Format */
/********************************************************************************/
* {
	font-family: Arial;
	outline: 0px !important;
}
/*html
{
    background: url(../images/site-bg.png) repeat-x left top;
    overflow-y: scroll;
}*/
body, div, pre, form, fieldset, input, textarea, blockquote, th, td {
	color: #000;
	margin: 0px;
	padding: 0px;
}
body {
	/*background:url(../images/bg.jpg);*/
	background: #F5F7F8;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0px;
}
img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0px;
}
.clearfix {
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	visibility: hidden;
	width: 100%;
}
.clrfix:before, .clrfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clrfix:after {
	clear: both;
}
.clrfix {
	zoom: 1;
}
noscript div {
	background-color: #ffd800;
	color: #000;
	font-size: 16px;
}
/********************************************************************************/

/********************************************************************************/
/* Alignment */
/********************************************************************************/
.align-op {
	padding: 0px 10px 0px 0px;
	text-align: right;
}
.float-op {
	float: right;
}
.align-side {
	text-align: left;
}
.align-inverse {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-side {
	float: left;
}
.float-inverse {
	float: right;
}
.float-center {
	margin: auto;
}
.dir-left {
	direction: ltr;
	text-align: left;
}
.dir-right {
	direction: rtl;
	text-align: right;
}
.dir-side {
	direction: ltr;
}
.dir-inverse {
	direction: rtl;
}
/********************************************************************************/

/********************************************************************************/
/* Lightbox and Popup */
/********************************************************************************/
#overlay-background {
	background: #FFF;
	height: 100%;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	/* for transparent background open this
    opacity: 0.01;
    filter: alpha(opacity = 1);
    */
    left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9000;
}
#overlay-wrapper {
	/*opacity: 0.9;
    filter: alpha(opacity = 90);*/
    background-color: #fff;
	min-height: 240px;
	position: fixed;
	width: 440px;
	z-index: 9100;
}
#overlay-content {
	background: url(../images/popup-bg.png) no-repeat;
	color: #000;
	font-size: 13px;
	min-height: 200px;
	position: fixed;
	width: 400px;
	z-index: 9200;
}
.overlay-content {
	display: table-cell;
 #display: block;
	height: 156px;
	text-align: center;
	vertical-align: middle;
	width: 376px;
}
.overlay-loading {
	bottom: 0px;
	position: absolute;
	left: 128px;
}
#overlay-close {
	right: 10px;
	position: absolute;
	top: 10px;
}
#overlay-btn {
	bottom: 10px;
	position: absolute;
	left: 152px;
}
/********************************************************************************/

/********************************************************************************/
/* Header */
/********************************************************************************/
#header {
	margin: 0px auto;/*max-width: 1260px;
    min-width: 842px;*/
}
#header .content {
	position: relative;
}
#homepage-page #header {
	margin-bottom: 60px !important;
}
#dashboard-page #header {
/*margin-bottom: 20px !important;*/
}
#logo {
	float: left;
	margin:30px;
}
#dashboard-page #logo {
	margin: 15px 20px 0;
}
#logout-button {
	width:30px;
	height:30px;
	position:relative;
	margin-top:-35px;
	margin-left:385px;
}
/********************************************************************************/

/********************************************************************************/
/* Main Menu */
/********************************************************************************/
#header .content {
	position: relative;
}
#header #menu {
	float: right;
	display: block;
	height: 44px;
	margin: 34px 181px 0 0;
}
#dashboard-page #header #menu {
	/*float: none;*/
    display: block;
	height: 44px;
	margin: 10px 10px 0;
	width: 815px;
	min-width: 815px;
	max-width: 815px;
}
#header #menu ul {
	height: 44px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #menu li {
	float: left;
	height: 44px;
}
#header #menu li span {
	display: block;
}
#header #menu li a {
 background:;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform:capitalize;
	font-family:'Lato', sans-serif;
}
#dashboard-page #header #menu li, #header #menu li {
	padding: 5px 20px;
}
#header #menu li .selected a, #header #menu li .selected a:hover {
 background:;
	color: #000;
}
#header #menu li a:hover, #header #menu li .selected {
	border-bottom:3px solid #0D6827;
}
#header #menu li.first a {
 background:;
}
#header #menu li.first .selected a, #header #menu li.first a:hover {
 background:;
}
#header #menu li.last a {
 background:;
}
#header #menu li.last .selected a, #header #menu li.last a:hover {
 background:;
}
#login-popup {
	/*background: url(../images/login-bg.png) no-repeat center bottom;*/
    position: absolute;
	right: 30px;
	top: 45px;
	text-transform:capitalize;/*width: 242px;*/
	z-index:9999;
}

	
/*#login-popup .login-popup
{
    margin: 0px 16px;
    width: 210px;
}*/

#dashboard-page #login-popup {
	background: url(../images/login-bg-wide.png) no-repeat center bottom;
	position: absolute;
	right: 18px;
	top: 0px;
	width: 445px;
	height:47px;
	padding:6px 0 0;
}
#dashboard-page #login-popup .login-popup {
	margin: 0px 16px;
	width: 445px;
}
 #, #login-user {
 font-size: 14px;
 font-weight: normal;
 padding-bottom: 15px;
 text-align: center;
}
#not-login a {
	font-size: 16px;
	font-family:'Lato', sans-serif;
	width: 76px;
	padding: 5px 15px;
	; /* Old browsers */
	background: -moz-linear-gradient(center top, #ffffff 0%, #C9C9C9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #C9C9C9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #C9C9C9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #C9C9C9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #C9C9C9 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #C9C9C9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	border-color: #DEDEDE #C8C8C8 #B0B0B0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	text-shadow: 0 1px #FFFFFF;
	border-radius:5px;
	font-weight:300;
}
#not-login a, #login-user a {
	color:#063;
}
#login-form {
	color: #565656;
	font-size: 12px;
}
#login-form input{
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	display:block;
}
#login-form div {
	margin-bottom: 5px;
}
#login-form div.special {
	float: left;
	margin: 0px 0px 10px;
	position: relative;
	width: 158px;
}
#login-form div.special label {
	color: #999;
	font-weight: normal;
	line-height: 22px;
	position: absolute;
	left: 10px;
	top: 5px;
}
#login-form .input-text-wrap {
	height: 20px;
	width: 158px;
	padding:2px 0 0 0;
}
#login-form .input-submit {
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	padding: 10px 20px;
	border-radius:3px;
	border:1px solid #679D7C;
	background: -moz-linear-gradient(center top,  #84C28B 0%, #0D6827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C28B), color-stop(100%,#0D6827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* IE10+ */
	background: linear-gradient(top,  #84C28B 0%,#0D6827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C28B', endColorstr='#0D6827',GradientType=0 ); /* IE6-9 */
}
.signup-confirmation {
	background: url(../images/btn-start.jpg) no-repeat;
	border: 0px;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 100px;
	line-height: 22px;
	text-align: center;
	width: 268px;
}
#login-form a {
	color: #347947;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
}
#login-form .rememberme {
	float: left;
	margin: 0px auto;
	text-align: left;
	width: 195px;
}
#login-form .rememberme label {
	float: left;
	margin-right: 10px;
}
#login-form .rememberme input {
 #position: relative;
	margin-top: 2px;
 #margin-top: -4px;
}
#login-form .close {
	float: right;
	margin: 0px auto;
	text-align: left;
	width: 20px;
}
#login-form .close label {
	float: right;
	margin-right: 3px;
	margin-top: -15px;
}
#login-form .close label:hover {
	cursor:pointer;
}
#login-user {
	font-size: 12px;
	text-align:left;
}
#login-user span {
	display: inline-block;
	line-height: 20px;
	margin:5px 2px 0 0;
}
#not-login a {
	text-decoration: none;
}
#login-user a {
	text-decoration: none;
}
#header-content {
	background: black;
	margin: 0px auto !important;
	width: 1020px;
/*	border-bottom:1px solid #eee; */
/*	border-top:1px solid #eee; */
}
#dashboard-page #header-content {
	background: url(../images/header-dashboard-bg.png) no-repeat 50% 50%;
	height: 173px;
	margin: 0px auto 15px;
	width: 830px;
}
/********************************************************************************/

/********************************************************************************/
/* Breadcrumb */
/********************************************************************************/
#breadcrumb {
}
/********************************************************************************/

/********************************************************************************/
/* Footer */
/********************************************************************************/
#footer {
/*	background-color: #eee;  */
	font-size: 12px;
	padding: 20px;
	display:block;
	overflow:hidden;
	border-top:1px solid #ddd;
}
.footer-menu {
	float: left;
	width: 75.6%;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-menu ul li {
	border-right: solid 1px #347947;
	float: left;
	margin: 0px 10px 10px 0px;
	padding-right: 10px;
}
.footer-menu ul li.last {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.footer-menu ul li a {
	color: #347947;
	text-decoration: none;
}
.footer-address {
	color: #565656;
	float: right;
	margin-right: 60px;
	width: 150px;
	font-size:14px;
	display:none;
}
.footer-address a {
	color: #347947;
	text-decoration: none;
}
.footer-folow {
	color: #565656;
	float:right;
	display:none;
}
.footer-copyright {
	clear: left;
	color: #565656;
	float: left;
}
.footer-copyright a {
	color: #666;
	text-decoration: none;
}
/********************************************************************************/

/********************************************************************************/
/* Content */
/********************************************************************************/

/*#content
{
    clear: both;
    display: table;
    margin: 25px auto 60px;
    padding: 0px;
    max-width: 1260px;
    min-width: 842px;
}*/


.content {
	display: block;
	margin: 0px auto;/*width: 842px;*/   
}
#content .content a {
	color:#347947;
}
#sigunp-page #content .content, #dashboard-page #content .content, #business-page #content .content {
	margin: 0px auto;
	width: 800px;
}
#faq-page #content .content, #sigunp-page #content .content {
	width: 900px!important;
	margin: 0px 40px!important;
}
#homepage-page #content .content, #howworks-page #content .content, #dashboard-page #content .content {
	background-image:none;
}

#content h2, #content h1.inner {
	color: #565656;
	font-size: 20px;
	background:none;
	font-weight: normal;
	margin:15px 0 9px 0;
	padding:0;
}
/*.page #header-content .header-content
{
    background: url(../images/stamp-mood.png) no-repeat 565px bottom;
    display: inline-block;
    height: 313px;
    margin: 15px;
    width: 800px;
}*/

#dashboard-page.page #header-content .header-content {
	background: none;
	display: inline-block;
	height: 115px;
	margin: 15px;
	padding: 15px 20px;
	width: 760px;
}
#howworks-page.page #header-content .header-content {
	/*background: url(../images/stamp-mood.png) no-repeat 627px bottom;*/
}
#homepage-page.page #header-content .header-content {
	background: url(../images/slider-bg.jpg) no-repeat;
}
.page #header-content .slogen {
	color: #565656;
	display: inline-block;
	font-size: 30px;
	margin: 55px 0px 0px 90px;
}
#sigunp-page.page #header-content .slogen {
	margin: 125px 0px 0px 40px;
}
#howworks-page.page #header-content .slogen {
	font-weight: bold;
	margin: 25px 0px 0px 40px;
}
#howworks-page.page #header-content .slogen span {
	clear: both;
	color: #347947;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 2px 0px 5px;
}
/*#howworks-page.page #header-content .slogen-second
{
    clear: both;
    color: #347946;
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin: 0px 85px 0px 0px;
    text-align: right;
}*/
.page #header-content .slogen span {
	font-size: 28px;
}
.page #header-content .slogen span a {
	color: #347946;
	text-decoration: none;
}
#faq-page .col-left {
	float:left;
	display:inline;
	width:560px;
	margin-left:13px;
}
#faq-page .comment {
	background: url(../images/comment-faqs-bg.png) no-repeat left top;
	color: #565656;
	float: left;
	font-size: 14px;
	height: 205px;
	line-height: 18px;
	margin-bottom: 30px;
	padding-top: 40px;
	width: 230px;
}
#faq-page .comment a, #faq-page .comment .phone {
	color: #347947;
	text-decoration: none;
}
#faq-page .comment span {
	display: inline-block;
	margin: 0px 0px 0px 50px;
	width: 150px;
}
#faq {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#faq li {
	margin-bottom: 10px;
}
#faq-page .faqs h2 {
	color: #565656;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	background: url(../images/faq-bullet.gif) no-repeat left top;
	padding-left:20px;
	cursor:pointer;
	margin:0;
	height:30px;
}
#faq-page .faqs h2.selected {
	color: #565656;
	background: url(../images/faq-bullet-selected.gif) no-repeat left top;
}
.faqs div {
	background: url(../images/faq-bg.png) no-repeat left bottom;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	width: 530px;
}
.faqs div span {
	background: url(../images/faq-bg.png) no-repeat left top;
	color: #347946;
	display: block;
	font-size: 12px;
	padding: 10px 10px 0px;
	width: 510px;
}
.faqs div span a, .faqs li.selected span a {
	font-weight:bold;
	background:none;
	padding-left:0px;
}
#sigunp-page .content fieldset {
	display: inline-block;
	float: left;
}
#aboutyou, #yourbusiness, #your-business-details-left, #yourpassword {
	float: left;
	display:inline;
	padding: 0px 15px;
	background: url(../images/form-bg.png) no-repeat left top;
	width:370px;
}
#newcard {
	float: left;
	display:inline;
	padding: 0px 15px;
	background: url(../images/form-bg.png) no-repeat left top;
	width:370px;
}
#newbranch {
	float: left;
	display:inline;
	padding: 0px 15px;
	background: url(../images/form-bg.png) no-repeat left top;
	width:370px;
}
#QRcode {
	float: left;
	display:inline;
	padding: 0px 15px;
	background: url(../images/form-bg.png) no-repeat left top;
	width:370px;
}
.qrcodes {
	margin-left:65px;
}
#your-business-details-right {
	border-left: solid 0px #bbd2c1;
	margin-top:-30px
}
#your-business-details-right {
	float: left;
	padding: 0px 15px;
	width: 369px;
}
#your-business-details-left {
	border-left: solid 0px #bbd2c1;
	margin-top:0px
}
#your-business-details-left {
	float: left;
	padding: 0px 15px;
	width: 369px;
}
#your-business-details-left h1, #aboutyou h1 {
	margin:10px 0;
}
#your-business-details-left p, #aboutyou p, #new_branch p, #update_branch p, #QR_code p {
	font-size:12px;
	margin-bottom:20px;
}
#business-page .content fieldset, #sigunp-page .content fieldset {
	display: inline-block;
	float: left;
}
#sigunp-page .content fieldset.fs-aboutyou, #sigunp-page .content fieldset.fs-yourbusiness, #sigunp-page .content fieldset.fs-findpassword {
	background: url(../images/form-bg.png) no-repeat left bottom;
	padding-bottom:15px;
}
#sigunp-page .content fieldset.fs-aboutyou {
	height:553px;
	margin-left:2px;
}
#sigunp-page .content .sign-up {
	text-align:center;
}
#sigunp-page .content p.intro {
	font-size:14px;
	padding:2px 15px;
}
#sigunp-page .content .sign-up p {
	font-size:11px;
	margin-bottom:0;
	padding-bottom:0;
}
#sigunp-page .content fieldset.fs-yourbusiness {
	margin-left:0px;
}
#business-page #content fieldset div div, #sigunp-page #content fieldset div div {
	clear: both;
	display: inline-block;
	margin-bottom: 5px;
}
#business-page #content label, #sigunp-page #content label {
	color: #347947;
	font-size: 14px;
	float: left;
	line-height: 30px;
	width: 172px;
}
#sigunp-page #content label {
	width: 178px;
}
#sigunp-page #content label.error, .highslide-container #new_card label.error, .highslide-container .update_card label.error, #dashboard-page #content label.error {
	color: #ff8838;
	font-size: 14px;
	float: left;
	line-height: 30px;
	width: 172px;
}
#business-page #content .input-text, #sigunp-page #content .input-text {
	background: url(../images/input-text-30-bg.png) no-repeat;
	border: 0px;
	color: #565656;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	width: 184px;
}
#sigunp-page #content .input-text {
	background: url(../images/input-text-240-bg.png) no-repeat;
	width:230px;
}
#business-page #content input.error, #sigunp-page #content input.error {
	background: url(../images/input-text-30-bg.png) no-repeat 0px bottom;
	border: 0px;
	color: #565656;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	width: 184px;
}
#business-page #content .input-textarea, #sigunp-page #content .input-textarea {
	background: url(../images/input-textarea.png) no-repeat left bottom;
	border: 0px;
	display: block;
	padding: 0px 0px 10px;
	width: 194px;
	float:left;
}
#business-page #content .input-textarea span, #sigunp-page #content .input-textarea span {
	background: url(../images/input-textarea.png) no-repeat left top;
	border: 0px;
	display: block;
	padding: 10px 10px 0px;
	width: 174px;
}
#business-page #content .input-textarea span textarea, #sigunp-page #content .input-textarea span textarea {
	background: none;
	border: 0px;
	font-size: 14px;
	height: 70px;
	width: 174px;
	overflow: auto;
	scroll: auto;
}
#sigunp-page #content .input-submit {
	background: url(../images/btn-signup.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 93px;
	width: 267px;
}
#business-page #content .input-submit {
	background: url(../images/btn-signup.png) no-repeat;
	border: 0px;
	cursor: pointer;
	float: right;
	height: 93px;
	margin-right: 131px;
	width: 267px;
}
.save-btn {
	background: url(../images/save.png) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 30px;
	width: 120px;
	margin:10px 0 10px 172px;
}
.generate-qr-btn {
	background: url(../images/bttn-generate-new-code.gif) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 25px;
	width: 138px;
	float: right;/* margin:10px 0 10px 5px; */
}
.print-qr-btn {
	background: url(../images/bttn-print-code.gif) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 25px;
	width: 138px;
	margin:10px 0 10px 5px;
}
.save-code-btn {
	background: url(../images/bttn-save-code.gif) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 25px;
	width: 138px;
	margin:10px 0 10px 5px;
}
.add-card-btn {
	background: url(../images/btn-add-card.png) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 30px;
	width: 120px;
	margin:0px 0 10px 0px;
}
.save-password-btn {
	background: url(../images/savepas.png) no-repeat;
	border: 0px;
	cursor: pointer;
	float: right;
	height: 30px;
	margin:10px 0 10px 172px;
	width: 194px;
}
.send-btn {
	background: url(../images/send.png) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 30px;
	margin: 10px 0 10px 172px;
	width: 120px;
}
.login-btn {
	background: url(../images/input-submit-bg.png) no-repeat;
	border: 0px;
	cursor: pointer;
	height: 23px;
	margin: 5px 0 10px 172px;
	width: 68px;
	color:#FFFFFF;
}
#dashboard-page .comment {
	background: url(../images/comment-bg.png) no-repeat left top;
	color: #565656;
	font-size: 16px;
	height: 205px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-top: 40px;
	width: 256px;
}
#dashboard-page .comment a, #dashboard-page .comment .phone {
	color: #347947;
	text-decoration: none;
}
#dashboard-page .comment span {
	display: inline-block;
	margin: 0px 0px 0px 55px;
	width: 150px;
}
#dashboard-page #content {
	margin-top:0;
}
#dashboard-page #content #marketing-left {
	display:inline-block;
	float:left;
	width:510px;
	margin:20px 0 0;
}
#dashboard-page #content #marketing-left h1 {
	border-bottom:1px solid #b9b9b9;
	color:#347947;
	font-weight:bold;
	margin:15px 0;
	padding:0 0 10px;
	background:none;
}
#dashboard-page #content #marketing-left h2 {
	color:#000;
	font-weight:bold;
	margin:15px 0;
	padding:0 0 10px;
	font-size:18px;
}
#dashboard-page #content #marketing-left p {
	color:#565656;
	font-size:14px;
	line-height:18px;
}
#dashboard-page #content #marketing-left ol {
	color:#565656;
	font-size:14px;
	margin:0 0 0 20px;
	padding:0;
}
#dashboard-page #content #marketing-left ol li {
	margin:0 0 10px;
}
#dashboard-page #content #marketing-right {
	float:right;
	display:inline-block;
	width:256px;
	margin:20px 0 0;
}
#dashboard-page #content #marketing-right .comment {
	background:url(../images/comment-bg.png) no-repeat left top;
	color:#565656;
	font-size:16px;
	height:205px;
	line-height:18px;
	margin-bottom:30px;
	padding-top:40px;
	width:256px;
}
#howworks-page .comment a {
	color:#347947;
	text-decoration:none;
}
#howworks-page .comment span {
	display:inline-block;
	margin:0px 0px 0px 60px;
	width:145px;
}
#dashboard-page .content fieldset {
	background: url(../images/form-bg.png) no-repeat left bottom;
	padding-bottom:15px;
	margin-left:5px;
}
#dashboard-page .content fieldset.fs-aboutyou, #dashboard-page .content fieldset.fs-yourpassword {
	display: inline-block;
	float: left;
	margin-left:0px;
}
#dashboard-page .content fieldset.fs-newcard {
/*display: inline-block;
    float: right;
    margin-top:-263px;
    margin-right:-10px;*/
}
#dashboard-page .content fieldset.fs-newbranch {
	display: inline-block;
	float: right;
	margin-top:-441px;
	margin-right:-10px;
}
#dashboard-page .content fieldset.fs-QRcode {
	display: inline-block;
	float: right;
	margin-top:-231px;
	margin-right:-10px;
}
#dashboard-page .content fieldset.branch, #dashboard-page .content fieldset.select-card {
	background:none;
	padding-bottom:0px;
}
.highslide-container #new_card fieldset div, .highslide-container .update_card fieldset div, .highslide-container #new_branch fieldset div, .highslide-container #update_branch fieldset div, #dashboard-page #content fieldset div div {
	/*clear: both;*/
    display: inline-block;
	margin-bottom: 5px;
}
#dashboard-page #content fieldset #yourpassword .yourpassword-wrap {
	display:none;
	padding-top:9px;
}
#dashboard-page #content fieldset #yourpassword h1 {
	margin-bottom:0px;
	cursor:pointer;
	background: url("../images/show-hide-icon.gif") no-repeat scroll 0 6px transparent;
	padding-left:20px;
}
#dashboard-page #content fieldset #yourpassword h1.close {
	background-position:left -21px;
}
#dashboard-page #content fieldset #newcard .newcard-wrap {
	display:none;
	padding-top:9px;
}
#dashboard-page #content fieldset #newcard h1 {
	margin-bottom:0px;
	cursor:pointer;
	background: url("../images/show-hide-icon.gif") no-repeat scroll 0 6px transparent;
	padding-left:20px;
}
#dashboard-page #content fieldset #newcard h1.close {
	background-position:left -21px;
}
#dashboard-page #content fieldset #newbranch .newbranch-wrap {
	display:none;
	padding-top:9px;
}
#dashboard-page #content fieldset #newbranch h1 {
	margin-bottom:0px;
	cursor:pointer;
	background: url("../images/show-hide-icon.gif") no-repeat scroll 0 6px transparent;
	padding-left:20px;
}
#dashboard-page #content fieldset #newbranch h1.close {
	background-position:left -21px;
}
#dashboard-page #content fieldset #QRcode .QRcode-wrap {
	display:none;
	padding-top:9px;
}
#dashboard-page #content fieldset #QRcode h1 {
	margin-bottom:0px;
	cursor:pointer;
	background: url("../images/show-hide-icon.gif") no-repeat scroll 0 6px transparent;
	padding-left:20px;
}
#dashboard-page #content fieldset #QRcode h1.close {
	background-position:left -21px;
}
.highslide-container #new_card label, .highslide-container .update_card label, .highslide-container #new_branch label, .highslide-container #update_branch label, #dashboard-page #content label {
	color: #347947;
	font-size: 14px;
	float: left;
	line-height: 30px;
	width: 172px;
}
.highslide-container #new_card .input-text, .highslide-container .update_card .input-text, .highslide-container #new_branch .input-text, .highslide-container #update_branch .input-text, #dashboard-page #content .input-text {
	background: url(../images/input-text-30-bg.png) no-repeat;
	border: 0px;
	color: #565656;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	width: 184px;
}
.highslide-container #new_card input.error, .highslide-container .update_card input.error, .highslide-container #new_branch input.error, .highslide-container #update_branch input.error, #dashboard-page #content input.error {
	background: url(../images/input-text-30-bg.png) no-repeat 0px bottom;
	border: 0px;
	color: #565656;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	width: 184px;
}
.highslide-container #new_card .input-textarea, .highslide-container .update_card .input-textarea, .highslide-container #new_branch .input-textarea, .highslide-container #update_branch .input-textarea, #dashboard-page #content .input-textarea {
	background: url(../images/input-textarea.png) no-repeat left bottom;
	border: 0px;
	float:left;
	display: block;
	padding: 0px 0px 10px;
	width: 194px;
}
.highslide-container #new_card .input-textarea span, .highslide-container .update_card .input-textarea span, .highslide-container #new_branch .input-textarea span, .highslide-container #update_branch .input-textarea span, #dashboard-page #content .input-textarea span {
	background: url(../images/input-textarea.png) no-repeat left top;
	border: 0px;
	display: block;
	padding: 10px 10px 0px;
	width: 174px;
}
.highslide-container #new_card .input-textarea span textarea, .highslide-container .update_card .input-textarea span textarea, .highslide-container #new_branch .input-textarea span textarea, .highslide-container #update_branch .input-textarea span textarea, #dashboard-page #content .input-textarea span textarea {
	background: none;
	border: 0px;
	font-size: 13px;
	height: 50px;
	width: 174px;
	overflow:auto;
	color: #565656;
}
#dashboard-page #content .input-submit {
	background: url(../images/btn-signup.png) no-repeat;
	border: 0px;
	cursor: pointer;
	float: right;
	height: 93px;
	margin-right: 131px;
	width: 267px;
}
#dashboard-page #content .input-submit-center {
	background: url(../images/btn-signup.png) no-repeat;
	border: 1px;
	cursor: pointer;
	position:relative;
	height: 93px;
	padding-left: -260px;
	margin-top: 340px;
	width: 267px;
}
.steps {
	list-style-type: none;
	margin: 30px 0px 0px 30px;
	padding: 0px;
}
.steps li {
	background: url(../images/steps3.png) no-repeat;
	float: left;
	height: 250px;
	margin-right: 20px;
	width: 219px;
}
.steps li span {
	color: #565656;
	display: inline-block;
	font-size: 13px;
	/*font-weight: bold;*/
    line-height: 16px;
	padding:15px;
	width: 190px;
}
.steps li span strong {
	color:#347947;
	font-size:15px;
	display:block;
	margin:0 0 6px 0;
}
.steps li.step1 {
	background-position: 0px 0px;
}
.steps li.step2 {
	background-position: 0px -250px;
}
.steps li.step3 {
	background-position: 0px -500px;
}
.steps li.first {
}
.steps li.last {
	margin-right: 0px;
}
#howworks-page .list {
	float: left;
	width:470px;
	display:inline;
	color:#565656;
}
#howworks-page .list h1 {
	color:#347947;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #b9b9b9;
	margin-bottom:15px;
}
#howworks-page .list h1.how-header {
	margin-top:30px;
}
#howworks-page .list p {
	font-size:14px;
	line-height: 18px;
}
#homepage-page .list {
	float: right;
	margin-bottom: 20px;
}
#howworks-page .list ul, #homepage-page .list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#homepage-page .list ul {
	margin: 0px 0px 0px 20px;
}
.list ul li {
	background: url(../images/list-icon.png) no-repeat left 5px;
	color: #565656;
	font-size: 15px;
	line-height: 32px;
	padding-left: 30px;
}
#howworks-page .comment {
	background: url(../images/comment-bg.png) no-repeat left top;
	color: #565656;
	font-size: 16px;
	height: 205px;
	line-height: 18px;
	margin-bottom: 30px;
	padding-top: 40px;
	width: 256px;
}
#howworks-page .comment a, #howworks-page .comment .phone {
	color: #347947;
	text-decoration: none;
}
#howworks-page .comment span {
	display: inline-block;
	margin: 0px 0px 0px 60px;
	width: 150px;
}
#howworks-page h2.featured-partners-header {
	background: url("../images/partners-bg.png") no-repeat scroll left top transparent;
	color:#565656;
	font-size:16px;
	font-weight:bold;
	padding:8px 0 0 10px;
	margin:30px 0 0 0;
}
#howworks-page .featured-partners-body {
	background: url("../images/partners-bg.png") no-repeat scroll left bottom transparent;
	width:256px;
}
#howworks-page .featured-partners-body ul {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
#howworks-page .featured-partners-body ul li {
	width:113px;
	display:inline;
	float:left;
	margin:0 0 10px 10px;
}
.remark {
	background: url(../images/remark-bg.png) no-repeat left bottom;
	display: block;
	padding-bottom: 10px;
	width: 780px;
	font-size:0.7em;
	font-weight:bold;
}
.remark div {
	background: url(../images/remark-bg.png) no-repeat left top;
	display: inline-block;
	padding: 10px 10px 0px;
	width: 760px;
}
.remark div p {
	color: #565656;
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0px 0px 10px;
	padding: 0px 10px;
	width: 440px;
}
.remark div a {
	float: right;
	text-decoration: none;
}
#homepage-page .remark {
	background: none;
	display: block;
	float: left;
	width: 490px;
}
#homepage-page .remark .opener, #homepage-page .remark .middle, #homepage-page .remark .closer {
	margin-left: 60px;
	width: 375px;
}
#homepage-page .remark .opener {
	color: #565656;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 30px;
}
#homepage-page .remark .middle {
	color: #565656;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 30px;
}
#homepage-page .remark .closer {
	color: #347947;
	display: inline-block;
	font-size: 17px;
}
#homepage-page #header {
	margin-bottom:0 !important;
}
/*#homepage-page #content .content { width:800px; }*/
#benefits {
	float:left;
	width:609px;
	display:inline;
	margin:0 0 20px 0;
}
#benefits h2, #featured-articles h2 {
	background:#1b4025 url(../images/title-bg.jpg) no-repeat left top;
	color:#fff;
	padding:0 0 6px 10px;
	font-size:14px;
	margin:0 0 15px 0;
	font-weight:bold;
}
#benefits h2 span, #featured-articles h2 span {
	display:block;
	background:#1b4025 url(../images/title-bg.jpg) no-repeat right top;
	padding-top:6px;
}
#benefits ul, #featured-articles ul {
	margin:0;
	padding:0;
	list-style:none;
}
#benefits ul li {
	float:left;
	width:294px;
	display:block;
	margin:0 20px 10px 0;
}
#benefits ul li img {
	float:left;
	padding:0 15px 30px 0;
	background:#fff;
}
#benefits ul li.last {
	margin:0;
}
#benefits ul li h3 {
	color:#565656;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:14px;
	border-bottom:#eee 1px solid;
}
#benefits ul li p {
	font-size:14px;
	margin:0;
}
#featured-articles {
	float:left;
	width:150px;
	display:inline;
	margin:0 0 20px 20px;
	border-left:#eee 1px solid;
	padding:0 0 0 20px;
}
#featured-articles .article {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:#eee 1px solid;
}
#featured-articles .article a {
	color:#347947;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding:0;
}
#featured-articles .article a:hover {
	text-decoration:underline;
}
#featured-articles .article a img {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
/* easyslider */
#slide-wrap {
	position:relative;
	padding:20px;
}
#slide-wrap .sign-up {
	position:absolute;
	top:213px;
	left:56px;
}
#slide-wrap .find-out {
	position:absolute;
	top:213px;
	left:286px;
}
/*#slider { margin:15px auto 0;position:relative;width:885px!important; }*/
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:885px;
	height:280px;
	position:relative;
}
#slider li img {
	position:absolute;
	top:-40px;
	left:0;
}
/*#slider li .txt-wrap { width:515px;position:absolute;top:22px;left:22px; }*/
#slider li .slide-01 {
	width:525px;
}
#slider li .slide-02 {
	width:445px;
}
#slider li .slide-03 {
	width:515px;
}
#slider li .txt-wrap h1 {
	font-size:23px;
	margin:0 0 15px;
	padding:0;
	color:#0D6827;
}
#slider li .txt-wrap h1 span {
	color:#0D6827;
}
#slider li .txt-wrap p {
	font-size:14px;
	color:#999;
	padding:0;
	line-height:150%;
}
#prevBtn, #nextBtn {
	display:none;
	width:16px;
	height:38px;
	position:absolute;
	left:10px;
	top:125px;
	text-indent: -99999px;
	z-index:1000;
}
#nextBtn {
	left:935px;
}
#prevBtn a, #nextBtn a {
	display:block;
	position:relative;
	width:16px;
	height:38px;
	background:url(../images/carousel-arrows.png) no-repeat 0 0;
}
#prevBtn a:hover {
	background-position:-16px 0;
}
#nextBtn a {
	background-position:-48px 0;
}
#nextBtn a:hover {
	background-position:-32px 0;
}
ul#controls {
	padding:0;
	height:15px;
	position:absolute;
	left:445px;
	bottom:0px;
	z-index:100;
	margin:0;
}
ul#controls li.numeric {
	margin:0;
	padding:0 5px;
	float:left;
	list-style:none;
}
ul#controls li.numeric a {
	float:left;
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
	display:block;
	font-size:11px;
	width:12px;
	height:12px;
	text-align:center;
	padding:0;
	background:#ccc;
}
ul#controls li.numeric.current a {
	color:#215830;
	background:#215830;
}
ul#controls li.numeric a:hover {
	color:#999;
	background:#999;
}
ul#controls li.numeric a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/********************************************************************************/

/********************************************************************************/
/* Deisgn Form Elements */
/********************************************************************************/
div.design-combo div {
	clear: none !important;
	float: left;
	margin: 0px !important;
	position: relative;
}
#login-popup div.design-combo div {
	padding:0 5px 0 0;
}
a.design-combo {
	background: url(../images/input-combo-bg.png) no-repeat left top;
	border: 0px;
	color: #000 !important;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0px 35px 0px 5px;
	overflow: hidden;
	text-decoration: none;
	width: 154px;
	z-index: 10;
}
#login-popup a.design-combo {
	font-weight:normal;
}
a.design-combo:hover {
	background: url(../images/input-combo-bg.png) no-repeat left bottom;
}
ul.design-combo-list {
	background: url(../images/input-combo-open-bg.png) no-repeat left bottom;
	border: 0px !important;
	cursor: pointer !important;
	display: none;
	max-height: 120px !important;
	left: 0px !important;
	list-style-type: none !important;
	margin: 0px !important;
	overflow: auto !important;
	padding: 5px 1px 1px !important;
	position: absolute !important;
	top: 25px !important;
	width: 192px !important;
	z-index: 100 !important;
}
ul.design-combo-list li {
	color: #000 !important;
	display: block;
	width: 175px;
}
ul.design-combo-list li a {
	color: #347947;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 2px 4px;
	text-decoration: none;
	font-weight:normal;
}
ul.design-combo-list li a:hover {
	background-color: #fff;
	color: #347947;
}
.hidden {
	display: none;
}
/********************************************************************************/


.tabs-content {
	height: 309px;
	margin: 0px 2px;
	position: relative;
	width: 796px;
}
.tabs-content .back {
	position: absolute;
	left: 10px;
	top: 127px;
}
.tabs-content .back img {
	background: url(../images/tabs-arrow.png) no-repeat 0px -55px;
	height: 55px;
	width: 55px;
}
.tabs-content .next {
	position: absolute;
	right: 10px;
	top: 127px;
}
.tabs-content .next img {
	background: url(../images/tabs-arrow.png) no-repeat 0px 0px;
	height: 55px;
	width: 55px;
}
.tabs-content .tabs-content-inner {
	height: 309px;
	margin: 2px auto;
	overflow: hidden;
	width: 656px;
}
.tabs-content-inner ul {
	display: block;
	height: 140px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 2000em;
}
.tabs-content-inner ul li {
	display: inline-block;
	float: left;
	height: 309px;
	margin: 0px;
	width: 656px;
}
.tabs-content-inner ul li .tabs-item {
}
.tabs-content-inner ul li .tabs-item .design-btn {
	float: left;
	margin-right: 10px;
}
.tabs-content-inner ul li .tabs-item .design-btn a {
	background: url(../images/btn-bg.png) no-repeat right bottom;
	color: #347946;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding-right: 15px;
	text-decoration: none;
}
.tabs-content-inner ul li .tabs-item .design-btn a span {
	background: url(../images/btn-bg.png) no-repeat left bottom;
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
}
.tabs-content-inner ul li .tabs-item .design-btn a.selected, .tabs-content-inner ul li .tabs-item .design-btn a:hover {
	background: url(../images/btn-bg.png) no-repeat right top;
	color: #fff;
}
.tabs-content-inner ul li .tabs-item .design-btn a.selected span, .tabs-content-inner ul li .tabs-item .design-btn a:hover span {
	background: url(../images/btn-bg.png) no-repeat left top;
}
.tabs-content-inner ul li .tabs-item h1 {
	color: #347946;
	font-size: 28px;
	font-weight: bold;
}
.tabs-content-inner ul li .tabs-item h1 span {
	color: #565656;
	font-size: 28px;
	font-weight: bold;
}
.tabs-content-inner ul li .tabs-item p {
	color: #565656;
	font-size: 20px;
	height: 180px;
	line-height: 25px;
	margin: 0px;
}
.tabs-content-inner ul li .tabs-item p span {
	color: #347946;
	font-size: 20px;
	font-weight: bold;
}
.tabs-content-inner ul li .tabs-item .picture {
	float: right;
}
/*.featured
{
    background: url(../images/featured-bg.png) no-repeat left top;
    height: 164px;
    margin: 0px auto;
    width: 800px;
}*/

#content .featured h2 {
	color: #565656;
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
/*.featured .featured-logos
{
    height: 140px;
    margin: 0px auto;
    width: 750px;
}*/
.featured .featured-logos span {
	display: table-cell;
	float: left;
	margin-right: 22px;
	text-align: center;
	vertical-align: middle;
	width: 105px;
}
.featured .featured-logos span.last {
	margin-right:0;
}
#welcome {
	margin: 0px;
}
#welcome div {
	color: #347947;
	font-size: 16px;
	font-weight: bold;
}
#welcome div span {
	color: #6b6b6b;
}
#welcome-text {
	margin:25px 0 0 0;
	font-style:italic;
}
#dashboard-page #filter .show-hide-filter {
	font-weight:bold;
	font-size:14px;
	color:#347947;
	cursor:pointer;
	background:transparent url(../images/show-hide-icon.gif) no-repeat 0px 1px;
	padding:0 20px;
}
#dashboard-page #filter .close {
	background-position:left -26px;
	margin:0 0 10px 0;
}
#dashboard-page #filter #filter-options {
	display:none;
	height:175px;
	overflow:auto;
	margin:0;
}
#dashboard-page #filter #filter-options label {
	float:none;
	padding-left:5px;
}
#dashboard-page #filter #filter-options h3 {
	color:#fff;
	background:#347947;
	font-weight:bold;
	padding:4px;
	font-size:14px;
	margin:0;
}
#dashboard-page #filter #filter-options #filter-branch, #dashboard-page #filter #filter-options #filter-card {
	float:left;
	width:370px;
	display:inline-block;
}
#dashboard-page #filter #filter-options #filter-branch-small, #dashboard-page #filter #filter-options .filter-card-small {
	float:left;
	width:210px;
	display:inline-block;
}
#dashboard-page #filter #filter-options input {
	border:0;
	margin:0;
	padding:0;
	height:0px;
	width:0px;
	border:1px solid #fff;
}
#dashboard-page #filter #filter-options #filter-card {
	margin:0 0 0 10px;
}
#dashboard-page #filter #filter-options .filter-card-small {
	margin:0 0 0 10px;
}
#dashboard-page #filter #filter-options ul {
	margin:0;
	padding:0;
	list-style:none;
}
#dashboard-page #filter #filter-options ul li {
	float:left;
	display:inline-block;
	width:170px;
}
.jquery-checkbox {
	display:inline;
	font-size:17px;
	line-height:17px;
	cursor:pointer;
	cursor:hand;
}
.jquery-checkbox img {
	vertical-align:middle;
	width:17px;
	height:17px;
	background:transparent url(../images/checkbox.png) no-repeat 0px 0px;
}
.jquery-checkbox-checked img {
	background-position: 0px -17px;
}
#viewstate, #insight, #filter {
	background: url(../images/border-bg.png) no-repeat left bottom;
	display: block;
	margin: 30px auto 20px;
	padding-bottom: 10px;
	width: 800px;
}
#filter {
	padding-bottom: 12px;
}
.viewstate, .insight, .filter {
	background: url(../images/border-bg.png) no-repeat left top;
	display: inline-block;
	margin: 0px auto;
	padding: 10px 10px 0px;
	width: 780px;
	position:relative;
}
.viewstate h3, .insight h3 {
	color: #347947;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 51px;
	line-height: 51px;
	margin: 0px;
	padding-left: 60px;
}
.viewstate h3.view-graph {
	background: url(../images/icon-graph.png) no-repeat left 50%;
}
.insight h3.view-graph {
	background: url(../images/icon-insight.png) no-repeat left 50%;
}
.viewstate .date-range {
	float:left;
	font-weight:bold;
	margin:16px 0 0 50px;
}
.viewstate .buttons {
	float: right;
	margin: 7px 5px 5px;
}
.viewstate .buttons span {
	background: url(../images/btn-bg.png) no-repeat;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
}
.viewstate .buttons span a {
	color: #347946;
	display: block;
	height: 100%;
	padding: 0px 20px;
	text-decoration: none;
}
#viewstate .viewstate .buttons span a.selected, #viewstate .viewstate .buttons span a:hover {
	background: url(../images/btn-bg.png) no-repeat;
	color:#fff;
}
.viewstate .buttons a.selected, .viewstate .buttons a:hover {
	color: #fff;
}
.viewstate .buttons span.first {
	background-position: left bottom;
}
.viewstate .buttons span.last {
	background-position: right bottom;
}
.viewstate .buttons span.first a.selected, .viewstate .buttons span.first a:hover {
	background-position: left top;
}
#viewstate .viewstate .buttons span.last a.selected, #viewstate .viewstate .buttons span.last a:hover {
	background-position: right top;
}
#viewstate .view-controls {
	padding:20px 0;
	text-align:center;
}
#viewstate .view-controls img {
	margin:0 5px;
}
.insight div.design-combo {
	float: right;
	margin: 7px 0px 6px;
}
.insight div.design-combo label {
	color: #347947;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 10px;
}
.graph-area {
	float: left;
	margin-left: 70px;
}
.graph-counter {
	float:right;
	margin: 15px 0px 0 80px;
	width: 143px;
	margin-top: 0px;
	margin-right: 100px;
}
.graph-counter strong {
	color: #333;
	display: inline-block;
	font-size: 0.8em;
	;
	margin-bottom: 8px;
}
.graph-counter div {
	background: url(../images/counter-bg.png) no-repeat left 50%;
	color: #347947;
	font-size: 30px;
	font-weight: bold;
	line-height: 61px;
	margin-top: 60px;
	margin-bottom: 8px;
	text-align: center;
}
.graph-counter span {
	color: #434343;
	font-size: 13px;
	font-style: italic;
}
#insight .remark {
	background: none;
	color: #565656;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0px;
	padding:20px 0px;
	text-align: center;
	width: 100%;
}
.header-logo {
	background: url(../images/header-logo-bg.png) no-repeat 50% 50%;
	display: inline-block;
	float: left;
	height: 109px;
	margin: 0px 40px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 109px;
}
.header-logo div {
	display: table-cell;
 #display: block;
	height: 109px;
	text-align: center;
	vertical-align: middle;
	width: 109px;
}
.header-logo div span {
 #display: inline-block;
 #height: 100%;
 #text-align: center;
 #vertical-align: middle;
}
.header-numbers {
	float: left;
	margin: -5px 20px 0px 0px;
}
.header-numbers div {
}
.header-numbers div strong {
	color: #565656;
	float: left;
	font-size: 15px;
	line-height: 31px;
	width: 140px;
}
.header-numbers div.feedback {
	padding:3px 0 0 0;
}
.header-numbers div.feedback strong {
	line-height:25px;
}
.header-numbers div span {
	color: #347947;
	font-size: 25px;
	font-weight: bold;
	line-height: 31px;
}
.header-news {
	float: left;
	width: 350px;
	font-size: 0.8em;
}
#feedback_total {
	width:100px;
	height:20px;
	display:block;
	margin-left:140px;
	background: url(../images/star-rating.png) no-repeat left top;
}
#feedback_total.rating-0 {
	background-position:0 -200px;
}
#feedback_total.rating-0-5 {
	background-position:0 -180px;
}
#feedback_total.rating-1 {
	background-position:0 -160px;
}
#feedback_total.rating-1-5 {
	background-position:0 -140px;
}
#feedback_total.rating-2 {
	background-position:0 -120px;
}
#feedback_total.rating-2-5 {
	background-position:0 -100px;
}
#feedback_total.rating-3 {
	background-position:0 -80px;
}
#feedback_total.rating-3-5 {
	background-position:0 -60px;
}
#feedback_total.rating-4 {
	background-position:0 -40px;
}
#feedback_total.rating-4-5 {
	background-position:0 -20px;
}
#feedback_total.rating-5 {
	background-position:0 0;
}
/*
.header-news strong
{
    clear: both;
    color: #565656;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}
.header-news span
{
    color: #347947;
    font-size: 14px;
}
.header-news p
{
    color: #565656;
    font-size: 14px;
    margin: 0px;
}
*/
form div em {
	position: absolute;
	top: -9999em;
}
.browse-button {
	/*style="position: relative;text-align: right;-moz-opacity:0 ;filter:alpha(opacity: 0);opacity: 0;z-index: 2;"*/
    position: relative;
	background-color: #75797c;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	font-weight: bold;
	height: 36px;
	width:192px;
	line-height: 0px;
	padding: 0px;
	text-align: right;
	-moz-opacity:0;
 filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	margin-left:173px;
	margin-top:-50px;
}
.logo-image {
	position: relative;
	margin-left:308px;
	margin-top:-5px;
	width:55px;
	height:55px;
}
.browse-button-fake {
	background-color: #57af0f;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	width:134px;
	line-height: 35px;
	padding: 0px;
	margin-top:30px;
	margin-left:107px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.inner-frm-line .browse-button {
	background-color: #57af0f;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	line-height: 35px;
	padding: 0px;
	margin-top:-13px;
	margin-left:107px;
}
.right-frm-line .browse-button {
	background-color: #57af0f;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	line-height: 35px;
	padding: 0px;
	margin-top:-13px;
	margin-left:107px;
}
#content .left-nav {
	width:165px;
	margin:15px 10px 0 0;
	display:inline-block;
	float:left;
}
#content .left-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#content .left-nav ul li {
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-weight:bold;
	padding:7px 0;
}
#content .left-nav ul li a {
	text-decoration:none;
	color:#999;
	display:block;
}
#content .left-nav ul li a:hover, #content .left-nav ul li a.active {
	color:#347947;
	background:#fff url("../images/sub-nav-bg.png") no-repeat right center;
}
#content .form-wide {
	width:625px;
	display:inline-block;
	float:left;
	margin:15px 0 0 0;
}
#content .form-wide .header {
	background:#fff url("../images/form-bg-hdr-wide.png") no-repeat left top;
	width:625px;
	height:20px;
}
#content .form-wide .body {
	background:#fff url("../images/form-bg-bdy-wide.png") repeat-y left top;
	width:595px;
	padding:0 15px;
	position:relative;
}
#content .form-wide .body .btn-add-new {
	width:77px;
	height:25px;
	position:absolute;
	right:100px;
	top:-3px;
}
#content .form-wide .body .btn-help {
	width:77px;
	height:25px;
	position:absolute;
	right:15px;
	top:-3px;
}
#content .form-wide .body .btn-save-settings {
	width:106px;
	height:25px;
	position:absolute;
	right:100px;
	top:-3px;
}
#content .form-wide .body .btn-save-settings .save-settings-btn {
	background: url("../images/btn-save-settings.png") no-repeat scroll 0 0 transparent;
	border:0;
	cursor:pointer;
	height:25px;
	width:106px;
}
#content .form-wide .body h1 {
	margin:0;
	padding:0 0 8px 5px;
	border-bottom:1px solid #ccc;
	color:#565656;
	font-size:20px;
	font-weight:normal;
	background:#fff;
}
#content .form-wide .body p {
	margin:0;
	padding:10px 0 10px 5px;
	font-size:12px;
	font-weight:normal;
}
#content .form-wide .body .details {
	padding:10px 0 0;
}
#content .form-wide .body .details h2, #content .form-wide .body .accordion h2 {
	margin:0;
	padding:5px;
	color:#fff;
	background:#347947;
	font-size:15px;
	font-weight:bold;
	position:relative;
}
#content .form-wide .body .details h2 div {
	color:#fff;
}
#content .form-wide .body .accordion h2 {
	border-bottom:1px solid #fff;
	cursor:pointer;
	padding-left:30px;
}
#content .form-wide .body .accordion h2.qr-code {
	background:#347947 url("../images/acc-select-dark-green.gif") no-repeat left 0;
}
#content .form-wide .body .accordion h2.secret-code {
	background:#70b984 url("../images/acc-select-lite-green.gif") no-repeat left 0;
}
#content .form-wide .body .accordion h2.active {
	background-position: left -29px;
}
#content .form-wide .body .accordion div.branch-title {
	background:#70b984;
	height:25px;
	width:100%;
	font-size: 15px
}
#content .form-wide .body .accordion p {
	padding-top:0;
}
#content .form-wide .body .details h2 .controls {
	position:absolute;
	right:10px;
	top:7px;
	color:#fff;
	font-size:11px;
}
#content .form-wide .body .details h2 .controls a {
	color:#fff;
	text-decoration:none;
}
#content .form-wide .body h3 {
	margin:0;
	padding:8px 5px;
	font-size:15px;
	font-weight:bold;
}
#dashboard-page .content .acc-wrap fieldset {
	background:none;
	margin:0;
	padding:0;
}
#content .form-wide .body .details .row {
	border-bottom:1px solid #ccc;
	font-size:12px;
}
#content .form-wide .body .acc-wrap .row {
	border-bottom:1px solid #ccc;
	font-size:12px;
	padding:5px 0;
}
#dashboard-page #content .form-wide .body .acc-wrap .row div {
	margin-bottom:0;
}
#content .form-wide .body .details .row .label {
	width:140px;
	display:inline-block;
	float:left;
	padding:5px;
}
#content .form-wide .body .acc-wrap .row .label {
	font-weight:bold;
	width:220px;
	padding:0 5px;
	display:inline-block;
	float:left;
	margin:0;
	padding:16px 5px 0 5px;
}
#content .form-wide .body .acc-wrap .row .qrcode {
	width:68px;
	display:inline-block;
	float:left;
	margin:0;
}
#content .form-wide .body .acc-wrap .row .print-code, #content .form-wide .body .acc-wrap .row .generate-new-code, #content .form-wide .body .acc-wrap .row .save-code {
	width:143px;
	display:inline-block;
	float:left;
	margin:0;
}
#content .form-wide .body .acc-wrap .row .input {
	width:205px;
	display:inline-block;
	float:left;
	margin:0;
}
#content .form-wide .body .acc-wrap .row .input input, #content .form-wide .body .acc-wrap .row .save-code input {
	margin:0;
}
#content .form-wide .body .details .row .detail {
	width:435px;
	display:inline-block;
	float:left;
	padding:5px;
	font-weight:bold;
}
#content .form-wide .footer {
	background:#fff url("../images/form-bg-ftr-wide.png") repeat-y left top;
	width:625px;
	height:20px;
}
table.compare-package {
	font-size:14px;
	border-collapse:collapse;
	width:760px;
	margin:10px auto;
}
table.compare-package tr.row-odd {
	background:#e5eee8;
}
table.compare-package th {
	border-bottom:1px solid #fff;
	text-align:center;
}
table.compare-package th.type {
	background:#060;
	color:#fff;
	padding:10px 5px;
	font-size:14px;
}
table.compare-package th.basic {
	width:129px;
	background:url('/static/images/free-bar.gif') no-repeat 0 bottom;
}
table.compare-package th.complete {
	border-right:1px solid #fff;
	width:129px;
	background:url('/static/images/complete-bar.gif') no-repeat 0 bottom;
}
table.compare-package th.whitelabel {
	width:123px;
	background:#adca48 url('/static/images/whitelabel-bar.gif') no-repeat center bottom;
	border-left:7px solid #fff;
}
table.compare-package td {
	border-bottom:1px solid #fff;
	padding:6px 10px;
	background:#f3f8f5;
}
table.compare-package td.col {
	text-align:center;
}
table.compare-package .left {
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #fff;
	background:#fff;
}
table.compare-package td.first {
	text-align:left;
}
table.compare-package td.nobrdr {
	border-bottom:none;
	background:#fff;
}
table.compare-package td.cost {
	font-weight:bold;
	font-size:20px;
	line-height:18px;
	padding:13px 10px;
}
table.compare-package td.cost span.smll {
	font-weight:normal;
	font-size:14px;
	font-style:italic;
}
table.compare-package td img.bttn {
	cursor:pointer;
}
/******************/
.note {
	color: red;
	font-size: 0.8em;
	margin: 20px 0 0px 84px;/*    text-align: center;*/
}
.error_field {
	background-color: pink;
}
.okmsg, .errmsg {
	color: #0D6827;
	padding-left: 5px;
	font-weight: bold;
}
.errmsg {
	color: red;
	font-size: 0.6em;
}
.err_msg {
	color: red;
	font-size: 120%;
	border: 1px;
	border-color: red;
	width: auto;
}
.pie_graph {
	position:relative;
	text-align: center;
	margin: 100 auto 20 100;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: top;
	width:220px;
	float:left;
	z-index:1;
}
.graphs_header {
/* style here the graphs headers as needed */
}
.coming-soon {
	/*background-color: #000000;*/
    position:relative;
	bottom:120px;
	left:80px;
	margin: 100 auto 20 100;
	width: 300px;
	text-align:center;
	font-size: 40px;
	color:#3f734d;
	vertical-align:middle;
	z-index:900;
	height: 0px;/*filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9;*/
}
#usage_table {
	width: 100%;
	margin: 20px auto;
	border: 0px solid gray;
}
#usage_table th {
	color: #367848;
}
#usage_table th, td {
	padding: 5px;
	text-align: center;
	font-size: 13px;
}
#usage_table tr {
	border: 0px solid gray;
}
#usage_table #header {
	border: 0px solid gray;
	background-color:#f0f5f1;
	color: #434343;
	font-size: 13px;
}
.leftHeader {
	color: #367848;
	font-size: 13px;
}
/********************************************************************************/
/* Mobile */
/********************************************************************************/
#contentMobile {
	clear: both;
	display: table;
	margin: 21px auto 60px;
	padding: 0px;
	max-width: 400px;
	min-width: 300px;
	border: 1px solid gray;
}
.contentMobile {
	display: block;
	margin: 0px auto;
	width: 400;
}
#contentMobile .contentMobile {
	margin: 0px auto;
	width: 300px;
}
/********************************************************************************/
/* Feedback */
/********************************************************************************/

/* new styles for feedback page - transfer to style.css once page has been setup */
#dashboard-page #header #menu li a {
	padding:5px 36px;
}
#comments-table {
	margin:0 0 30px 0;
	text-align:center;
}
#comments-table table {
	margin:0 0 30px 0;
}
#comments-table table tr.even {
	background:#f0f5f1;
}
#comments-table table th {
	text-align:left;
	color:#fff;
	background:#367848;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}
#comments-table table td {
	text-align:left;
	color:#367848;
	font-size:14px;
	padding:5px;
	border-bottom:1px solid #dae4de;
}
#comments-table table .ctr {
	text-align:center;
}
#customer-table {
	margin:0 0 30px 0;
	text-align:center;
}
#customer-table table {
	margin:0 0 30px 0;
}
#customer-table table tr.even {
	background:#f0f5f1;
}
#customer-table table th {
	text-align:left;
	color:#fff;
	background:#367848;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	width:80px
}
#customer-table table td {
	text-align:left;
	color:#367848;
	font-size:14px;
	padding:5px;
	border-bottom:1px solid #dae4de;
	width:80px
}
#customer-table table .ctr {
	text-align:center;
}
.score-row {
	padding:5px 0;
	border-bottom:1px solid #eee;
}
.last {
	border:none;
}
.score {
	width:100px;
	height:20px;
	display:block;
	float:left;
	background: url(../images/star-rating.png) no-repeat left top;
}
.rating-0 {
	background-position:0 -200px;
}
.rating-0-5 {
	background-position:0 -180px;
}
.rating-1 {
	background-position:0 -160px;
}
.rating-1-5 {
	background-position:0 -140px;
}
.rating-2 {
	background-position:0 -120px;
}
.rating-2-5 {
	background-position:0 -100px;
}
.rating-3 {
	background-position:0 -80px;
}
.rating-3-5 {
	background-position:0 -60px;
}
.rating-4 {
	background-position:0 -40px;
}
.rating-4-5 {
	background-position:0 -20px;
}
.rating-5 {
	background-position:0 0;
}
.rating-5 {
	background-position:0 0;
}
p.score-title-total {
	float:left;
	width:220px;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#565656;
}
p.score-responses-total {
	float:left;
	width:200px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding:0 10px;
	color:#565656;
}
p.score-title {
	float:left;
	width:220px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#565656;
}
p.score-responses {
	float:left;
	width:200px;
	font-weight:normal;
	padding:0;
	margin:0;
	padding:0 10px;
	color:#565656;
}
p.customers-total {
	float:left;
	width:200px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding:0 10px;
	color:#565656;
}
p.customer-responses {
	float:left;
	width:200px;
	font-weight:normal;
	padding:0;
	margin:0;
	padding:0 10px;
	color:#565656;
}
ul.pagination {
	display:inline-block;
	font-weight:normal;
	margin:0 auto;
	padding:0;
	zoom:1;
*display:inline;
}
ul.pagination li {
	display:inline;
	float:left;
	margin-right:15px;
	padding:0 0 20px 0;
}
ul.pagination li.prev {
	margin-left:0;
}
ul.pagination li a, ul.pagination li strong {
	float:left;
	height:18px;
	line-height:1em;
	font-size:14px;
	text-decoration:none;
}
.export {
	position:relative;
	margin-left:330px;
}
.paging-container {
	text-align:center;
	align:center;
}
.export-container {
	align:center;
}
.delete-branch-btn {
	width:20px;
	float:right;
	display:none;
}
.delete-card-btn {
	width:20px;
	float:right;
	display:none;
}





/* code added by George */

*
/*{
	font-family: Lucida Sans Unicode !important
}
*/

{
	font-family: "Avenir";
}


#content
{
	margin-bottom: 70px;
	width: 976px
}
.content.sign-in, .content.forgot-password
{
/*	background: #fcfcfc  none repeat scroll 0 0;
	border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 0 auto !important;
    padding: 30px;
    width: 400px !important; */

    margin: 0 auto !important;
    padding: 30px;
    width: 400px !important;
    background: #fff;
    padding-top: 45px;
    box-shadow: 0px 0px 10px 0px #ddd;
    border: 1px solid #ddd;
    border-radius: 0px;

}

#logo
{
	margin-left: 415px;
}

#howworks-page.page #header-content .header-content
{
	background-color:#F5F7F8;
	height: 80px;
}

#howworks-page.page #header-content .slogen-second
{
	text-align: center;
	margin: 15px;
}

#login-form input, #forgot_password input
{
	display: inline;
	color: #515151;
	border: none;
	padding: 8px;
	padding-top: 10px;
}

#forgot_password input
{
	padding: 3px !important
}

.borderInput
{
	margin-left: 40px;
	/*border: 2px solid #ccc;*/
	border: 1px solid #999;
	/*margin-bottom: 10px;*/
	margin-top: 10px;
	width: 310px;
	border-radius: 3px;
 	-webkitborder-radius: 3px;
	-moz-border-radius: 3px;

	border-color: rgb(204, 204, 204);
}

#frmPassword, #frmUsername
{
	width: 255px
}


.email-icon:after, .pass-icon:after
{
 	font-family: fontawesome;
 	background: #367848 none repeat scroll 0 0;
 	color: #ffffff;
 	font-family: fontawesome;
 	font-size: 17px;
 	position: relative;
 	left: 7px;
 	border-top-right-radius: 3px;
 	-webkit-top-right-border-radius: 3px;
	-moz-top-right-border-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-bottom-right-border-radius: 3px;
	-moz-bottom-right-border-radius: 3px;
 	top: 2px;
}

#forgot-pass-email
{
	width: 310px
}

#login-form #remember-label
{
	color: #515151;
}

#forgot-pass-emailIcon:after
{
	padding: 9px 11px 10px 11px;
}

.email-icon:after
{
	content: "\f007";
	padding: 9px 11px;
}

.pass-icon:after
{
	content: "\f13e";
	padding: 9px 12px;
}

::-webkit-input-placeholder {
   color: #a3a3a3;
   font-size: 13px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a3a3a3;
   font-size: 13px;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a3a3a3;
   font-size: 13px;
}

:-ms-input-placeholder {  
   color: #a3a3a3;
   font-size: 13px;  
}

#frmRemember
{
	margin: 10px auto 20px 40px;
}

#login-form #remember-label
{
	margin-left: 2px;
}

#login-form .input-submit, #forgot_password .send-btn
{
	border: 2px solid #367848;
	color: #515151 !important;
	background: #ffffff none repeat scroll 0 0;
	margin: 10px 40px 20px 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 315px
}

#login-form .input-submit:hover, #forgot_password .send-btn:hover
{
	background: #367848 none repeat scroll 0 0;
	color: #ffffff !important
}


#login-form #frmRemember
{
	left: 0px;
}

a.forgotPass
{
	margin-left: 81px;
	font-size: 12px !important
}

#login-title
{
	text-align: center;
	font-size: 25px !important
}

#forgot-pass-title
{
	color: #565656 !important;
	margin-top: 0 !important;
	text-align: center;
}

.send-btn
{
	height: auto !important;
	font-size: 16px;
	margin-top: 20px !important;
	margin-left: 39px;
	border-radius: 3px;
	width: 313px !important;
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

