﻿

/**********************************MASTER PAGE TABLE***************************************************/
.topRow
{
	height: 240px;
	width: 900px;
	background: url(../../Images/NewCustomer/top.jpg);
	background-repeat: no-repeat;
}

.middleRightTd
{
	width: 204px;
	background: url(../../Images/NewCustomer/middleRight.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.middleLefttTd
{
    vertical-align:top;
    text-align:right;
	width: 644px;
	background: url(../../Images/NewCustomer/middleLeft.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bottomRow
{
	height: 51px;
	width: 900px;
	background: url(../../Images/NewCustomer/bottom.jpg);
	background-repeat: no-repeat;
}

.sideBorderLeft
{
	height: 1px;
	width: 26px;
	background: url(../../Images/NewCustomer/bgrRight.jpg);
	background-repeat: repeat-y;
}

.sideBorderRight
{
	height: 1px;
	width: 26px;
	background: url(../../Images/NewCustomer/bgrLeft.jpg);
	background-repeat: repeat-y;
}

.btnEnglish
{
	display: block;
	position: absolute;
	top: 32px;
	margin-right: 10px;
	width: 25px;
	height: 17px;
	background-image: url(../../Images/NewCustomer/united-kingdom-flag.gif);
	cursor: pointer;
}

.btnHebrew
{
	display: block;
	width: 25px;
	height: 16px;
	background-image: url(../../Images/NewCustomer/israel-flag.png);
	cursor: pointer;
}


