body {
	font-size: 1.4rem;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.2rem;
	color: #999;
	text-decoration: none;
	text-align: center;
	background: #fff;
	margin: 10px;
	padding: 0;
}
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover {
	color: #333;
	text-decoration: none;
	background: #eef;
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
a:active {
	color: #000;
	text-decoration: none;
	background: #dde;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
a.gap:link, a.gap:visited, a.gap:active {
	margin-right: 30px;
	margin-left: 30px;
}
cite {
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	margin-right: 10px;
	right: 10px;
	position: absolute;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	color: #333;
	background: url(/includes/images/h1.gif) repeat-x;
	background-position: center bottom;
	width: 600px;
	margin: 10px auto;
	text-shadow: 2px 2px 2px #999;
}
#image {
	border: none;
	background: center;
	text-align: center;
	margin-top: 10px;
}
input, select {
	color: #000;
	font-size: 1.2rem;
	background: #eee;
	margin: 2px;
}
input[type=number] {
	min-width: 3rem;
}
input[type=submit] {
	background-color: #5880ae;
	color: #eee;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	width: 5rem;
	height: 5rem;
	border-radius: 5%;
	border: 2px solid white;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
	margin: 10px 15px 10px 15px;
	transition: 0.5s ease-in-out;
}
input[type=submit]:hover {
	color: #fff;
	margin: 6px 15px 14px 15px;
	background-color: #6890be;
	box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
input[type=submit]:active {
	background-color: #38608e;
}
form {
	text-align: center;
	vertical-align: text-top;
}
p.error {
	text-align: center;
}
p.item {
	margin-left: 60px;
	margin-bottom: 10px;
	width: 400px;
	text-indent: 16pt;
	background: #fbfbfb;
	padding-left: 12px;
}
p.description {
	font: 11px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	margin-left: 60px;
	width: 400px;
	text-indent: 16pt;
	background: #fbfbfb;
	padding-left: 12px;
}
p.btm {
	text-align: center;
	background: #dbdbdb;
}
table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 420px;
	padding:0;
	margin-top: 40px;
}
@media only screen and (max-width: 980px) {
	body {
		font-size: 2rem;
		line-height: 2.7rem;
	}
}
