/* This file is loaded for each language, for language 00 style-00.css is loaded */

.TextBoxA
{
	background:transparent url('/images/layout/designa/TCRMEnglishBackground.png') top left no-repeat;
}


input.GraphicRegisterButton[type="submit"], input.GraphicSendButton[type="submit"], input.GraphicAddToCartButton[type="submit"], input.GraphicPreviousStepButton[type="submit"]
, input.GraphicPreviousStepButton[type="button"], input.GraphicNextStepButton[type="submit"], input.GraphicNextStepButton[type="button"], input.GraphicNextStepButton[type="submit"]:hover
, input.GraphicNextStepButton[type="button"]:hover, input.GraphicCheckoutButton[type="submit"], input.GraphicCheckoutButton[type="submit"]:hover,  input.GraphicContinueShoppingButton[type="submit"],
 input.GraphicContinueShoppingButton[type="submit"]:hover, input.AAAButton[type="button"]:hover, input.AAAButton[type="submit"]
{
/*	
*/
	background-color:transparent;
	background-image:url('/images/layout/designa/compositeimages.png');
}
input.GraphicRegisterButton[type="submit"]
{
/*	
*/
	background-position:0 0;
}

input.GraphicRegisterButton[type="submit"]:hover
{
/*
*/
	background-position: 100% 0; /* Use ONLY percents here */	
}

input.GraphicSendButton[type="submit"]
{
/*
*/
	background-position:0 5%;
}

input.GraphicSendButton[type="submit"]:hover
{
/*
*/
	background-position: 100% 5%; /* Use ONLY percents here */	
}

input.GraphicAddToCartButton[type="submit"]
{
/*	
*/
	background-position:0 10%;
}

input.GraphicAddToCartButton[type="submit"]:hover
{
/*
*/
	background-position:100% 10%;
}

input.GraphicPreviousStepButton[type="submit"], input.GraphicPreviousStepButton[type="button"]
{
	background-position:0 15%;
}

input.GraphicPreviousStepButton[type="submit"]:hover, input.GraphicPreviousStepButton[type="button"]:hover
{
	background-position:100% 15%;
}


input.GraphicNextStepButton[type="submit"], input.GraphicNextStepButton[type="button"]
{
	background-position:0 20%;
}

input.GraphicNextStepButton[type="submit"]:hover, input.GraphicNextStepButton[type="button"]:hover
{
	background-position:100% 20%;
}

input.GraphicCheckoutButton[type="submit"]
{
	background-position:0 25%;
}

input.GraphicCheckoutButton[type="submit"]:hover
{
	background-position:100% 25%;
}

input.GraphicContinueShoppingButton[type="submit"]
{
	background-position:0 30%;
}

input.GraphicContinueShoppingButton[type="submit"]:hover
{
	background-position:100% 30%;
}

input.AAAButton[type="submit"]
{
	background-position:0 35%;
}

input.AAAButton[type="submit"]:hover
{
	background-position:100% 35%;
}

input.ContactUsSendButton[type="submit"]
{
	background:url('/images/layout/ContactUsSendButton.png') top left no-repeat;
}

input.ContactUsSendButton[type="submit"]:hover
{
	background:url('/images/layout/ContactUsSendButton-Hover.png');
}




