﻿input.btn50
{	
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/50pxOff.png);
	width: 50px;
	height: 21px;	
	margin: 2px 2px 2px 2px;
}

input.btn50:hover 
{
	background-image: url(../images/layout/buttons/50pxOn.png);
}

input.btn75
{	
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/75pxOff.png);
	width: 75px;
	height: 21px;
	margin: 2px 2px 2px 2px;	
}

input.btn75:hover 
{
	background-image: url(../images/layout/buttons/75pxOn.png);
}

input.btn100
{	
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/100pxOff.png);
	width: 100px;
	height: 21px;	
	margin: 2px 2px 2px 2px;
}

input.btn100:hover 
{
	background-image: url(../images/layout/buttons/100pxOn.png);
}

input.btn150
{	
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/150pxOff.png);
	width: 150px;
	height: 21px;	
	margin: 2px 2px 2px 2px;
}

input.btn150:hover 
{
	background-image: url(../images/layout/buttons/150pxOn.png);
}

input.btn200
{	
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/200pxOff.png);
	width: 200px;
	height: 21px;	
	margin: 2px 2px 2px 2px;
}

input.btn200:hover 
{
	background-image: url(../images/layout/buttons/200pxOn.png);
}


input.btnhh50
{			
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/hh50pxOff.png);
	width: 50px;
	height: 17px;
	margin: 2px 2px 2px 2px;	
}

input.btnhh50:hover 
{
	background-image: url(../images/layout/buttons/hh50pxOn.png);
}

input.btnhh75
{			
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/hh75pxOff.png);
	width: 75px;
	height: 17px;	
	margin: 2px 2px 2px 2px;
}

input.btnhh75:hover 
{
	background-image: url(../images/layout/buttons/hh75pxOn.png);
}

input.btnhh100
{			
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/hh100pxOff.png);
	width: 100px;
	height: 17px;	
	margin: 2px 2px 2px 2px;
}

input.btnhh100:hover 
{
	background-image: url(../images/layout/buttons/hh100pxOn.png);
}

input.btnhh150
{			
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/hh150pxOff.png);
	width: 150px;
	height: 17px;	
	margin: 2px 2px 2px 2px;	
}

input.btnhh150:hover 
{
	background-image: url(../images/layout/buttons/hh150pxOn.png);
}

input.btnhh200
{			
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-image: url(../images/layout/buttons/hh200pxOff.png);
	width: 200px;
	height: 17px;	
	margin: 2px 2px 2px 2px;
}

input.btnhh200:hover 
{
	background-image: url(../images/layout/buttons/hh200pxOn.png);
}