#content {
	display: none;
	float: left;
	width: 90%;
	text-align: center;
	margin-left: 5%;
}

#content .zone_title { 
	display: block;
	width: 100%;
	border-bottom: 1px solid gray;
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#content .zone_info, #content .where, #content .observe, #content .earthquake, #content .happen, #content .damage {
	display: block;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	width: 90%;
	margin-left: 5%;
}

#content .zone_info { background: #8DC4FF; border: 1px solid blue; }
#content .where{ background: #B0FFAD; border: 1px solid green;}
#content .observe{ background: #FFF5DA; border: 1px solid orange; }
#content .earthquake{ background: #FFD2C6; border: 1px solid pink; }
#content .happen{ background: #DCEFFF; border: 1px solid lightblue;}
#content .damage{ background: #DAD9FF; border: 1px solid violet;}


#content .zone_info .forms {
	left: 5px;
	width: 60%;
}

#content .zone_info .advise {
	clear: none;
	float: right;
	width: 30%;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px dotted blue;
	background: #C6C9FF;
	margin-right: 1em;
}

.little_quake {
	background: #E3FFD2;
}

.medium_quake {
	background: #F9FFB8;
}

.big_quake {
	background: #FFEAEA;
}

label, label.no_wrap {
	width: 30%;
	text-align: right;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

label.no_wrap {
	width: 50%;
	text-align: left;
}

#content label:first-letter {
	text-transform: uppercase;
}


#content hr {
	border: 0.6px dotted gray;
	width: 100%;
	margin-top: 5px;
	clear: left;
}

#content .needed {
	display: block;
	background: #D7D23D;
	width: 40%;
	margin: 0.5em 0px 5px 2%;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
}

#content .warn {
	display: block;
	border-top: 1px dashed green;
	border-bottom: 1px dashed green;
	text-align: center;
	font-weight: bold;
	background: #DFFDFF;
}

label.description {
	width: 90%;
}

.earthquake label.list {
	width: 40%;
	text-align: left;
	float: none;
	margin-right: 20%;
}

select.quakes {
	width: 42%;
	float: left;
}

.form_date {
	margin-left: 5%;
	float: left;
}

.form_date .date{
	float: none;
}

hr.close_box {
	clear: both;
	visibility: hidden;
}

#navbar {
	text-align: center;
}

#navbar ul li{
	list-style-type: none;
	display: inline;
	margin-left: 5%;
	margin-right: 5%;
}

#navbar input{
	float: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

.little {
	font-size: 10px;
	font-style: italic;
}

.little a:link, .little a:visited, .little a:active {
	text-decoration: none;
	font-size: 10px;
}

.little a:hover {
	text-decoration: underline;
}





