@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	position: relative;
	width: 800px;
	background: #FFF url(images/clouds.jpg) no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

h1 {
	padding: 0 0 5px 0;
	background-color: #036;
	font-family: "Bookman Old Style", "Book Antiqua", Palatino, serif;
	font-size: 56px;
	font-weight: bold;
	color: #FFF;
}

h2 {

	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

h3 {
	margin-top: 50px;
	background-color: #036;
	font-family: "Bookman Old Style", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.temp {
	margin-left: 15px;
	font-family: "Bookman Old Style", "Book Antiqua", Palatino, serif;
	font-size: 72px;
	font-weight: bold;
	color: #FFF;
}

.condition {
	font-family: "Bookman Old Style", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

input.location {
	width: 400px;
	font-family:  "Adobe Garamond Pro Bold", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48px;
	color: #036;
	text-align: center;
}

input.submit {
	width: 406px;
	background-color: #090;
	font-family: "Bookman Old Style", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align: center;
	border: 2px #CCC outset;
}

input.submit:hover {
	background-color: #069;
}

input.submit:active {
	border: 2px #CCC inset;
}

#bg {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 600px;
	height: 600px;
	background-color: #666;
	opacity:0.6;filter:alpha(opacity=60);
}

#container {
	position: absolute;
	top: 125px;
	left: 100px;
	width: 600px;
	height: 575px;
	text-align: center;
}

#terms {
	position: absolute;
	left: 100px;
	width: 600px;
	text-align: left;
	background-color: #999;
	opacity:0.9;filter:alpha(opacity=90);
}

#terms p {
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#alert {
	position: relative;
	padding-bottom: 25px;
	top: 50px;
	left: 100px;
	width: 600px;
	text-align: left;
	background-color: #999;
	opacity:0.9;filter:alpha(opacity=90);
}

#alert p {
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

ul li {
	margin-top: 15px;
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#form {
	margin-top: 80px;
}

#icons {
	width: 600px;
	margin-top: 75px;
}

#icons img {
	margin: 0 15px 15px 15px;
	border: 0px #000 solid;
}