/*
Stile		>	BOTTONI W3C - tratti dall'esempio di Marek Prokop
*/


.w3cbutton4 {
	margin: 1em 5em;
	width: 9em;
	font: bold 1em helvetica,arial,sans-serif;
}

.w3cbutton4 a {
	text-decoration:none;
	margin: 2px 0px 4px 0px;
	display: block;
	width: 100%;
	clear:both;
}

.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
	text-decoration:none;
	background-color: #fc6;
	color: #000;
}

.w3cbutton4 a:link,
.w3cbutton4 a:visited {
	text-decoration:none;
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
}

.w3cbutton4 a:hover {
	text-decoration:none;
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
}

.w3cbutton4 span.w3c {
	text-decoration:none;
	padding: 0 0.4em;
	background-color: #fff;
	color: #0c479d;
}

SPAN.spec { text-decoration:none; }



