﻿.contactHeader
{
	background-image: url(images/ContactShopSearch/topContact.png);
	width: 242px;
	height: 44px;
	background-repeat: no-repeat;
	cursor:pointer;
}

.postalHeader
{
	background-image: url(images/ContactShopSearch/topPostal.png);
	width: 242px;
	height: 79px;
	background-repeat: no-repeat;
	cursor:pointer;
}

.contactContent
{
	background-image: url(images/ContactShopSearch/ContactBgd.png);
	width: 240px;
	height: 124px;
	background-repeat: repeat-x;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
}

.postalContent
{
	background-color: #ffffff;
	width: 240px;
	height: 124px;
	background-repeat: repeat-x;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
}

.bottomContent
{
	background-image: url(images/ContactShopSearch/bottomPostal.png);
	width: 242px;
	height: 4px;
	background-repeat: no-repeat;
}

.TopPostCodeBackground
{
	background-image: url(       'Images/postcode_frameTop.jpg' );
	background-repeat: no-repeat;
	background-color:Transparent;
	width: 87px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
}

.TopPostCodeTB
{
	background-image: url(       'Images/postalTextbox.jpg' );
	background-repeat: no-repeat;
	background-color:Transparent;
	width: 119px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
}

.BlankTextBox
{
	border: none 0px white;
	width: 110px;
	height: 20px;
	font-family: Trebuchet MS;
	font-size: 16px;
	background-color:Transparent;
}

.ArrowExpand
{
	background-image: url(images/Panels/arrowDown.png);
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

.ArrowExpand:hover
{
	cursor: pointer;
}

.ArrowClose
{
	background-image: url(images/Panels/arrowUp.png);
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

