body {
	font-size: 13px;
	font-family: Arial;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size:16px;
}

h3 {
	text-decoration: underline;
	}
	
dt {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}
dd {
	float: left;
	/*background-color: red;	*/
}

p.clear { clear: both; }
.field-container {
	margin: 10px 0px 10px 0px;
	clear: both;
}
.field-label {
	width: 190px;
	float: left;
	color:#000;
	margin-bottom: 15px;
}
.field-input {
	margin-left: 0px;
	padding-left: 0px;	
}
.optional {
	width: 190px;
	float: left;
	color:#000;
	margin-bottom: 15px;
	/*background-color: yellow;*/
}


input {
	background-color: #EEFAFC;
	}

.mandatory-field {
	background-color: #EEFAFC;
}


#map {
	border: none;
	width: 55%;
}
