.piccolo {
width:315px;
float:right;
margin-bottom:15px;
}
	.piccolo .titolo {
		border-bottom-style:solid;
		border-bottom-width:8px;
		font-family: "Candara",Arial,Verdana,sans-serif;
		font-size:18px;
		margin:12px 0px;
		height:22px;
		line-height:22px;
		text-transform:uppercase;
	}
	.piccolo .box {
		border-width:5px;
		border-style:solid;
		color:#000000;
		font-size:12px;
		font-weight:bold;
		padding:0px 10px;
	}
		.piccolo .box .utente {
			height:52px;
			margin:8px 0px;
		}
			.piccolo .box .utente .immagine {
				float:left;
				width:64px;
				height:52px;
				margin-right:10px;
			}
				.piccolo .box .utente .immagine img {
					border:2px solid; border-bottom-width:10px;
				}
			.piccolo .box .utente .userinfo {
				float:left;
				width:211px;
				height:52px;
			}
			.piccolo .box .utente #username {
				text-transform:uppercase;
				font-weight:bold;
				margin-bottom:7px;
				height:15px;
				line-height:15px;
			}
				.piccolo .box .utente #username #online {
					float:right;
					width:20px;
					height:15px;
					overflow:hidden;
				}
					.piccolo .box .utente #username .online {
						background:url(/images/online.gif) no-repeat;
					}
					.piccolo .box .utente #username .offline {
						background:url(/images/offline.gif) no-repeat;
					}
				.piccolo .box .utente .userinfo .uomo {
					float:left;
					width:191px;
					overflow:hidden;
				}
				.piccolo .box .utente .userinfo .uomo a { color:#3C52B8; }
				.piccolo .box .utente .userinfo .donna {
					float:left;
					width:191px;
					overflow:hidden;
				}
				.piccolo .box .utente .userinfo .donna a { color:#FF0FFF; }
				
.ultimo .box { border-color:#FFC1FF; }
.ultimo .titolo { border-bottom-color:#FF0FFF; color:#FF0FFF; }

.votati .box { border-color:#E5CED7; }
.votati .titolo { border-bottom-color:#B34DB3; color:#B34DB3; }
