hr {
	color: #256392;
}

a {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #256392;
	text-align: center;
	text-decoration: none;
}

/* CSS per il testo di default */
.default {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.alert {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align: center;
}

.bottone {
	margin: 4px 0 6px 0;
	display: block;
	background-color: #ffff99;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	width: 100px;
	height: 24px;
	cursor: hand;
}

#button a
{
	/* extend the sensible area to the maximum with IE5 */
	padding: 10px;
	display: block;
	background-color: #fff;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	text-align: left;
	text-decoration: none;
	color: #000;
}

#button a:hover { background-color: #ffcc66 }

