/* CSS Document */


.w3cbutton {
	margin:0 0 0 10px;
	width:10em;
	font-size:10px;
	font-weight:bold;
	float:right;
	line-height:normal;
	background:#d2d2d2;
	position: absolute;
	left: 11px;
	bottom: 10px;






}

.w3cbutton a {
display:block;
width:100%;
padding:.1em 0;
color:#333;
border-top:1px solid #ccc;
border-right:1px solid #555;
border-bottom:1px solid #555;
border-left:1px solid #ccc;
}

.w3cbutton a:link, .w3cbutton a:visited, .w3cbutton a:hover {
text-decoration:none;
color:#333;
}

.w3cbutton a:hover {
border-top:1px solid #555;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left:1px solid #555;
}

.w3cbutton span.w3c {
background-color:#fff;
color:#2c49a9;
padding:.1em .4em;
}

.w3cbutton span.spec { 
padding:0 0 0 .4em;
}
