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

a.button {
    background: transparent url('/accents/images/buttons/button_a.gif') no-repeat scroll top right;
    color: #003f5f;
    display: block;
    float: left;
    font: normal 13px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/accents/images/buttons/button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
    background-position: bottom right;
    color: #003f5f;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
}

/* Inputs */

input.sexy_input {
	background: url('/accents/images/buttons/sexy_input.gif') no-repeat;
	border: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	width: 38px;
}
