.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 1%;
}
/* btn1*/
#btn{

}
#btn .btn01 {
	margin:0px auto;
	
}
.stylea{ font-size:13px; font-weight:bold;}
#btn .btn01 a{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#btn .btn01 a.button {
	margin: 5px;
	background: transparent  no-repeat scroll top right;
	color: #000;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 22px;
	padding-right: 11px; /* sliding doors padding */
	text-decoration: none;
}
#btn .btn01 a.button span {
	background: transparent  no-repeat;
	color: #333;
	display: block;
	line-height: 12px;
	padding: 4px 0 6px 11px;
} 
#btn .btn01 a.button:hover {
	background-position: bottom right;
	line-height: 14px;
	color: #F90;
}
#btn .btn01 a.button:hover span {
	background-position: bottom left;
	color: #900;
} 
#btn .btn01 a.button:active {
	background-position: bottom right;
	color: #C00;
	outline: none; /* hide dotted outline in Firefox */
}

#btn .btn01 a.button:active span {
    background-position: bottom left;
    padding: 4px 0 6px 11px; /* push text down 1px */
} 


.btn01 a{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.btn01 a.button {
	margin: 5px;
	background: transparent  no-repeat scroll top right;
	color: #000;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 22px;
	padding-right: 11px; /* sliding doors padding */
	text-decoration: none;
}
.btn01 a.button span {
	background: transparent  no-repeat;
	color: #333;
	display: block;
	line-height: 12px;
	padding: 4px 0 6px 11px;
} 
.btn01 a.button:hover {
	background-position: bottom right;
	line-height: 14px;
	color: #F90;
}
.btn01 a.button:hover span {
	background-position: bottom left;
	color: #900;
} 
.btn01 a.button:active {
	background-position: bottom right;
	color: #C00;
	outline: none; /* hide dotted outline in Firefox */
}

.btn01 a.button:active span {
    background-position: bottom left;
    padding: 4px 0 6px 11px; /* push text down 1px */
} 
