body,
html{
	padding:0;margin:0;
	font-family:"Helvetica", arial;
	background-color:#f9f9f9;
}
html{
	border-left:5px solid #464744;
	border-right:5px solid #464744;
}
p{
	color:#222;
	line-height:18px;
	font-size:14px;
	padding:0;
	margin:0;
}
h4{
	padding:0;
	margin:0;
}
p .header{
	color:#666;
	font-weight:bold;
}
#header{
	background:#397294;
	background-image: -moz-linear-gradient(top, 
							#3c799e, 
							#31607b);
	background-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0, 	#3c799e),
			color-stop(1, 	#31607b));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c799e', EndColorStr='#31607b')";
	color:white;
	text-shadow:0 1px 0 	#223d52;
	padding:10px;
	position:relative;
	border-left:5px solid 	#275978;
	border-right:5px solid 	#275978;
	margin-left:-5px;
	margin-right:-5px;
	text-align:center;
	font-weight:bold;
	z-index:5;
}
.header-left-aligned{
	text-align:left !important;
}
#header h2{
	font-size:18px;
	display:inline;
	margin-right:50px;
}
#header .header-details{
	position:absolute;
	right:10px;
	color:#8fc7e9;
	text-shadow:0 1px 0 #223d52;
	font-weight:normal;
	top:12px;
}
#bar{
	height:5px;
	background-image:url(header_bgd_1.1_2x.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 -5px;
	-webkit-background-size: 320px 84px;
	position:relative;
	z-index:5;
}
#content{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.clear{clear:both;}

.header-image img{
	width:100%;
	max-width:600px;
}


/* Button
-----------------------------------------------------------------------------------------------------------*/

.button{
	display:block;
	line-height:50px;
	height:50px;
	text-align:center;
	color:#666;
	text-shadow:0 0px 0 white;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	z-index:9999;
	background-color:#f3f5f6;
	border:1px solid #b7b7b7;
	margin:10px;
	-webkit-border-radius:10px;	
}

.button:active, .button:hover{
	background-color:#40647a;
	border-color:#27495e;
	color:white;
}
.button-with-disclosure{
	text-align:left;
	padding:10px;
	height:auto;
	line-height:25px;
	position:relative;
}
.disclosure-icon{
	position:absolute;
	display:block;
	width:10px;
	height:15px;
	right:10px;
	top:50%;
	margin-top:-7px;
	background:transparent url(table_row_arrow.png) left no-repeat;
	-webkit-background-size:10px 15px;
}
.submit-form{
	padding-bottom:1px;
}

/* Question
-----------------------------------------------------------------------------------------------------------*/

.question{
	position:relative;
	border-bottom:1px solid #ccc;
}
.question label{
	font-size:12px;
	color:#999;
	margin:0 0 10px 0;
	display:block;
	font-weight:normal;
}
.question-number{
	display:inline-block;
	padding:1px 6px;
	background-color:#4EADE7;
	font-size:16px;
	font-weight:bold;
	color:white;
	position:absolute;
	top:10px;
	left:10px;
}
.question-text{
	margin-left:25px;
	padding:12px 15px;
	text-shadow:0 1px 0 white;
	font-weight:bold;
}
.question-answer{
	padding:0 15px 15px 15px;
}
.question-answer textarea{
	width:100%;
	min-height:100px;
	font-size: 14px;
	padding:2px;
}

.question-answer .answer-multi{
	padding:10px;
	background-color:white;
	border:1px solid #ccc;
	background:white url(checkmark_unselected.png) 5px no-repeat;
	-webkit-background-size:25px 25px;
	padding-left:35px;
}
.question-answer .answer-multi:nth-child(1){
	border-bottom:0;
	-webkit-border-radius:10px 10px 0 0;
}
.question-answer .answer-multi:last-child{
	border-top:none;
	-webkit-border-radius:0 0 10px 10px;
}

.question-answer .multi-selected,
.answer-range .range-segment-selected{
	background-color:#666 !important;
	color:white !important;
	border-color:#333 !important;
	text-shadow:0 -1px 0 #333;
}
.question-answer .multi-selected{
	background:#666 url(checkmark_selected.png) 5px no-repeat;
}
.question-answer input[type="checkbox"],
.question-answer input[type="radio"]{
	display:none;
}

.answer-range{
}
.answer-range .range-segment{
	display:inline-block;
	padding:8px;
	background-color:white;
	border:1px solid #ccc;
	border-left:none;
	margin:0;
}
.answer-range .range-segment:last-child{
	-webkit-border-radius:0 10px 10px 0;
}
.answer-range .range-segment:first-child{
	-webkit-border-radius:10px 0 0 10px;
	border-left:1px solid #ccc;
}
.answer-range .range-segment input{
	display:none;
}
/* Description
-----------------------------------------------------------------------------------------------------------*/
.ui-description p{
	padding:10px;
}
.ui-description a{
	color:#666;
}
.ui-description{
	background:				white;
	background-image: -moz-linear-gradient(top, 
							#f9f9f9, 
							#ffffff);
	background-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0, 	#f9f9f9),
			color-stop(1, 	#ffffff));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee')";
	border-bottom:1px solid #ddd;
}

/* Loading Popup
-----------------------------------------------------------------------------------------------------------*/
.loading{
	position:absolute;
	z-index:999;
	width:200px;
	background-color:#222;
	color:white;
	left:50%;
	margin-left:-100px;
}


/* iScroll
-----------------------------------------------------------------------------------------------------------*/

.iScrollPullDown{
	padding:10px;
	color:#ccc;
	text-align:center;
}

#wrapper{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:45px;
	bottom:0;
	left:5px;
	right:5px;
	overflow:hidden;
	z-index:1;
}