* {
	margin: 0;
	padding: 0;
}

body {
	background: #6EB6DA url("../images/shutterstock.png");
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
}

input, select, textarea {
	border: 1px solid rgba(250, 250, 250, .75);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	background: transparent;
	color: #fff;
}

input:focus, select:focus, textarea:focus {
	outline: none;
	box-shadow: 0 0 8px rgba(250,250,250,.5);
	-moz-box-shadow: 0 0 8px rgba(250,250,250,.5);
	-khtml-box-shadow: 0 0 8px rgba(250,250,250,.5);
	-webkit-box-shadow: 0 0 8px rgba(250,250,250,.5);
}

option {
	background: #379BCD;
	padding: 0 4px;
}

button, a.button {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: transparent;
	font-size: 12pt;
	padding: 2px 20px;
	cursor: pointer;
	color: #fff;

	background: -webkit-gradient(linear, left top, left bottom, from(#6EB6DA), to(#3B83A7));
	background: -moz-linear-gradient(top, #6EB6DA, #3B83A7);
	background: -o-linear-gradient(top, #6EB6DA, #3B83A7);
	background: linear-gradient(top, #6EB6DA, #3B83A7);
}

button:hover, button:focus, a.button:hover, a.button:focus {
	border-color: rgba(250, 250, 250, .75);
	box-shadow: 0 0 8px rgba(250,250,250,.5);
	-moz-box-shadow: 0 0 8px rgba(250,250,250,.5);
	-khtml-box-shadow: 0 0 8px rgba(250,250,250,.5);
	-webkit-box-shadow: 0 0 8px rgba(250,250,250,.5);

	background: -webkit-gradient(linear, left top, left bottom, from(#5FC7EB), to(#4C94B8));
	background: -moz-linear-gradient(top, #5FC7EB, #4C94B8);
	background: -o-linear-gradient(top, #5FC7EB, #4C94B8);
	background: linear-gradient(top, #5FC7EB, #4C94B8);
}

p {
	text-indent:2em;
}

fieldset {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error {
	color: red;
}

.successBlock {
	text-align: left;
	width: 50%;
	margin: auto;
	color: #000;
}

.successMessageHeader {
	font-size: 14pt;
}

.successMessage {
	border: 1px #efefef dashed;
	margin: 5px 0;
	padding: 10px 0;
}

.successMessageTip {
	color: red;
	font-size: 20pt;
	margin: 30px 0;
}

.successMessageFooter {
	margin: 30px 0;
}

.tip {
	color: red;
	font-size: 12px;
}

#main {
	width: 100%;
	color: #fff;
	font-size: 12pt;
}

#toolbar {
	text-align: right;
	margin: 4px 8px;
}

#toolbar ul {
	display: inline;
}

#toolbar form div, #toolbar form div button {
	font-size: 10pt;
}

#toolbar form div input {
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	width: 11em;
}

#toolbar form div input, #toolbar form div button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 2px 4px;
}

#header {
	font-size: 46pt;
	padding: 10px 0 10px 56px;
	text-align: center;
}

#icon {
	background: url(../images/icon.png) no-repeat 50% 0;
	height: 200px;
}

#content {
	text-align: center;
	padding: 12px 0 5px 0;
	line-height: 150%;
}

#footer {
	text-align: center;
	margin: 40px 0 0 0;
}

#toolbar li, #footer li {
	display: inline;
	border-right: 1px solid #3599CB;
	padding: 0 5px 0 5px;
	color: #3599CB;
}

#footer li:last-child,#footer li.last-child {
	border-right: 0;
}

#footer a:hover {
	color: red;
	text-decoration: underline;
}

#copyright {
	color: #fff;
	margin: 16px 0 0 0;
}

#remindInfo {
	color: #fff;
}

/* Area */
#formContent input {
	margin: 10px 0;
	width: 450px;
	height: 74px;
	text-align: center;
	font-size: 44pt;
	background: transparent;
}

#continue {
	padding-left: 400px;
	color: #fff;
	border: 0;
	background: transparent;
	font-size: 12pt;
	cursor: pointer;
}

/* Weather */
#weather, .block {
	width: 600px;
	margin: auto;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#weather #currentConditions {
	margin: 0 0 0 0;
}

#weather #forecastConditions {
	border-top: 1px dashed #ccc;
}

#weather #currentConditions table {
	margin: auto;
	padding: 0;
	font-size: 10pt;
}

#weather #currentConditions table tr td {
	padding: 3px;
}

#forecastConditions {
	list-style: none;
}

#forecastConditions li div {
	display: inline;
}

#weather img {
	border: 1px solid #BBBBCC;
	padding: 1px;
}

#weather #remindInfo {
	margin: 10px 0px;
	font-size: 24pt;
}

/* Reminder */
#reminder {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#reminder h2 {
	font-size: 24pt;
	font-family: monospace;
	display: none;
	letter-spacing: 12pt;
	margin: 0 0 10px 0;
	letter-spacing: 12pt;
}

#reminder ul {
	list-style: none;
}

#reminder ul li {
	margin: 2px 0;

	border: 1px solid rgba(128, 191, 223, .75);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background: -moz-linear-gradient(top, #f9d835, #f3961c);
	background: -o-linear-gradient(top, #f9d835, #f3961c);
	background: linear-gradient(top, #f9d835, #f3961c);
}

#reminder ul li:hover {
	border-color: rgba(250, 250, 250, .75);
	box-shadow: 0 0 8px rgba(250,250,250,.5);
	-moz-box-shadow: 0 0 8px rgba(250,250,250,.5);
	-khtml-box-shadow: 0 0 8px rgba(250,250,250,.5);
	-webkit-box-shadow: 0 0 8px rgba(250,250,250,.5);
}

#reminder ul li a {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 20pt;
	letter-spacing: 3pt;
	padding: 12px 24px;
	cursor: pointer;
}

