html, body, p, ul, ol, label
	{
	color: #6f757a;
	}

#tone_test, #self_assess
	{
	display: block;
	width: 350px;
	height: 130px;
	float: left;
	border: none;
	}

#tone_test
	{
	background: url(../test/images/tone_test.gif) no-repeat top left;
	}
	
#self_assess
	{
	background: url(../test/images/self_assess.gif) no-repeat top left;
	}
	
	
#content
	{
	position: relative;
	}
	
	
#test_wrapper h3
	{
	margin: 0 0 20px 0;
	color: #2787C8;
	}
	
#tests
	{
	margin: 0;
	padding: 0;
	}
	
#content #citation
	{
	color: #959595; 
	line-height: 11px; 
	font-style: italic;
	font-size: 10px;
	position: absolute; 
	bottom: 10px; 
	right: -50px; 
	width: 450px;
	}

	
/* ***************** */
/*      BUTTON       */
/* ***************** */

a.button:link, a.button:visited
	{
	display: block;
	position: absolute;
	bottom: 15px;
	right: -20px;
	width: 111px;
	height: 38px;
	outline: none;
	}


a.button:visited, a.button:active, a.continue:hover, a.continue:active, a.back:hover, a.back:active
	{
	border: none;
	background: url(../test/images/button_continue.gif) no-repeat top left;
	}

a.continue:link, a.continue:visited
	{
	background: url(../test/images/button_continue.gif) no-repeat top left;
	}
	
a.back:link, a.back:visited
	{
	left: 15px;
	background: url(../test/images/button_back.gif) no-repeat top left;
	}





a.test_button_continue:link, a.test_button_continue:visited
	{
	right: 54px;
	}
	
	
a.test_button_back:link, a.test_button_back:visited
	{
	left: 70px;
	}
	
		
a.push_up:link, a.push_up:visited
	{
	bottom: 180px;
	}
	
	
	
	
/*********************/
/*    test_wrapper   */
/*********************/

#test_wrapper
	{
	height: 474px;
	}

#test_wrapper.inset
	{
	height: 280px;
	width: 600px;
	margin-left: 70px;
	margin-top: 20px;
	}

#test_wrapper ol, #test_wrapper ul
	{
	display: block;
	width: 300px;
	padding: 0 0 0 25px;
	}

#test_wrapper p
	{
	width: auto;
	padding-right: 250px;
	margin: 0 0 15px 0;
	line-height: 19px;
	padding-left: 0;
	}

#test_wrapper ol
	{
	list-style: lower-alpha;
	margin: 0 0 0 20px;
	}

#test_wrapper ol li
	{
	padding: 0 0 20px 0
	}


#flash
	{
	position: absolute;
	top: 0px;
	right: 31px;
	width: 300px;
	height: 250px;
	}
	
#flash_calibrate
	{
	position: absolute;
	top: 20px;
	left: 70px;
	width: 600px;
	height: 300px;
	}
	
	
	
	
	
	
	
	
#progress
	{
	list-style: none;
	margin: -10px 0 0 -30px;
	padding: 0;
	}
	
#progress li
	{
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#active
	{
	color: #2ea443;
	}







/* ***************** */
/*  SELF TEST RESULT */
/* ***************** */

th
	{
	font-weight: bold;
	}

td, th
	{
	padding: 7px 0 20px 0;
	border-bottom: solid 1px #fff;
	}

.self_test_result
	{
	padding: 10px 50px 0 50px;
	clear: both;
	line-height: 24px;
	}

.first_result
	{

	}

.results_label
	{
	display: block;
	float: left;
	width: 170px;
	height: 40px;
	font-weight: bold;
	}

.next_action
	{
	height: 60px;
	}

.question
	{
	font-weight: normal;
	}

.radio
	{
	width: 90px;
	text-align: center;
	}





/* ***************** */
/*        FORM       */
/* ***************** */


#form
	{
	margin: 0 0 0 38px;
	}


#form label
	{
	margin: 0 0 0 3px;
	}







/*********************/
/*     FONT-SIZES    */
/*********************/

#test_wrapper ol, #test_wrapper p, #form
	{
	font-size: 14px;
	}

#test_wrapper h3, #questions h3
	{
	font-size: 20px;
	}

#progress h3
	{
	font-size: 16px;
	}

#progress
	{
	font-size: 14px;
	}

table
	{
	font-size: 13px;
	}