body {
	margin: 0px;
	padding: 0px;
	font: .75em Arial, sans-serif;
	background-color: #fff;
}

#gmapWrapper {
	width: 540px;
}

a {
	outline: none;
}

.pladdr{
	color: #4682B4;
}
.pldescrtbl{
	width: 500px;
	height: auto;
}
.plpictd {
	padding: 5px 10px 5px 5px;
}

.pldiv {
	overflow: auto;
	width: 517px;
	height: 150px; 
	border: 0px;
	padding: 0px;
	margin: 0px
}

.labelCity {
	font-weight: bold;
	background: white;
	padding: 2px;
	/* border: 1px solid red; */
	border: 1px solid #0060b3;
	white-space: nowrap;
	-moz-border-radius: 8px;
}

.labelCityPart {
	font-weight: bold;
	background: white;
	padding: 2px;
	border: 1px solid red;
	white-space: nowrap;
}

.labelArea {
	font-weight: bold;
	background: white;
	padding: 2px;
	border: 1px solid red;
	white-space: nowrap;
}

/* table */
.gmsearchtbl{
	/* border-top: 1px solid #778899; */
	width: 100%;
}
.gmsearchtbl td{
	padding: 10px 10px 10px 10px ;	
}
.gmapsearchbtn{
	
}
.gmapsearchcntr{
	text-align: right;
}

#parttown{
	width: 200px;
}
#city{
	width: 200px;
}

.textinput {
	border: 1px solid #b5b5b5;
	width: 150px;
}
/* Tämä määrää itse kartan koon */
#map {
	border: 1px solid #b5b5b5;
	width: 520px; 
	height: 500px; 
	margin: 0 auto;
}

input.button50 {
	border: none;
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: url(/styles/bg/button50.gif) no-repeat;
	font: 12px Arial, sans-serif;
	text-align: center;
	color: #004e61;
	cursor: pointer;
}

h1 {
	margin: 20px 0px 5px 0px;
	padding: 6px 0px 6px 25px;
	font: normal 1em Arial, sans-serif;
	/*background: url(/user_data/css/bg/h1.jpg) no-repeat left center;*/
	border-bottom: 1px solid #e4e4e4;
}

#hover {
	background-color: #efefef;
	border: 1px solid #666;
	padding: 10px;
	width: 250px;
	text-align: left;
	width: 300px;
}

.hover {
	cursor: crosshair;
}

.blueBg {
	height: 41px;
	background: url(/user_data/css/bg/blueBg.jpg) repeat-x top;
	color: #fff;
	padding: 10px 20px 0px 20px;
	margin-bottom: 1px;
}

.mapLink, .mapLinkOpen {
	float: right;
	display: block;
	width: 69px;
	height: 16px;
	line-height: 16px;
	font: 12px Arial, sans-serif;
	text-align: center;
	background: url(/user_data/css/bg/mapLink.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
	margin: 5px;
}

.mapLinkOpen {
	background: url(/user_data/css/bg/mapLinkOpen.gif) no-repeat left top;
}

.mapLink:hover, .mapLinkOpen:hover {
	text-decoration: underline;
}

select {
	font: 12px Arial, sans-serif;
}

table td {
	font: 12px Arial, sans-serif; /* ie6 fix */
}

