/*- GREEN #a0e895*/
/*- YELLOW #fdff91 */

body{
	font-family:sans-serif;
}

.head{
	position:absolute;
	top:0px;
	left:0px;

}
.nav{
	position:absolute;
	top:60px;
	left:90px;
	padding:10px 5px 10px 5px;
	width:110px;
}
.nav a{
	display:block;
	height:50px;
	width:100px;
	overflow:hidden;
	margin:0px 2px 0px 0px;
	color:#000;
	text-decoration:none;
	padding:10px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	background-image:url('../i/navBack.gif');
	background-repeat:no-repeat;
}
.login{
	position:absolute;
	top:20px;
	left:100px;
	height:30px;
}

.container{
	position:relative;
	height:100%;
	width:350px;
	margin:0px 0px 0px 250px;
	padding:100px 10px 20px 10px;
}
.container2{
	position:absolute;
	left:620px;
	top:0px;
	width:250px;
	padding:150px 10px 20px 10px;
	background-color:#fdff91;
}
p{
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.continer{
	position:absolute;
	top:120px;
	left:250px;
}
.stage{
	position:absolute;
	top:0px;
	left:300px;
	padding:120px 20px 10px 10px;
	height:100%;
}
.question{
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	padding:0px 30px 0px 20px;
	margin:0px 0px 15px 0px;
	text-align:center;
}

.question p{
	font-size:16px;
	font-weight:normal;
	display:block;
	margin:0px 0px 0px 0px;
}

.question .choices{
	position:relative;
	display:block;
	height:50px;
}
.choices a{
	position:absolute;
	top:0px;
	left:20px;
	display:block;
	text-align:center;
	width:50px;
	height:50px;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	background-image:url("../i/choiceBox.gif");
	background-repeat:no-repeat;
}
.choices a:hover{
	text-decoration:underline;
	background-image:url("../i/choiceBoxSelected.gif");
	background-repeat:no-repeat;
}
.answers{
	position:relative;
	height:120px;
	background-image:url("../i/tile.gif");
}
#selected{
	background-color:#fdff91;
}
.answer{
	position:absolute;
	top:20px;
	left:0px;
	width:100px;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:5px 5px 5px 5px;
}
.answer .name{
	display:block;
}
.answer .ans{
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}

/*-----POINT OBJ-------*/
.pointObj{
	position:absolute;
	top:0px;
	left:0px;
	padding:50px 0px 0px 0px;
	border-left:#a0e895 15px solid;
}
.pointObj .pointNum{
	width:100px;
	text-align:right;
	font-size:30px;
	color:#a0e895;
	font-weight:bold;
	padding:0px 10px 0px 0px;	
}
.pointObj .bottom{
	width:100px;
	text-align:right;
	background-color:#a0e895;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:0px 10px 0px 0px;
}

/*----drop Down-----*/
.dropDown{
	width:250px;
	height:400px;
	position:absolute;
	top:0px;
	left:50px;
	padding:200px 10px 5px 10px;
	background-image:url("../i/dropDownBack.gif");
	background-repeat:no-repeat;	
}
.dropDown .title{
	position:absolute;
	top:160px;
	left:70px;
	font-size:40px;
	color:#FFF;
	font-weight:bold;	
}
.dropDown .line{
	position:absolute;
	top:250px;
	left:10px;
	color:#333;
	
}