input.button 
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		
		color: black;
		background-color: white;		
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 130px;
		height: 22px;		
}

input.button_strong
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		
		color: black;
		background-color: white;
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 130px;
		height: 22px;		
}

input.button_large
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		
		color: black;
		background-color: white;
		
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 160px;
		height: 22px;		
}

input.button_strong_large
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		
		color: black;
		background-color: white;
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 160px;
		height: 22px;		
}


a.button 
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		
		color: black;
		background-color: white;		
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 130px;
		height: 22px;	

		text-align: center;
		padding-top: 3px;
		position: relative;
		top: 2px;
}

a.button_strong
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		
		color: black;
		background-color: white;
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 130px;
		height: 22px;		

		text-align: center;
		vertical-align: middle;	
}

a.button_large
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		
		color: black;
		background-color: white;
		
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 160px;
		height: 22px;		

		text-align: center;
		vertical-align: middle;	
}

a.button_strong_large
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		
		color: black;
		background-color: white;
		
		border-style: solid;
		border-width: 1px;
		border-color: black;
		
		width: 160px;
		height: 22px;		

		text-align: center;
		vertical-align: middle;	
}