body{
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
}
#wrapper{
	margin:0px auto;
	width:750px;
	text-align:center;
}	
#map{
	width:350px;
	height:444px;
	display:block;
	float:left;
}
#sideFrame{
	width:350px;
	height:444px;
	display:block;
	float:left;
	width:250px;
	height:300px;
	margin-top:50px;
	border:none!important;
}
a{
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
}
#form{
	width:283px;
	text-align:left;
	position:relative;
}
#form .title{
	font-weight:bold;
}
#form span.required{
	display:inline;
	color:#006600;
}
#form input{
	width:200px;
	height:20px;
	margin-bottom:5px;
	display:block;
}
#form #pw{
	width:40px;
}
#form textarea{
	width:283px;
	height:100px;
}
#form #submit{
	width:150px;
	height:25px;
	cursor:pointer;
}
#form input, #form #submit, #form textarea{
	background-color:#ffffff!important;
	border:#202020 1px solid;
	color:#000000;
}
legend{
	color:#990000;
}
fieldset{text-align:left}
#footer{
	color:#666666; 
	position:relative;
	margin-top:50px;	
	font-size:10pt;
}
#footer a:hover{color:#CCCCCC; text-decoration:underline}