div.clear {  /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 26px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/GreyButtonR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	margin-right: 2px;
}
div{
   /*float:left;*/
}
a.button span {
	display: block;
	line-height: 18px;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(images/GreyButtonL.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 15px;
}

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: 5px 0 3px 18px; *//* push text down 1px */
}

a.button:hover span {
	background-image: url(images/RedButtonL.jpg);
	background-repeat: no-repeat;
}
a.button:hover {
	background-image: url(images/RedButtonR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div.bigblackbutton {
	background-image: url(images/BigButtonBlack.gif);
	background-repeat: no-repeat;
	width: 233px;
	height: 93px;
	text-align: center;
	/*display: table-cell;*/
   /*vertical-align: middle;*/
   font-family: arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 30px;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: black;
	padding-top: 10px;
}
div.bigblackbutton:hover {
   color: white;
}
a:hover div {
   color: white;
   cursor: pointer;
}

div.bigwhitebutton {
	background-image:url(images/BigButtonWhite.gif);
	background-repeat: no-repeat;
	width: 246px;
	height: 109px;
	text-align: center;
	/*display: table-cell;*/
   /*vertical-align: middle;*/
   font-family: arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 30px;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: black;
	padding-top: 9px;
}
div.bigwhitebutton:hover {
   color: white;
}

