.clear150x25 { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 150px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clear200x25 { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 200px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clear250x25 { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 250px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.button {
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
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 18px; /* push text down 1px */
} 
.clear250x23 {
	overflow: hidden;
	width: 250px;
	height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
}
.clear125x25 {
	overflow: hidden;
	width: 125px;
	height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.clear125x40 {
	overflow: hidden;
	width: 125px;
	height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.clear100x50 {
	overflow: hidden;
	width: 100px;
	height: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.clear150x32 {
	overflow: hidden;
	width: 150px;
	height: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clear200x32 {
	overflow: hidden;
	width: 200px;
	height: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clear64x25 {
	width: 64px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	list-style-type: none;
}

