@charset "UTF-8";
/* CSS Document */
/*------------------------
SITE
------------------------*/
#quizz *
{
	margin : 0;
	padding : 0;
}

#quizz
{
	margin:0;
	padding:40px;
	position:relative;
	width:630px;
	background:#ffec01 url(../pix/bg_header.jpg) left top no-repeat;
	clear:both;
	overflow:hidden;
	color:#000;
}
#quizz a{
	color:#000;
}
#quizz a:hover{
	color:#fff;
	text-decoration:underline;
}
#quizz h1{
	clear:both;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-shadow:none;
	letter-spacing: -1px;
	margin-bottom:20px;
}
#quizz h2{
	clear:both;
	font-size:18px;
	font-weight:normal;
	color:#000;
	text-shadow:none;
	letter-spacing: 0px;
	margin-bottom:5px;
}
#quizz p{
	clear:both;
	margin:0 0 10px 0;
}
#quizz img{
	border:none;
}
#quizz ul{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
#quizz li{
	padding:0px 10px 10px 0px;
	list-style:none;
	float:left;
}
#quizz input,textarea {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #CCCCCC;
}
#quizz input[type=checkbox], input[type=radio] {
	border: none;
}
#quizz td{
	padding-right:10px;
	padding-bottom:10px;
	white-space:nowrap;
}
/*------------------------
CONTENT
------------------------*/
#quizzHeader
{
	clear:both;
	overflow:hidden;
	height:660px;
}
#quizzContent
{
	clear:both;
	overflow:hidden;
}
#quizzBottom
{
	text-align:right;
	clear:both;
	overflow:hidden;
}
.quizzContentRight
{
	float:right;
	width:350px;
	overflow:hidden;
}
.quizzContentLeft
{
	float:left;
	width:270px;
	overflow:hidden;
}
