body,html,.container {
	height:100%
}

a {
	text-decoration: none;
}

body {
	-webkit-touch-callout:text;-webkit-user-select:text;-moz-user-select:text;user-select:text
}

#logowrapper {
	position:relative;
	height:250px;
}

#logo {
	background: url(../img/PositivelyLogoWeb.png);
	color:#3c3d40;
	font-size:0;
	height:101px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	text-indent:-9999px;
	width:281px;
}


#subscribe {
	margin-top:40px;
}

input, textarea {
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	-o-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	color:#333;
	font:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
}

input::-webkit-input-placeholder {
	color:#bbb;
}

input:-moz-placeholder {
	color:#bbb;
}

input:focus {
	outline:0;
}

#email {
	width:82%;
}

#submitwrapper {
	float:right;
	position:relative;
	width:15%;
}

#submit {
	color:#fff;
	font-weight:bold;
	width: 100%;
}


#iphone {
	background:url(../img/iphone.png);
	height:740px;
	margin:0 auto 75px;
	position:relative;
	width:370px;
}

#addButton {
	margin-top:100px;
	background:#FFD628;
	color:#fff;
	height:50px;
	line-height: 50px;
	font-size: 125%;
	text-align:center;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	-o-box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
	box-shadow:0 1px 1px 0 rgba(0,0,0,.25);
}

#addButton:hover {
	background:#aaacac;
}

#glare{background:url(../img/glare.png);height:740px;left:0;position:absolute;top:0;width:370px;z-index:1}

#screenwrapper{height:512px;left:36px;overflow:hidden;position:absolute;top:115px;width:288px}

.screen{background-repeat:no-repeat;height:512px;left:0;position:absolute;top:0;-webkit-transition:background-image .3s;-moz-transition:background-image .3s;-o-transition:background-image .3s;transition:background-image .3s;width:288px}

#screen_0{background-image:url('../img/screen_0.png')}

.footer{background:#aaacac;bottom:0;color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;height:50px;left:0;line-height:50px;position:fixed;text-align:center;-webkit-transition:background-color 1s;-moz-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s;width:100%;z-index:2}

.footer.bg_0,#submit.bg_0{background:#FFD628;}

#submit.bg_0:hover{background:#aaacac;}

.footer a{color:#fff;text-decoration:none}

.footer a:hover{color:#ccc}