@import url("reset.css");
@import url("general-styles.css");	
body{ background:#000;
	  font-family:courier, san-serif;
}
.dialog-container {
	top:0px;
	width:100%;
	position:relative;
}
#dialog, #banner, #footer {
	position:relative;
	width:655px;
	margin-left:auto;
	margin-right:auto;
}
#banner {
	height:220px;
}
#footer {
	margin-top:10px;
	margin-bottom:10px;
	color:#FFFFFF;
	padding-left:50px;
}
a 			{ color: #6699FF; text-decoration: none; }
a:link		{ color: #6699FF; text-decoration: none; }
a:visited	{ color: #6699FF; text-decoration: none; }
a:active	{ color: #6699FF; }
a:hover 	{ color: #CCCCCC; }

#formdiv, .dialog {
	color:#000000;
	display:block;
	position:relative;
	width:605px;
	overflow:hidden;
	padding: 5px 15px 5px 25px;
	background-color:#FFFFFF;
	border:#DDD 5px solid;
}
#formdiv {height:1050px;}
.description, .footnote {
	font-size:small;
	display:block;
	position:relative;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}
.title, .success {
	font-size:x-large;
	font-weight:bold;
	color:#000000;
	margin-right:25px;
}
.label {
	font-weight:bold;
}
.note {
	font-size:x-small;
}
#ifiction-container {
	background:#FFFFFF;
	margin-top:10px;
	width:655px;
	height:560px;
}
#leaflet-container {
	background:#FFFFFF;
	margin-top:10px;
	width:655px;
	height:560px;
}