body{
	width: calc(100% - 20px);
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background:#ccffff;
	color:#000099;
	line-height: 2.5em;
}

body.form {
	background:#fff;
}

h1 {
	margin: 6% 0px 4% 0px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

ul, li {
	width: 90%;
	margin: 2% 0px 2% 0px;
	color: #f00;
	color:#009;
}

li.normal {
	width: 90%;
	margin: 2% 0px 2% 0px;
}

#banner
{
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

#banner img
{
	width: 100%;
}

.button
{
	width: calc(100% - 32px);
	margin: 0.9em 0 0 0;
	text-align: left;
	color: #000099;
	background: #fff;
	border: 1px solid #000099;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 1.4em;
	font-weight: bold;
}

.back-button {
	text-align: center;
}

#homebutton
{
	width: 92%;
	margin: 3% 0 0 0;
	text-align: right;
	color: #000099;
	background: #fff;
	border: 3px solid #000099;
	border-radius: 10px;
	padding: 0px 3% 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.alert {
	color: #f00;
	width: 90%;
	font-weight: bold;
	line-height: 1em;
}

.red {
	color: #f00;
	font-weight: bold;
}

#importantnote
{
	width: 914px;
	height: 320px;
	margin: 35px 0 0 0;
	text-align: left;
	color: #000099;
	background: #fefe00;
	border: 8px solid #000099;
	border-radius: 20px;
	padding: 20px;
	font-size: 2em;
	line-height: 62px;
	font-weight: bold;
	clear: both;
}

#stnote
{
	width: 914px;
	height: 270px;
	margin: 35px 0 0 0;
	text-align: left;
	color: #000099;
	background: #fefe00;
	border: 8px solid #000099;
	border-radius: 20px;
	padding: 20px;
	font-size: 2em;
	line-height: 65px;
	font-weight: bold;
	clear: both;
}

#tcnote
{
	width: 914px;
	height: 220px;
	margin: 35px 0 0 0;
	text-align: left;
	color: #000099;
	background: #fefe00;
	border: 8px solid #000099;
	border-radius: 20px;
	padding: 20px;
	font-size: 2em;
	line-height: 65px;
	font-weight: bold;
	clear: both;
}

#gpnote
{
	width: 914px;
	height: 420px;
	margin: 35px 0 0 0;
	text-align: left;
	color: #000099;
	background: #fefe00;
	border: 8px solid #000099;
	border-radius: 20px;
	padding: 20px;
	font-size: 2em;
	line-height: 62px;
	font-weight: bold;
	clear: both;
}

.general {
	width: 95%;
	margin: 2%;
	font-weight: bold;
}

.row
{
clear: both;
width: 100%;
}

.longrow
{
	clear: both;
	width: 96%;
	margin: 3% 2% 1% 2%;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	line-height: 24px;
}

#gravity_field
{
visibility: hidden;
display: none;
}

.formleft
{
float: left;
    width: 100%;
    padding: 0.5em 0 0;
    text-align: left;
font-weight: bold;
}

.formcenter
{
    float: right;
    padding: 0.5em 0px;
    width: 100%;
}

input[type="text"], input[type="password"]
{
	background-color: #ccc;
    border-radius: 4px;
    margin: 0px 0 0 0;
    padding: 0.5em;
    text-align: left;
    color: #000099;
    border: 1px solid #000099;
    font-size: 1.5em;
    width: calc(100% - 1em - 2px);
}

select
{
	background-color: #ccc;
	border-radius: 20px;
	height: 80px;
	width: 760px;
	margin: 0px 0 0 0;
	padding: 0px 20px 0px 20px;
	text-align: left;
	color: #000099;
	border: 8px solid #000099;
	font-size: 1.5em;
}

textarea
{
	background-color: #ccc;
    border-radius: 4px;
    margin: 0px 0 0 0;
    padding: 0.5em;
    text-align: left;
    color: #000099;
    border: 1px solid #000099;
    font-size: 1.5em;
    width: calc(100% - 1em - 2px);
}

input[type="submit"]
{
	background-color: #fefe00;
    border-radius: 4px;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 0.5em;
    text-align: center;
    color: #000099;
    border: 1px solid #000099;
    font-size: 1.4em;
    float: right;
    font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover .button, a:hover #homebutton
{
	background-color: #fefe00;
}