body{
	background-color:#E5E5E5;
	font-family:Helvetica, Arial, sans-serif;
}
#container{
	width:596px;
	height:460px;
}
/* ******************************
Welcome Page
****************************** */
#welcome #container{background: #fff url(../images/index_bg.png) no-repeat bottom;}
#welcome h1{
	position:absolute;
	display:block;
	width:385px;
	height:114px;
	overflow:hidden;
	background: #fff url(../images/customerCareChallenge.png) no-repeat top left;
	text-indent:-9999px;
	left:36px;
	top:71px;
}
a.start{
	position:absolute;
	display:block;
	width:172px;
	height:52px;
	overflow:hidden;
	background: #fff url(../images/start.png) no-repeat top left;
	text-indent:-9999px;
	left:392px;
	top:219px;
}
#welcomeText{
	position:absolute;
	width:316px;
	height:156px;
	top:229px;
	left:36px;
}
#welcomeText p{
	color:#004990;
	font-size:1em;
}
/* ******************************
Question Pages
****************************** */
#questions #container{background: #fff url(../images/questions_bg.png) no-repeat bottom;}
#questions p, label{font-size:0.825em; color:#6D6F71; font-family:Arial, Helvetica, sans-serif;}
.next{
	position:absolute;
	display:block;
	background:#fff url(../images/next.png) no-repeat bottom;
	width:147px;
	height:47px;
	top:364px;
	left:360px;
	text-indent:-9999px;
	border:none;
}
h2{
	color:#6CADDF;
	font-size:2em;
	position:absolute;
	left:30px;
	top:31px;
}
#dvQuestion1, #dvQuestion2, #dvQuestion3,
#dvFeedback1, #dvFeedback2, #dvFeedback3
{
	width:520px;
	position:absolute;
	left:53px;
	top:31px;
}
#dvQuestion1 p, #dvQuestion2 p, #dvQuestion3 p,
#dvFeedback1 p, #dvFeedback2 p, #dvFeedback3 p
{margin:5px 0px 20px 30px;}
label{
	display:block;
	width:448px;
	padding:0px 0px 0px 30px;
	padding-left: expression('9px');
}
.clear{clear:both;}
input{float:left; clear:both;}
#feedback{
	position:absolute;
	top:78px;
	left:30px;
	width:536px;
}
#feedback h3{
	font-size:1em;
	color:#6D6F71;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0px 5px 0px;
}
#feedback p{margin-bottom:10px;}
.applyNow{
	display:block;
	width:247px;
	height:47px;
	overflow:hidden;
	background:#fff url(../images/applyNow.png) no-repeat bottom;
	text-indent:-9999px;
	position:absolute;
	left:324px;
	top:397px;
}
.tryAgain{
	display:block;
	width:221px;
	height:47px;
	overflow:hidden;
	background:#fff url(../images/tryAgain.png) no-repeat bottom;
	text-indent:-9999px;
	position:absolute;
	left:23px;
	top:397px;
}
h4{
	color:#6CADDF;
	font-size:2em;
	margin-left:28px;
}
#vsQuestions li
{
	text-align:right;
	/*padding:10px 0px 0px 0px;*/
	position:absolute;
	top:411px;
	left:210px;
}
