/* ----------------- */
/* ----------------- */
/* --- CSS RESET --- */
/* ----------------- */
/* ----------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------- */
/* ----------------- */
/* --- CLEAR FIX --- */
/* ----------------- */
/* ----------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* ----------------- */
/* ----------------- */
/* --- Common CSS -- */
/* ----------------- */
/* ----------------- */

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
sup {
	vertical-align: super;
    font-size: 13px;
    font-weight: normal;
}
#footer{
	text-align:center;
	font-size:12px;
	margin:150px 0px 0px 0px;		
	color:#ccc;
}
#footer ul li
{
	line-height:22px;
	display:inline;
	padding:0 3px;
}

#footer ul li a
{
	text-decoration:none;
	color:#ccc;
}
/* ----------------- */
/* ----------------- */
/* --- PAGE CSS ---- */
/* ----------------- */
/* ----------------- */

body{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	line-height:1;
	font-size:14px;
}
.wrapper_survey{
	margin:48px auto 0px auto;
	width:872px;
	background:#FFF;
	border: 1px solid #D5D5D5;
	position: relative;
	padding:16px;
}
.survey_inner{
	height: 453px;
	background: #EFEFEF;
	border:1px solid #d5d5d5;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.header_section{
	border-bottom: 1px solid #d5d5d5;
	margin:0px 16px;
}
.logo{
	float:left;
	margin:20px 0px 15px 15px;
	font-size: 38px;
	font-family: "Arial Black","Gadget",sans-serif;
}
.jdate{
	float:right;
	font-size: 17px;
	font-weight: bold;
	margin-top: 45px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.survey_text{
	color:#1111;
	font-size: 18px;
	padding:0px 55px 0px 75px;
}
.welcome{
	font-size:26px;
	font-weight:bold;
	margin-top:34px;
	line-height:26px;
	margin-bottom:15px;
}
.survey_text p{
	margin-bottom:15px;
	line-height: 26px;
}
.main_mask{
	display: none;
	height:360px;
	width:870px;
	position: absolute;
	overflow: hidden;
	background: #EFEFEF;
}
.start_link{
	cursor: pointer;
}
.link{
    margin-top: 32px;
    text-align: center;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.questions{
	color:#111;
	text-align: center;
	padding: 10px 29px 0px 29px;
}
.question{
	display: none;
}
.question_number{
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 45px;
}
.question_text{
	font-size:30px;
	font-family: Arial;
}
.answers{
	padding-top:20px;
}
.answers a{
	color:#111;
	font-size:26px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 5px;
}
.answer_spacing a{
	margin: 0px 15px;
}
.answers a:hover{
	text-decoration: underline;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.loader{
	color:#111;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 22px;
}
.loader p,.loader img{
	margin-bottom: 30px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.prize_text{
	color:#111;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 22px;
}
.prize_boxes{
	padding-top: 11px;
	margin:0px auto;
	width:648px;
}
.prize_box{
    float: left;
    padding-top: 5px;
    width: 196px;
    height: 256px;
}
.prizeleft{
	color:#707070;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	margin-bottom: 7px;
}
.prizeleft span{
	color:#1C2944;
}
.middle{
	margin:0px 30px;
}
.prize_title{
	color:#FFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.prize{
	margin-bottom: 5px;
}
.selected_prize{
	display: none;
	text-align: center;
}
.selected_prize_image{
	margin-top: 5px;
}
.selected_prize_title{
	font-size: 22px;
	font-weight: bold;
	padding-top:3px;
}
.prize_select_btn{
	cursor:pointer;
}

#prize_flippy{
	text-align:center;
	float:left;
	width:370px;
	margin:10px 0px 0px 0px;
	font-size:22px;
	font-weight:bold;
}
#prize_flippy span{
	margin:10px 0px 0px 0px;
	display: block;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
#form_details_div{
	width:410px;
	float:right;
	position:relative;
}
.form{
	margin-left: 0px;
}
.label{
	color:#000;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	float:right;
	text-align: right;
	padding:10px 5px 0px 0px;
}
.input{
	border: 1px solid #1c2944;
	font-size: 25px;
	padding:0px 4px;
}
.mobile{
	height:37px;
	width:75px;
	float:left;
	margin:0px 4px 0px 4px;
}
.pad_top{
	padding-top:10px;
}
.email{
	float:left;
	height:36px;
	width:261px;
	margin:0px 20px 0px 4px;
}
.form_title{
	color:#000;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin:30px 0px 25px 0px;
	text-align: center;
}
.submit_btn{
	border: medium none;
	cursor: pointer;
	height: 33px;
	width: 130px;
	margin-top:10px;
	float:left;
}

/* ----------------- */
/* ----------------- */
/* -- GO PAGE CSS -- */
/* ----------------- */
/* ----------------- */
.go_wrapper{
	margin:45px auto 20px auto;
	background:#FFF;
	padding:16px;
	width:1200px;
	border: 1px solid #D5D5D5;
}
.go_wrapper_inner{
	width:1200px;
	background: #EFEFEF;
	border:1px solid #d5d5d5;
}
.frame_container{
	height:753px;
	position:relative;
	width:100%;
}
