/* CSS Document */
#book {
	width:760px;
	height:514px;
	margin:auto;
	padding:0px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;

}

#page-left {
	float:left;
	width:300px;
	height:490px;
	margin:20px 10px 10px 40px;
}
#lingua {text-align:right; font-size:12px;  font-weight:bold; }
#footer {
	width:760px;
}

#page-right {
	float:right;
	width:300px;
	height:480px;
	margin:30px 50px 10px 0px;
	overflow:hidden;
}

form div {
	text-align:left;
	clear:both;
	height:30px;

} 
.risposta { 
	text-align:justify;
	margin-bottom:10px;
	filter:alpha(opacity=80);
	-opacity:.80;
	-moz-opacity:.80;
	color:#000000;

}
.risposte {
	height:380px; 
	overflow:hidden;
}
input {
float:right;
width:170px;
}
textarea {
width:280px; height:100px; background-repeat:no-repeat; background-position:4px 4px; padding-left:20px;
}