font-family: 'Open Sans', sans-serif;

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

p.blue {

color: #3295D5;
font-family: "Open Sans";
font-size: 2em;
line-height: 1em;
font-weight: 700;
text-align: center;	


}

p.green {
	
color: #45C223;
font-family: "Open Sans";
font-size: 2.3em;
font-weight: 900;
line-height: 1em;
text-align: center;	
	
	
}

p.orange {
	
color: #ed8d27;
font-family: "Open Sans";
font-size: 1.5em;
font-weight: 800;
line-height: 1.2em;
text-align: center;	
	
}


p.white, li {
	
color: #F5F5F5;
font-family: "Open Sans";
font-size: 1.6em;
font-weight: 700;	
	
}

p.darkgrey {
	
/* Style for "Start working " */
color: #434343;
font-family: "Open Sans";
font-size: 1.8em;
font-weight: 700;	
text-align: center;
	
	
}

p.copyright {
	
/* Style for "Start working " */
color: #434343;
font-family: "Open Sans";
font-size: 0.7em;
font-weight: 500;	
text-align: center;
	
	
}

ul {
    list-style-image: url('../images/greencheck.png');

}


li {
	
	margin-left: 2em;
	line-height: 1.5em;
	
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}	



.header {
    width: 100%;
    background-image: -moz-linear-gradient(top, #FFF 0%, #FFF 60%, #C4C4C4 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #FFF 60%, #C4C4C4 100%);
    background-image: -webkit-linear-gradient(top, #FFF 0%, #FFF 60%, #C4C4C4 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #FFF 60%, #C4C4C4 100%);
}


.leftcol {
	
width: 92%;
margin: 0 auto;	
	
}

.imagebox {
    width: 230px;
    height: 190px;
    background-color: #EAEAEC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

p.inputboxes {
	
text-align: center;	
line-height: 2em;
margin: 0 auto;
	
	
}


.mainimage {
	
width: 100%;
height: 100%;
background-image: url("../images/mainimage.png") stretch ; 	
	
}


.darkgreybox {
	
/* Style for darkdiv */
width: 100%;
background-image: -moz-linear-gradient(top, #383B3D 0%, #6C6C6C 100%);
background-image: -o-linear-gradient(top, #383B3D 0%, #6C6C6C 100%);
background-image: -webkit-linear-gradient(top, #383B3D 0%, #6C6C6C 100%);
background-image: linear-gradient(to bottom, #383B3D 0%, #6C6C6C 100%);	
	
	
}

input#name, input#phone, input#email{
	
width: 90%;
margin : 0 auto;
	
	
}

	
.optinbox {
    width: 100%;
    background-color: #B6E0FB;
    border: 3px solid #45C223;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}	
	


{
	
width: 250px;	
	
}


.bluebox {
    width: 100%;
    background-color: #3295D5;
}


img, 
object {
     max-width: 100%;
}

.header, .footer, .right-col, .ready, .information {
	text-align: center;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline;
	margin-bottom: 0;
	width: 300px;
	color: #2e3e72;
	border: 1px solid #e3e3e3;
}


input[type="textsm"] {
	display: inline;
	margin-bottom: 0;
	width: 160px;
	color: #2e3e72;
	border: 1px solid #e3e3e3;
}


.footer {
	padding-top: 60px;
}

.wrapper {
	-moz-box-shadow: 0 0 6px 6px #e8e8e8;
	-webkit-box-shadow: 0  6px 6px #e8e8e8;
	box-shadow: 0 0 6px 6px #e8e8e8;
}

.footer p {
	text-align: center;
	font-size: .8em;
	color: #8e8e8e;
	margin-bottom: 0;
}

.footer p a {
	background: url('../images/bg-footer.gif') no-repeat left top;
	margin: 0 auto;
	width: 106px;
	height: 24px;
	text-indent: -9999em;
	display: block;
}

.right-col-wrap {
	border: 3px dashed #d2d2d2;
	 position: relative;
}

.right-col {
	background: #fffdef;
	margin: 8px;
	padding: 10px;
}

.right-col h4, .ready h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.2;
	margin-bottom: 25px;
}

input.btn-more {
	background: #6cb74f; /* Old browsers */
	background: -moz-linear-gradient(top,  #6cb74f 0%, #338e10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb74f), color-stop(100%,#338e10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6cb74f 0%,#338e10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6cb74f 0%,#338e10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6cb74f 0%,#338e10 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6cb74f 0%,#338e10 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cb74f', endColorstr='#338e10',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff !important;
	font-size: 1.2em;
	border: 0 !important;
	padding: 8px 40px;
	font-family: 'ptsans_regular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333;
	margin-top: 20px;
	width: 300px;
}

input.btn-more:hover {
	background: #338e10; /* Old browsers */
	background: -moz-linear-gradient(top,  #338e10 0%, #6cb74f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#338e10), color-stop(100%,#6cb74f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #338e10 0%,#6cb74f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #338e10 0%,#6cb74f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #338e10 0%,#6cb74f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #338e10 0%,#6cb74f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338e10', endColorstr='#6cb74f',GradientType=0 ); /* IE6-9 */
}

p.username input{
	width: 40%;
	display: inline;
}

p.username input:first-child {
	margin-right: 2%;
}

a#btn-facebook {
	width: 299px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background: url('../images/bg-facebook.gif') no-repeat left top;
	text-indent: -9999em;
}

input#lastname {
	background: #fff url('../images/icon-user.gif') no-repeat 92% center;
}

input#email {
	background: #fff url('../images/icon-email.gif') no-repeat 95% center;
}

input#phone {
	background: #fff url('../images/icon-phone.gif') no-repeat 95% center;
}

.page2 input#lastname {
	background: #fff url('../images/icon-user.gif') no-repeat 95% center;
}

.page2 input#email {
	background: #fff url('../images/icon-email.gif') no-repeat 98% center;
}

.page2 input#phone {
	background: #fff url('../images/icon-phone.gif') no-repeat 98% center;
}

p.comm, p.secure {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: .9em;
}

p.comm input {
	margin-right: 10px;
	margin-top: 0;
}

 p.secure {
 	font-size: .8em;
 	position: absolute;
 	margin-bottom: 0;
 	bottom: -40px;
 	left: 15%;
 }

 p.secure img {
 	padding-right: 5px;
 }

 form {
 	margin-bottom: 0;
 }

 .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe, 
.video object, 
.video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.row {
	clear: both;
}

.page2 .box-shw {
 	-webkit-box-shadow: 0px 0px 20px #aaa;
 	-moz-box-shadow: 0px 0px 20px #aaa;
 	box-shadow: 0px 0px 20px #aaa;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 	padding: 0px 20px 40px;
 	margin-top: 50px;
}

.page2 p.secure {
	position: static;
	margin-bottom: 30px;
}

.page2 .box.wrapper {
	margin-bottom: 30px;
}

.page2 input[type="text"],
.page2 input[type="password"],
.page2 input[type="email"] {
	width: 83%;
}

.page2 p.username input {
	width: 40%;
}

.page2 .right-col-wrap {
	position: static;
}

.page2 .right-col-wrap {
	margin-top: 0;
}

.page2 .footer {
	width: auto;
}

.page2 .header, .page2 .box.wrapper,
.page2 .ready, .page2 .right-col-wrap,
.page2 .information, .page2 .footer {
	width: 600px;
	margin: 0 auto;
}

.page2 .ready, .page2 .information {
	margin-top: 30px;
	margin-bottom: 25px;
}

.page2 h1 {
	font-size: 2em;
}

.page2 .ready h4 {
	font-size: 1.4em;
}

.page2 .header {
	padding-bottom: 15px;
}