.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

p.buttonFlap {
	text-align: center;
	white-space: nowrap;
	padding: 0;
}

button.regButton, button.regButton a {
    width: auto;
    overflow: visible;
    padding: 3px 9px 2px 6px; /* IE6 */
	font-size: 150%;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

button.searchButton, button.searchButton a {
    width: auto;
    overflow: visible;
    padding: 5px 9px 4px 9px; /* IE6 */
	font-size: 130%;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

a.button {
	background: transparent url('/images/elements/bg_button_a_aquaGreyBlue.gif') no-repeat scroll top right;
	color: #444;
	float: left;
	font: normal 16px arial, sans-serif;
	height: 34px;
	margin-right: 6px;
	padding-right: 30px; /* sliding doors padding */
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	position: aboslute;
}

a.button span {
	background: transparent url('/images/elements/bg_button_span_aquaGreyBlue.gif') no-repeat;
    display: block;
    line-height: 24px;
    padding: 5px 0 5px 12px;
	white-space: nowrap;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

a.button:hover {
    background-position: center right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: center left;
}

.actionTierReg a.button:link, .actionTierReg a.button:active, .actionTierReg a.button:visited, .actionTierReg a.button:hover {
	color: #000;
}