/* Content Area Styles */

html, body {
	-webkit-text-size-adjust: 100%;
}
#main {
	min-height: 645px;
}
p#instructions {
	display: block;
	background: #628FBB;
	padding: 20px 30px;
	margin: 0;
	color: #fff;
	font: bold 17px Arial, Helvetica, sans-serif;
	font-size: 17px !important;
	-webkit-text-size-adjust: 100%;
}
p#instructions strong {
	font-style: italic;
	background: #00529B;
}

#slider {
	display: block;
	position: relative;
	width: 920px;
	height: 500px;
}

#slider .screen {
	width: 400px;
	margin: 0;
	padding: 20px 60px 30px 460px;
	height: auto;
	background: transparent;
	z-index: 100;
	display: none;
	position: absolute;
}
#slider .screen.active {
	display: block;
}
.screen h2 {
	font-size: 28px;
}
.screen p.question {
	font-size: 24px;
}
.yes-btn, .yes-btn:hover {
	display: block;
	float: left;
	text-decoration: none;
	width: 102px;
	height: 43px;
	text-indent: -9999px;
	margin: 10px 20px 30px 0px;
	padding: 0;
	background: transparent url(../images/yes-btn.gif) top left no-repeat;	
	clear: both;
	cursor: pointer;
}
.no-btn, .no-btn:hover {
	display: block;
	float: left;
	text-decoration: none;
	width: 100px;
	height: 43px;
	text-indent: -9999px;
	margin: 10px 20px 30px 0px;
	padding: 0;
	background: transparent url(../images/no-btn.gif) top left no-repeat;
	cursor: pointer;	
}
p.abandon {
	clear: both;
	font-size: 22px;
}
.abandon-btn, .abandon-btn:hover {
	display: block;
	clear: both;
	text-decoration: none;
	width: 330px;
	height: 75px;
	text-indent: -9999px;
	margin: 0px 20px 25px 0px;
	padding: 0;
	background: transparent url(../images/help-btn.png) top left no-repeat;
	cursor: pointer;	
}
/* End Content Styles */

/* Pain Meter Styles */
#pain-meter {
	display: block; 
	position: absolute;
	top: 380px; 
	left: 40px;
	width: 400px;
	height: 400px;
	padding: 0;
	margin: 0;
}
#pain-meter h3 {
	font-family: 'Skranji', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #da5005;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
#meter {
	display: block;
	position: relative;
	margin: 15px 0 0 3px;
	padding: 0;
	width: 390px;
	height: 201px;
	background: transparent url(../images/pain-meter.gif) top left no-repeat;
}
#pin {
	display: block;
	position: absolute;
	top: 0px;
	left: 3px;
	width: 390px;
	height: 201px;
	margin: 0;
	padding: 0;
}
#pin-preload, #smiley-preload {
	display: none;
}
#smiley {
	display: block;
	position: absolute;
	top: 255px;
	left: 125px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}


/* End Pain Meter Styles */