body {
	margin: 0;
	padding: 0;
}
body, input, button {
	font-family: Verdana;
	font-size: 10px;
}
label {
	display: block;
}
img {
	border: 0 none;
}
form {
	margin: 0;
}
.textInput {
	margin-bottom: 5px;
	color: #C91416;
}
.textInput input {
	border: 1px solid #C91416;
	background-color: #DDDDDD;
	width: 50%;
}
.error {
	display: block;
	font-weight: bold;
	color: #C36366;
}
#container {
	height: 500px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	width: 100%;
}
#flashcontent {
	text-align: center;
/*
	width: 760px;
	margin: 0 auto;
*/
}
#header {
	width: 760px;
	height: 115px;
	text-align: right;
	position: relative;
	margin: 0 auto;
}
#logo {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#content {
	height: 255px;
	background-color: #E3E3E3;
	font-family: Arial;
	font-size: 12px;
	color: #003369;
	border: 1px solid #E3E3E3;
	text-align: left;
}
#content a {
	font-weight: bold;
	color: #003369;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#main {
	width: 660px;
	margin: 50px 0;
}
#exit {
	width: 660px;
	margin: 5px 0;
}
#main, #exit {
	position: relative;
	left: 50%;
	margin-left: -330px;
}
#exit img {
	float: left;
}
#exit p {
	font-family: Arial;
	font-size: 13px;
	color: #6b97a0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	margin: 0 0 0 300px;
	padding: 100px 0 100px;
}