/*******************************************/
/* IMPOSTAZIONI GENERALI DI OGNI PAGINA    */
/*******************************************/
body{
	font-family: "Trebuchet MS", Tahoma, Arial;
	color:#333333;
	font-size: 70%;
	margin:0px auto;
	text-align:center;
	padding: 0px;
}

.titolo_sondaggio {
	font-weight:bold;
	border-bottom:2px dotted #D0B7C1;
	padding:3px 0px 3px 0px;
}

form {
	margin:0px;
}

.pulsante_unghia {
	background:transparent url("images/icone/unghia_news.gif") no-repeat right;
	text-align:right;
}

.pulsante_unghia a:link, .pulsante_unghia a:visited {
	margin-right:20px;
	color:#90375D;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
}

.pulsante_unghia a:hover {
	text-decoration:underline;
}


.pulsante_gen {
	text-align:right;
	margin:2px 20px 0px 0px;
}

.pulsante_gen a:link, .pulsante_gen a:visited {
	color:#90375D;
	text-decoration:none;
	font-size:110%;
}


.C {
	background:transparent url("images/icone/c_bacheca.gif") no-repeat right;
	color:#90375D;
	font-weight:bold;
	font-size:110%;
}

.O {
	background:transparent url("images/icone/o_bacheca.gif") no-repeat right;
	color:#0B1CC1;
	font-weight:bold;
	font-size:110%;
}

.a_destra {
	margin-bottom:4px;
	vertical-align:bottom;
	text-align:right;
}

.a_destra a:link, .a_destra a:visited {
	color:#903C6B;
	text-decoration:underline;
}