div.instructionbox {
	border: 1px solid #e5d0e5;
	background-color: #fff;
	width: 536px;
	height: 137px;	
	float: right;
	position: relative;
	text-align: left;
	padding: 3px 10px 10px 10px;
}
.datingbox {
	background-image: url(../images/dating/background_dating.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

img.quizchair {
	position: absolute;	
	top: -8px;
	right: -4px;
}
.instructionbox ul {
	list-style-type: none;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}
.instructionbox ul li {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
.instructionbox ul li span {
	color: #993399;
	font-size: 19px;
	font-weight: bold;
}

div#quiz_container {
	background-image: url(../images/quizes/background_quiz.jpg);
	background-repeat: no-repeat;
	width: 670px;
	height: 600px;
	margin-top: 7px;
	position: relative;
}
img#quizlogo {
	position: absolute;
	top: 22px;
	left: 25px;
}
div.quizinstructionbox_container {
	border: 1px solid #ffffff;
	background-color: #63215b;
	width: 551px;
	height: 46px;
	position: relative;
	top: 103px;
	padding: 6px;
}
div.quizinstructionbox {
	border: 1px solid #b190ad;
	background-color: #fff;
	height: 34px;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	padding-top: 10px;
}
div#quizbutton_container {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 650px;
}
div.quizbutton_option {
	float: left;
	margin: 0px 0px 0px 32px;	
}
div.quizbutton_option a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
div.quizbutton_option a:hover {
	color: #2b9455;
}
div#quizmaster_container {
	background-image: url('../images/quizes/quiz_master.gif');
	background-repeat: no-repeat;
	width: 580px;
	height: 243px;
	position: absolute;
	top: 340px;
	left: 65px;	
}
div#quizmasteroption_container
{
	position: absolute;
	height: 146px;
	width: 119px;
	top: 30px;
	left: 264px;
	vertical-align: middle;	
}

div#quiztitle_container {
	position: absolute;
	top: 50px;
	right: 0px;	
	width: 160px;
	text-align: left;
}
div#quiztitle_container H1 {
	color: #fff;
	font-size: 26px;
}
img#quizselection {
	
}
table#leaderboard_table {
	width: 280px;
	background-color: #fff;
}
table#leaderboard_table th {
	background-color: #993399;
	color: #fff;
	padding: 6px;
}
table#leaderboard_table td {
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	font-size: 14px;
	background-color: #f4f4f4;
}
table#leaderboard_table .border {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
div#leaderboard_button {
	margin: 4px 5px 0px 0px;
}

/*
 * ====== GAMES ==========
 * 
 */
img.gamespad {
	position: absolute;	
	top: 15px;
	right: 5px;
}
div.gameoption_container {
	width: 190px;
	float: left;
	margin: 5px 13px 30px 13px;
}
img.gameoption {
	border: 1px solid #8b898a;
	margin-top: 4px;
}
/*
 * ====== LEADERBOARD ==========
 * 
 */
table#totalleaderboard {
	background-color: #fff;
	width: 100%;	
}
table#totalleaderboard th {
	background-color: #993399;
	color: #fff;
	padding: 6px;
	font-size: 14px;
}
table#totalleaderboard td {
	padding: 6px;
	font-size: 13px;
	font-weight: bold;
}
table#totalleaderboard td.topten {
	color: #993399;
}
table#totalleaderboard .score {
	text-align: right;
}
table#totalleaderboard td.position {
	text-align: center;	
}
table#totalleaderboard td.topteninfo {
	color: #353535;
}
table#totalleaderboard tr.greyrow {
	background-color: #efefef;
}
