@charset "utf-8";
/* CSS Document */

body {
	margin:0;
}

#total_contenitor {
	width:900px;
	height:700px;
	margin:0 auto;
	background:url(../img/background.jpg) no-repeat;
}

#sito_ufficiale {
	float:right;
	margin:13px 32px 0 0;
}
#sito_ufficiale img {
	border:none;
}

#cartel {
	float:right;
	background:url(../img/quiz_cartel.gif) no-repeat;
	margin:27px 22px 0 0;
	width:405px;
	height:526px;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0px;
}

#iua {
	float:left;
	margin-top:363px;
	cursor:pointer;
}

#iua_end {
	float:left;
	margin-top:270px;
	cursor:pointer;
}
#iua_end  img{
	border:none;
}

#quiz_contenitor {
	font-family:"Times New Roman", Times, serif;
	line-height:1em;
	font-size:12px;
	float:left;
	margin-top:130px;
	margin-left:13px;
	width:330px;
}

#quiz_contenitor span {
	color:#c32628;
	font-weight:bold;
	display:block;
	height:60px;
	text-align:justify;
}

#quiz_contenitor b {
	font-size:20px;
}
.answer {
	width:40px;
	height:50px;
	float:left;
	cursor:pointer;
}

#a {
	background:url(../img/a.gif) no-repeat;
}
#b {
	background:url(../img/b.gif) no-repeat;
}
#c {
	background:url(../img/c.gif) no-repeat;
}
#d {
	background:url(../img/d.gif) no-repeat;
}

.answer_text {
	float:left;
	width:285px;
	margin-left:5px;
	margin-top:5px;
	text-align:justify;
	color:#999;
}

.answer_sep {
	clear:both;
	height:9px;
	overflow:hidden;
	font-size:0px;
}

#invia {
	text-align:center;
	margin-top:25px;
}
#invia img {
	cursor:pointer;
}
#step { display:none; }

#oldanswers { display:none; }

#panel_invita {
	width:158px;
	float:right;
	padding-right:150px;
	margin-top:-210px;
	display:none;
}

#panel_invita_bg {
	background:url(../img/invia_2.gif) repeat-y;
	text-align:center;
}

#x {
	float:right;
	padding-right:17px;
	cursor:pointer;
	margin-bottom:4px;
}

#facebook {
	float:left;
	width:80px;
	height:34px;
	margin-top:23px;
	margin-left:4px;
	border:none;
}

#facebookpage {
	position:absolute;margin-top:-50px; left:50%; margin-left:278px;
	border:none;
}

#panel_invita input {
	font-size:10px;
}

#imagecache {
	height:0px;
	overflow:hidden;
}