h1.section {
	color:#ccc;
}
#oauth {
	margin:0 auto;
	width:300px;
	text-align:center;
}
#oauth-or {
	width:300px;
	text-align:center;
	font-size:20px;
	margin: 0 auto 6px;
	color:#aaa;
	text-transform:uppercase;
}
.intro h1 {
	color:#555;
	font-size:22px;
	margin-bottom:12px;
	text-align:left;
}
.intro {
	margin:0 0 24px 2%;
	color:#777;
}
.launched {
	color:#fff;
	font-size:13px;
	text-align:center;
	width:274px;
	line-height:1.3;
	margin:30px auto 0;
	background-color:#A7CA92;
	background-color:rgba(167, 202, 146,0.5);
	border:1px solid #ededed;
	padding:10px;
	-moz-border-radius: 38px 8px 32px 10px;
    -webkit-border-radius: 38px 8px 32px 10px;
    -khtml-border-radius: 38px 8px 32px 10px;
    border-radius: 38px 8px 32px 10px;
}
.launched .ncount {
	font-weight:bold;
	letter-spacing:6px;
	color:#222;
	font-size:20px;
	text-shadow: 0 0 12px #68a545;
}
#scheme {
	 display:none;
	 text-align: justify;
	 border-bottom:1px dashed #ccc;
}
#scheme img {
	display:inline-block;
	*display:inline; /*ie7*/
}
#scheme .stretch {
	height:0;
	width:100%;
	display:inline-block;
	zoom:1;
	*display:inline;
}
#logo a:link, #logo a:visited {
	width:167px;
	background-image:url('/img/logo/logo.png');
}

#col-a {

}
#col-b {

}
#wrapper {
	background-image:none;
	margin: 0 auto -52px;
}
.push, #footer {
		height: 52px;
}

#footer-nav {
	margin-top:15px;
	padding:10px 0;
	background-color:#eee;
	-moz-border-radius:  14px 14px 0 0;
  	-webkit-border-radius:  14px 14px 0 0;
  	-khtml-border-radius:  14px 14px 0 0;
  	border-radius: 14px 14px 0 0;
	box-shadow: inset 0 1px 2px #ccc, inset 0 3px 1px #fff;
}
.gotoflyner {
	text-align:center;
	margin-top:10%;
	font-size:18px;
	color:#333;
}
#l-pass-box {
	float:left;
	width:202px;
}
#l-pass {
	width:192px;
}
#l-submit {
	padding:0;
	float:left;
	display:block;
	height:36px;
	width:70px;
	margin-left:4px;
	font-size:15px;
}

.fbox .button.fullw {
	width:278px;
	font-size:15px;
	padding:6px 16px;
}

#login-options, #signup-options {
	font-size:12px;
	color:#888;
	text-shadow:0 1px 0 #fff;
}
#signup-options {
	margin:0 0 14px 0;
	line-height:1.1;
}
#regnow, .acthint {
	font-size:17px;
	color:#555;
}

.lbl-input {
	position:relative;
	margin-bottom:4px;
	height:36px;
}
input.txt {
  position:absolute;
  border-width:1px;
  border-style:solid;
  border-color:#ccc #ddd #ddd #ddd;
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size:16px;
  height:22px;
  padding:6px 4px;
  display:block;
}
input.txt:-webkit-autofill {
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px #eee, 0 0 0px 100px white inset;
}
label.placeholder {
	color:#999;
	position:absolute;
	top:8px;
	left:6px;
	z-index:1;
	cursor:text;
}
input:focus + label.placeholder {
	color:#ccc;
	transition-delay:100ms;
}
input.full {
	width:268px;
}

input.txt:focus {
   box-shadow: 0 0 4px #8dd4ff, 0 1px 0 #fff, inset 0 1px 0 #ddd;
   border-color:#98d8ff;
   transition-delay:100ms;
}
input.txt:-webkit-autofill:focus {
	 box-shadow: 0 0 4px #8dd4ff, 0 1px 0 #fff, inset 0 1px 0 #ddd, 0 0 0px 100px white inset;
}
.fbox {
	width:278px;
	border:1px solid #d8d8d8;
	padding:10px;
	background-color:#f8f8f8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee');
	background-image: -ms-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #FAFAFA 0%, #EEEEEE 100%);
	font-family:Verdana,Geneva,Arial,sans-serif;
	font-size:14px;
	margin:0 auto 20px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	box-shadow: 0 0 2px #ccc;
}
.ftitle {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	padding:0 9px 10px;
	margin:0 -9px 14px;
	color:#777;
	border-bottom:1px solid #ddd;
	box-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}
.ftitle .emph {
	font-weight:bold;
	color:#222;
}

.ferror, .fconfirm {
	color:#fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	padding:0 6px;
	margin:6px 0;
	box-shadow:inset 0 1px 2px #555, 0 1px 0 #fff;
	text-shadow:0 -1px 0 #555;
}
.ferror {
	background-color:#999;
}
.ferror div {
	padding:6px 0 8px 6px;
	line-height:1.1;
}
.ferror.top-error {
	margin:0 0 10px;
}
.fconfirm {
	padding:6px 6px 6px 12px;
	background-color:#759961;
}

.whatis {
	color:#555;
	font-size:19px;
	border:1px solid #ededed;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
	background-color:#fefefe;
	background-color:rgba(255,255,255,0.6);
	padding:4% 4% 4% 10%;
	margin-bottom:2%;
}
.islike {
	display:inline-block;
	text-transform:uppercase;
	background-color:#888;
	color:#fff;
	font-size:26px;
	padding:4px 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	margin:0 2px;
}
.whatis ul {
	margin-top:4px;
	font-size:15px;
	list-style-type:circle;
	line-height: 1.231;
}

@media (min-width:600px) {
	.intro h1 {
		font-size:33px;
	}
	.mobile-only {
		display:none;
	}
	#oauth {
		margin:12px 0 0 0;
	}
	#oauth-or {
		margin:20px 0 0 0;
	}
	#col-a {
		width:300px;
		float:left;
	}
	#col-b {
		padding-top:12px;
		margin-left: 320px;
	}
	#content {
		margin-top:20px;
	}
	#o1 {
		background-image: url('/img/bg/bg8.png');
		background-repeat: no-repeat;
		background-position:center center;
	}
	.fbox {
	margin:30px 0 20px 0;
	box-shadow: 0 0 6px #aaa;
	}
	#signup-box.under {
		margin-top:40px;
	}
	.whatis {
	margin-left:6.67%;
	}
}
@media (min-width:670px) { 
	#scheme {
		display:block;
	}
}


