div.map {
	float: right;
}
div.map iframe {
	width: 300px;
	height: 300px;
}
form {
	margin: 0;
}
div.standard div.formTop {
	margin: 10px 0 0 0;
	width: 548px;
	height: 49px;
	overflow: hidden;
}
div.standard div.formTop img {
	width: 548px;
	height: 49px;
}
div.standard div.formContent {
	width: 508px;
	background-color: #CCCCCC;
	padding: 3px 20px 3px 20px;
	margin: 0;
}
div.formContent h2 {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #333333;
	margin: 0 0 8px 0;
}
div.formContent div {
	margin: 0 0 8px 0;
	clear: left;
}
div.formContent div div.title {
	clear: none;
	float: left;
	width: 140px;
}
div.formContent div div.formInput {
	clear: none;
	float: left;
	width: 366px;
}
div.formContent div div.formInput textarea {
	width: 300px;
	height: 100px;
}
div.formContent div div.formInput input {
	width: 300px;
}
div.formContent div.short div.formInput input {
	width: 180px;
}
div.formContent div.veryShort div.formInput input {
	width: 100px;
}
div.formContent div.veryVeryShort div.formInput input {
	width: 40px;
}
div.formContent div div.formInput span.simpleCheckbox {
	white-space: nowrap;
	margin: 0 15px 0 0;
}
div.formContent div div.formInput span.date input, div.formContent div div.formInput span.simpleCheckbox input {
	width: auto;
}
div.formBase {
	margin: 0;
}

div.narrow div.formTop {
	margin: 10px 0 0 0;
	width: 236px;
	height: 25px;
	overflow: hidden;
}
div.narrow div.formTop img {
	width: 236px;
	height: 25px;
}
div.narrow div.formContent {
	width: 216px;
	background-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	margin: 0;
}
div.narrow div.formContent div {
	margin: 0 0 8px 0;
	clear: left;
}
div.narrow div.formContent div div.title {
	clear: left;
	margin: 0 0 3px 0;
	width: 100%;
}
div.narrow div.formContent div div.formInput {
	clear: left;
	margin: 0;
	width: 100%;
	margin: 0 0 8px 0;
}
div.formContent div div.formInput input {
	width: 200px;
}

