﻿.contactHeader
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/ContactShopSearch/topOnlinePlanning.png);
	width: 250px;
	height: 50px;
	background-repeat: no-repeat;
	cursor:default;
}

.postalHeader
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/ContactShopSearch/topPostalRed.png);
	width: 250px;
	height: 79px;
	background-repeat: no-repeat;
	cursor:default;
}

.contactContent
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/ContactShopSearch/ContactBgd.png);
	width: 248px;
	height: 145px;
	background-repeat: repeat-x;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	background-color: #eeeeee;
}

.postalContent
{
	background-color: #ffffff;
	width: 248px;
	height: 159px;
	background-repeat: repeat-x;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
}

.bottomContent
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/ContactShopSearch/bottomPostal.png);
	width: 250px;
	height: 4px;
	background-repeat: no-repeat;
}

.TopPostCodeBackground
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/postcode_frameTop.jpg);
	background-repeat: no-repeat;
	background-color:Transparent;
	width: 87px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.TopPostCodeTB
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/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: 11px;
	background-color:Transparent;
	padding-top:5px;
}

.ArrowExpand
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Panels/arrowDown.png);
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

.ArrowExpand:hover
{
	cursor: pointer;
}

.ArrowClose
{
	background-image: url(http://www.profileimages.nl/images/profiletyrecenter2010/images/Panels/arrowUp.png);
	width: 7px;
	height: 7px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

