@CHARSET "UTF-8";

body, html {
	width: 810px;
	overflow: hidden;
	font: 12px 'Open Sans', sans-serif; 
	color: #000000;
}

#like_page {
	height: 775px;
	background: url(../images/public/canvas/like_page.jpg) no-repeat center top;
}

#terms_page {
	position: relative;
	height: 747px;
	background: url(../images/public/canvas/terms_page.jpg) no-repeat center top;
}

#invite {
	width: 206px;
	height: 61px;
	background: url(../images/public/canvas/friends.png) no-repeat center top;
	border: none;
	cursor: pointer;
}

#play {
	display: block;
	width: 196px;
	height: 72px;
	background: url(../images/public/canvas/play.png) no-repeat center top;
	border: none;
	cursor: pointer;
	text-indent: -99999px;
}

#terms_page div {
	position: absolute;
	left: 0px;
	bottom: 48px;
	overflow: hidden;
	width: 810px;
	height: 200px;
}


#terms_page div section {
	position: absolute;
	top: 40px;
	left: 20px;
}

#terms_page div section label {
	margin-left: 10px;
	vertical-align: middle;	
}

#terms_page div section input {vertical-align: middle;}

#terms_page div section label,
#terms_page div section label a {color: #fff;}

#terms_page div #invite {
	position: absolute;
	bottom: 11px;
	right: 195px;
}

#terms_page div #play {
	position: absolute;
	bottom: 5px;
	left: 195px;
}

#play_page {
	height: 789px;
	background: url(../images/public/canvas/play_page.jpg) no-repeat center top;
	overflow: hidden;
	position: relative;
}

#play_page #terms {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 244px;
	width: 90px;
	height: 14px;
}	

#play_page form {
	margin-top: 460px;
	height: 298px;	
	position: relative;
}

#play_page form fieldset {
	background: url(../images/public/canvas/fieldset_bg.png) no-repeat left top;
	width: 645px;
	height: 156px;
	margin: 0 auto;
	padding: 35px 10px 10px 50px;
	position: relative;
}

#play_page form fieldset p {
	font-size: 20px;
	line-height: 24px;
	width: 490px;
	color: #1f1d1d;
}

#play_page form fieldset label {
	vertical-align: middle;
	font-size: 14px;
	color: #1f1d1d;
}

#play_page form fieldset input {
	vertical-align: middle;
	margin-right: 20px;
}

.pretty-checkbox{
	 height: 18px;
	 padding-left: 36px;
	 position: relative;
	 cursor: pointer;
	 background: url('../images/public/canvas/radio.png') no-repeat 0 3px;
}

.ch_on{ background-position: 0 -19px; }

.pretty-checkbox input{
 	position: absolute;
 	left: -10000em;
}

#play_page form fieldset ul li {
	margin: 8px 0;
}

#play_page form fieldset span {
	position: absolute;
	top: 8px;
	left: 17px;
	color: #fff;
	font-size: 20px;
}

.next,
.submit {
	display: block;
	width: 180px;
	height: 42px;
	padding: 0 0 0 18px;
	background: url(../images/public/canvas/next.png) no-repeat left top;
	position: absolute;
	left: 50%;
	bottom: 28px;
	margin-left: -99px;
	font-size: 16px;
	line-height: 42px;
	color: #161515;
	text-decoration: none;
	text-align: left; 
}

.submit {
	border: none;
	display: none;
	cursor: pointer;
	width: 198px
}

.q2,.q3 {display: none;}

#finnish_page {
	height: 1095px;
	overflow: hidden;
	background: url(../images/public/canvas/finnish_page.jpg) no-repeat left top;
	position: relative;
}

#finnish_page #terms {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 240px;
	width: 90px;
	height: 14px;
}

#finnish_page ul {
	margin: 84px 0 0 0;
	padding-left: 150px;
	overflow: hidden;
}

#finnish_page ul li {
	color: #1f1d1d;
	font-size: 16px; 
	float: left;
	margin:0 138px 0 6px;
}

#finnish_page div {
	width: 454px;
	margin: 790px auto 0 auto; 
	overflow: hidden;
}

#finnish_page div .share {
	float: left;
}

#finnish_page div .inite_frinds {
	float: right;
	margin-right: 5px;
}

.share {
	display: block;
	width: 190px;
	height: 51px;
	background: url(../images/public/canvas/share.png) no-repeat left top;
	color: #fff;
	font-size: 16px;
	text-indent: -99999px;
}

.inite_frinds {
	display: block;
	width: 190px;
	height: 51px;
	background: url(../images/public/canvas/invite.png) no-repeat left top;
	color: #2d5999;
	font-size: 16px;
	text-indent: -99999px;
}

.note {
  font-size: 11px;
  color: #2d5999;
  text-align: center;
}

#user_page {
    height: 1095px;
	overflow: hidden;
	background: url(../images/public/canvas/congrats_page.jpg) no-repeat left top; 
	position: relative;
}

#user_page #terms {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 240px;
	width: 90px;
	height: 14px;
}

#user_page .user_info {
	margin: 555px 0 0 0;
	padding: 0 150px;
	height: 140px;
	overflow: hidden;
}

#user_page .user_info p {
  font-size: 22px;
  color: #060606;
  text-align: center;
}    

#user_page .user_info p span {
  font-weight: bold;
}

#user_page .social {
	width: 454px;
	margin: 88px auto; 
	overflow: hidden;
}

#user_page .social .share {
	float: left;
}

#user_page .social .inite_frinds {
	float: right;
	margin-right: 5px;
}

.pr {
  display: block;
  margin: 22px auto;
  width: 590px;
  text-indent: -99999px;
  overflow: hidden;
}