﻿body,html {
	margin:0;
	padding:0;
	background:#fff;
}
h1
{
	font-size: 1.2em;
}
body {
	padding:10px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: .8em;
	width: 700px;
}
table
{
		border-collapse: collapse;
}
tr
{
	vertical-align: top;
}
th
{
	color: White; 
	background-color: Gray; 
	text-align: left;
}
td, th
{
	padding: 4px;
}
img
{
	border-style: none;
}
img.leftImage
{
	float: left;
	margin: 10px 10px 20px 0;
}
a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: teal;
}
.propertyDetailsLine
{
	border-bottom: dotted 1px blue;
	border-left: solid 2px blue;
	border-right: solid 2px blue;
}
.propertyDetailsBottomLine
{
	border-bottom: solid 2px blue;
}
.propertyDetailsTopLine
{
	border-top: solid 2px blue;
	border-left: solid 2px blue;
	border-right: solid 2px blue;
}
.mapArea
{
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	border-style:none;
}
.registeringTitle
{
	font-weight: bold;
	font-size: larger;
	background-color: #F7B503;
	margin: 10px 0 10px 0;
	padding: 5px;
}
div.formRow 
{
    clear: both;
    padding-top: 20px;
}

div.formRow span.formLabel 
{
    float: left;
    width: 120px;
	color: Blue;
	font-weight: bold;
	margin-right: 10px;
}

div.formRow span.formInput 
{
    width: 235px;
} 
div.formRow span.formHelp 
{
    float: right;
    width: 230px;
    font-size: smaller;
}

#RegNav
{
	margin-top: 50px;
	text-align: right;
	width: 600px;
}