.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	clear: both;
}

#inside a.button, #inside a.button:link, #inside a.button:hover, #inside a.button:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.button {
    background: transparent url('../images/buttons/button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    height: 27px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
	overflow: hidden;
}

a.button span {
    background: transparent url('../images/buttons/button_span.gif') no-repeat;
    display: block;
	float: left;
    line-height: 27px;
	height: 27px;
    padding: 0px 3px 0px 10px;
	cursor: pointer;
}
