.googlemap
{
	width:100%;
	height:480px;
	border:none;
	background:#FFFFFF;
	margin:0;
	padding:0;
}

#FS_UGC
{
	display:none;
}

.content h2
{
	margin-top:10px;
	font-size:large;
}

.indent
{
	margin-left:30px;
}

.content .emailaddress
{
	width:200px;
}

.content input, .content textarea
{
	border:solid 1px #616B8A;
	background:#FFFFFF;
}
.content input:focus, .content textarea:focus
{
	background:#FFFFFF;
}
.content input:hover, .content textarea:hover
{
	background:#FFEEEE;
}
.content textarea
{
	width:	100%;
	height:	8em;
	padding-top:		3px;
}
.content input
{
	width:	20em;
}
.content input.submit
{
	float:right;
	width:auto;
}

