#SelectAddressWrapper {
	height: auto;
	width: 500px;
	border: thin solid #666666;
	margin: 10px;
	background-image: url(../image/GeoCode_MiddleBackground.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#SelectAddressWrapper div.HD {
	background-image: url(../image/GeoCode_TopBackground.jpg);
	background-repeat: no-repeat;
	height: 44px;
}

#SelectAddressWrapper div.FT {
	background-image: url(../image/GeoCode_BottomBackground.jpg);
	background-repeat: no-repeat;
	height: 44px;
}

#SelectAddressWrapper a,
#SelectAddressWrapper a:active,
#SelectAddressWrapper a:link,
#SelectAddressWrapper a:visited
{
	display:block;
	background-image: url(../image/GeoCode_Address_Background.jpg);
	height: 68px;
	width: 433px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	color: #35467A;
	font-family: Calibri;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	
}	

#SelectAddressWrapper a:hover
{
	background-image: url(../image/GeoCode_Address__Blue_Background.jpg);
	color: #EEEEEE;
	text-decoration: underline;
}
