#forum {
	border: 1px solid #CAD1D9;
	background-color: #8395A7;
	text-align: left;
	margin-bottom: 10px;
}
#forum thead {
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(../images/bg_thead.gif);
	text-align: center;
}
#forum tbody {
	vertical-align: top;
}
#forum td {
	border-bottom: 5px solid #8394B2;
}
#forum h2 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/punta.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 20px;
	text-align: left;
	background-position: left center;
}

.topic1 {
	background-color: #EEF2F7;
	height: 250px;
	background-image: url(../images/bg_info.gif);
	background-repeat: repeat-x;
}
.topic2 {
	background-color: #F5F9FD;
	height: 250px;
	background-image: url(../images/bg_info.gif);
	background-repeat: repeat-x;
}

.utente {
	background-image: url(../images/utente.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	width: 180px;
}
.nome {
	font-weight: bold;
	color: #0066CC;
	padding: 70px 0 15px 0;
} 
.data {
	font-size: 10px;
}

.msg {
	width: 550px;
	font-size: 12px;
	background-image: url(../images/foglio.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 35px 0 0 0;
	margin: 0 10px 10px 10px;
}
.msg p {
	line-height: 1.5em;
	padding: 0 0 16px 0;
}
.msg ol {
	margin: 5px;
}
.msg ul {
	list-style-type: square;
	margin: 5px;
}
.msg li {
	margin: 5px 0 5px 30px;
}
.boxlog {
	background-color: #FFFFFF;
	width: 500px;
	padding: 10px;
	border: 1px dashed #000000;
	min-height: 4em;
	height: auto;
	white-space: nowrap;
	overflow-x: auto;
}
/*\*/
* html div.boxlog {
	height: 4em;
	overflow-x: scroll;
	white-space: nowrap;
}

#paginazione {
	text-align: right;
	margin-bottom: 30px;
}
#paginazione img {
	text-align: right;
	border: 0 solid;
} 


