* {
	font-family: Verdana, Arial;
	color: #c0c0c0;
}
body {
	background: #000000;
}

input, textarea {
	color: #000000;
}

a {
	color: #efefef;
	font-weight: 900;
}

a img {
	border: 0;
}

#mainContent {
	width: 800px;
}

#tableArticoli {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#tableArticoli td {
	width: 33%;
	background: #404040;
	color: #ffffff;
	font-size: 10px;
	vertical-align: top;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#tableArticoli td.mouseover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor: pointer;
}
#tableArticoli td a {
	text-decoration: none;
	color: #ffffff;
}

#tableArticoli td h2 {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

table.tabellaForm th {
	text-align: right;
}