﻿input[type=submit].btnBlue50px, input[type=button].btnBlue50px
{
	background-image : url(../../Images/Buttons/btnBlue50px.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: Transparent;
	border: none 0px Transparent;
	
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	
	width: 50px;
	height: 27px;
	
	cursor: pointer;
}

input[type=submit].btnBlue100px, input[type=button].btnBlue100px
{
	background-image : url(../../Images/Buttons/btnBlue100px.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: Transparent;
	border: none 0px Transparent;
	
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	
	width: 100px;
	height: 27px;
	
	cursor: pointer;
}


input[type=submit].btnBlue120px, input[type=button].btnBlue120px
{
	background-image : url(../../Images/Buttons/btnBlue120px.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: Transparent;
	border: none 0px Transparent;
	
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	
	width: 120px;
	height: 27px;
	
	cursor: pointer;
}


input[type=submit].btnBlue150px, input[type=button].btnBlue150px
{
	background-image : url(../../Images/Buttons/btnBlue150px.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: Transparent;
	border: none 0px Transparent;
	
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	
	width: 150px;
	height: 27px;
	
	cursor: pointer;
}


input[type=submit].btnStep, input[type=button].btnStep
{
	background-image : url(../../Images/Buttons/btnStep.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: Transparent;
	border: none 0px Transparent;
	
	color: #1d1f7d;
	font-size: 13pt;
	font-weight: bold;
	
	width: 30px;
	height: 30px;
	
	cursor: pointer;
}
