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

a.quickbutton {
    background: transparent url('/skins/images/button-end.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: center;
    font: normal 13px arial, sans-serif;
    /* letter-spacing: -0.02em; */
    margin: 0;
    padding-right: 12px;
    text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}

a.quickbutton span {
    background: transparent url('/skins/images/button.gif') no-repeat;
    display: block;
    text-align: center;
    line-height: 14px;
    padding: 5px 0 5px 12px;
	overflow: hidden;
} 

a.quickbutton:hover {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.quickbutton:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
} 

.quickbuttonslot {
	margin:0 0 5px 0 !important; padding:0px !important; overflow:hidden; height:24px;
}

.quickbuttonslottop {
	margin:3px 0 5px 0 !important; padding:0px !important; overflow:hidden; height:24px;
}

.leftColSmall {
	background: transparent url("/images/hownotbook/blank85.png") repeat 0 0;
	border:#444444 1px solid; 
	margin:0px 0px 5px 0px; padding:5px;
}
