table.big_red_button{
	background:url("./images/buttons/big_red_bg.gif") no-repeat right;
	height:38px;
}
table.big_red_button td input{
	background:transparent;
	border:0;
}
table.big_red_button td{
	background:url("./images/buttons/big_red_left.gif") no-repeat left;
}


table.big_grey_button{
	background:url("./images/buttons/big_grey_bg.gif") no-repeat right;
	height:38px;
}
table.big_grey_button td input{
	background:transparent;
	border:0;
}
table.big_grey_button td{
	background:url("./images/buttons/big_grey_left.gif") no-repeat left;
}

div.big_sbutton input {
	height:35px;
	border:0;	
	padding-bottom:4px;//padding-bottom:2px;
	background-color:transparent;
	display:block;
	cursor:pointer;//hand;
	width:100%;
	font:bold 11px Tahoma;
	color:#FFF6C8;
}

table.med_red_button td, table.med_grey_button td {
	padding-left:35px;
	padding-right:35px;
}

table.med_red_button{
	background:url("./images/buttons/med_red_bg.gif") no-repeat right;
	height:35px;
}
table.med_red_button td input{
	background:transparent;
	border:0;
}
table.med_red_button td{
	background:url("./images/buttons/med_red_left.gif") no-repeat left;
}

div.m_red {
	background:url("./images/buttons/med_red_bg.gif") no-repeat right;
}
div.m_red input {
	background:url("./images/buttons/med_red_left.gif") no-repeat left;
}

table.med_gray_button{
	background:url("./images/buttons/med_grey_bg.gif") no-repeat right;
	height:35px;
}
table.med_gray_button td input{
	background:transparent;
	border:0;
}
table.med_gray_button td{
	background:url("./images/buttons/med_grey_left.gif") no-repeat left;
}


div.med_sbutton input {
	height:35px;
	border:0;	
	padding-bottom:4px;//padding-bottom:2px;
	background-color:transparent;
	display:block;
	cursor:pointer;//hand;
	width:100%;
	font:bold 11px Tahoma;
	color:#FFF6C8;
}

div.brown {
	background:url("./images/buttons/small_brown_bg.gif") no-repeat right;
}
div.brown input{
	background:url("./images/buttons/small_brown_left.gif") no-repeat left;
}

table.small_pink_button td div{
	background:url("./images/buttons/small_pink_bg.gif") no-repeat right;
}
table.small_pink_button td div input{
	background:url("./images/buttons/small_pink_left.gif") no-repeat left;
}

div.red {
	background:url("./images/buttons/small_red_bg.gif") no-repeat right;
}
div.red input{
	background:url("./images/buttons/small_red_left.gif") no-repeat left;
}

div.green {
	background:url("./images/buttons/small_green_bg.gif") no-repeat right;
}
div.green input {
	background:url("./images/buttons/small_green_left.gif") no-repeat left;
}

div.gray {
	background:url("./images/buttons/small_gray_bg.gif") no-repeat right;
}
div.gray input, div.gray div{
	background:url("./images/buttons/small_gray_left.gif") no-repeat left;
}

div.small_sbutton div {
	padding-top:2px;
	height:15px;
	text-align:center;
	font:bold 10px Tahoma;
	color:#FFF6C8;	
}

div.small_sbutton input {
	height:15px;
	border:0;
	padding-bottom:3px;//padding-bottom:0px;
	background-color:transparent;
	display:block;
	cursor:pointer;//hand;
	width:100%;
	font:bold 10px Tahoma;
	color:#FFF6C8;	
}

div.w_red {
	background:url("./images/buttons/wide_red_bg.gif") no-repeat right;
}
div.w_red input {
	background:url("./images/buttons/wide_red_left.gif") no-repeat left;
}

div.w_green{
	background:url("./images/buttons/wide_green_bg.gif") no-repeat right;
}
div.w_green input{
	background:url("./images/buttons/wide_green_left.gif") no-repeat left;
}

div.wide_sbutton input {
	height:18px;
	border:0;	
	padding-bottom:4px;//padding-bottom:2px;
	background-color:transparent;
	display:block;
	cursor:pointer;//hand;
	width:100%;
	font:bold 10px Tahoma;
	color:#FFF6C8;
}


table.wide_red_button td input, table.wide_green_button td input{
	background:transparent;
	border:0;
}

table.wide_green_button{
	background:url("./images/buttons/wide_green_bg.gif") no-repeat right;
	height:23px;
}
table.wide_green_button td{
	background:url("./images/buttons/wide_green_left.gif") no-repeat left;
}

table.wide_red_button{
	background:url("./images/buttons/wide_red_bg.gif") no-repeat right;
	height:23px;
}
table.wide_red_button td{
	background:url("./images/buttons/wide_red_left.gif") no-repeat left;
}

table.wide_green_button td, table.wide_red_button td,
table.big_red_button td, table.big_grey_button td,
table.med_red_button td, table.med_grey_button td
/*table.small_green_button td, table.small_pink_button td,
table.small_red_button td, table.small_brown_button td,
table.small_gray_button td*/ {
	padding-left:35px;
	padding-right:35px;
	vertical-align:middle;
}

table.wide_green_button td input, table.wide_red_button td input,
table.big_red_button td input, table.big_grey_button td input,
table.med_red_button td input, table.med_grey_button td input,
table.small_green_button td input, table.small_pink_button td input,
table.small_red_button td input, table.small_brown_button td input,
table.small_gray_button td input {
	font:bold 12px Tahoma;
	color:#FFF6C8;
	cursor:pointer;//hand;
}

table.wide_green_button td input, table.wide_red_button td input {
	font:bold 10px Tahoma;
}