html, body{
	margin: 0 auto;
	padding: 0;
	width: 360px;
	text-align: center;
}
p{
	font-size: 18px;
}

.header-logo{
	margin: 10px auto 15px auto;
	text-align: center;

}
.header-logo img{
	width: 100%;
}
#main, #returning{
	width: 360px;
	display: none;
}

.e,.s,.c,.u{
	display: none;
}
.hide{
	display: none;
}
.intro{
	margin-top: 150px;
}
button{
	width: 340px;
	margin: 10px;
	padding: 5px;
	font-size: 16px;
}
button.facebook{
	color: white;
	background: url('/images/fb-bg.jpg') repeat-y;
	.height: 50px;
}
button.google{
	color: white;
	background-color: #de5246 ;
	.height: 50px;
}
button.switch{
	display:block;
}

.stars{
	width: 100%;
	white-space: nowrap;
}
.stars img{
	width: 70px;
	display: inline;
	margin: 0;
	padding: 0;
}
img.gold-star{
	display: none;
}
.feedback textarea{
	margin: 5px 5%;
	width: 90%;
}
	
.reviewFrame{
	display: none;
	width: 100%;
}
.confirmE, .confirmS, .confirmC{
	margin-top: 40px;
}
a{
	text-decoration: none;
}
