<!-- TVBS T/F  (Accident) -->

html {
}

body {
	background-color: #FFF;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
}



/* ------------------------------------------------------------- wrapper */

#TF-wrapper {
	background-color: #FFF;
	width: 800px;
	margin: 20px auto 0;
	text-align: left;
}




/* ----------------------------------------------------------------- questions */

#questions {
	margin: 0 auto;
	width: 800px;
	/*border: 1px solid #07B;*/
}


#questions ul {}
#questions ul li {float: left; list-style: none; position: relative; top: 0 left: 0;}
#questions ul li a {text-indent: -50999px; outline: none;}
#questions ul li a.true {position: absolute; left: 230px; top: 210px; background:url(images/btn_true.png); width: 157px; height: 78px;}
#questions ul li a.false {position:absolute; right: 230px; top: 210px; background:url(images/btn_false.png); width: 157px; height: 78px;}
#questions ul li a.next {position: absolute; right: 320px; bottom: 100px; background:url(images/btn_next.png); width: 157px; height: 78px;}
#questions ul li a.retry {position: absolute; right: 320px; top: 210px; background:url(images/btn_retry.png); width: 157px; height: 78px;}
#questions ul li a.replay {position: absolute; right: 320px; bottom: 14px; background:url(images/btn_replay.png); width: 157px; height: 78px;}


/* ----------------------------------------------------------------- basic classes */

.hide {
	display: none;
}
	
.show {
	display: block;
}
	
.left {
	float: left;
}

.right {
	float: right;
}

