﻿.Button
{
	background-repeat:no-repeat;
	display:inline-block;
	padding-top:5px;
	font-family:"Century Gothic";
	color:#FFFFFF;
	text-align:center;
}
.Button[disabled="disabled"]
{
	color:#CCCCCC;
}
.TinyButton
{
	background-image:url(Images/Buttons/Button-T.gif);
	width: 25px;
	height: 25px;
}
.SmallButton
{ 
	background-image:url(Images/Buttons/Button-S.gif);
	width:45px;
	height:25px;
}
.MediumButton
{ 
	background-image:url(Images/Buttons/Button.gif);
	width:65px;
	height:25px;
}
.LargeButton
{ 
	background-image:url(Images/Buttons/Button-L.gif);
	width:85px;
	height:25px;
}
#srchProducts input[type="submit"]
{
	
}
#srchProducts input[type="submit"]:hover
{
	color:#666666;
}
#srchProducts input[type="text"]
{
	margin-left:5px;
}
