html {
	font: 13px arial;
}

div {
	overflow: hidden;
}

fieldset {
	border: 1px solid #AAAAFF;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	height: 80px;
}

#reliability {
	border: 1px solid #AAAAFF;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	height: 40px;
}

#alert {
	z-index: 999;
	text-align: center;
	display: none;
}

#alert p {
	width: 30px;
	padding: 0px;
	background: white;
}

body.loading #alert {
	display: inline;
}

body.error #errorcontainer {
	display: block;
}

body.error #resultscontainer {
	display: none;
}

input {
	border: 1px solid #AAAAFF;
}

select {
	margin: 2px 0 15px 0;
	border: 1px solid #AAAAFF;
	background-color: transparent;
}

div#centeredcontainer {
	background-color: white;
	margin-right: auto;
	height: auto;
	width: 300px;
}

div#formcontainer {
	background-color: white;
	width: 300px;
	float: left;
	margin: 0px 5px 0px 0px;
}

div#resultscontainer {
	background-color: white;
	width: 300px;
	height: auto;
	margin: 0px 0px 0px 5px;
	display: block;
	float: left;
}

div#errorcontainer {
	background-color: white;
	width: 300px;
	display: none;
	margin: 0px 0px 0px 5px;
	float: left;
}

#results {
	width: 90%;
	height: 144px;
}

#errors {
	width: 90%;
	height: 144px;
}

#errortext {
	color: red;
}

#footer {
	margin-top: 10px;
}

tr {
	font-weight: normal;
}

#requested {
	font-weight: bold;
}

div#footercontainer {
	background-color: white;
	clear: left;
	padding: 5px 0 0 0;
	text-align: center;
	float: right;
	width: 100%;
	height: 30px;
}

#zip_from {
	background-color: #F5F5FF;
	margin: 0 0 5px 0;
	display: block;
	width: 100%;
}

#zip_to {
	background-color: #F5F5FF;
	margin: 5px 0 0 0;
	display: block;
	width: 100%;
}

#dateselector {
	background-color: #F5F5FF;
	display: block;
	width: 100%;
}

#hourselector {
	background-color: #F5F5FF;
	width: 20%;
	margin: 0 0px 0 0;
	float: left;
}

#minuteselector {
	background-color: #F5F5FF;
	width: 20%;
	float: left;
	position: relative;
	left: 5%;
	margin: 0 0 0 0;
}

#departselector {
	background-color: #F5F5FF;
	width: 50%;
	float: left;
	position: relative;
	left: 10%;
	margin: 0 0 0 0;
}

#reliabilityselector {
	background-color: #F5F5FF;
	width: 100%;
	display: block;
}

#submitbutton {
	background-color: #F5F5FF;
	margin: 15px 0 0 0;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	text-decoration: none;
	color: gray;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: none;
	color: black;
	font-weight: bolder;
}