@charset "ISO-8859-1";
body {
	background: #5EA0DC url(../img/bg.jpg) repeat-x;
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
}
.tableheight {
	height: 100%;
}
html {
	height: 100%;
}
.heading {
	font-size: 12px;
	text-transform: uppercase;
	color: #92bbe1;
	background: #4a8ecd;
	padding: 5px;
	font-weight: bold;
}
.submitcell {
	text-align: right;
	padding: 5px;
}
.backcell {
	text-align: right;
	vertical-align: top;
	padding-right: 50px;
}
.logocell {
	padding-left: 50px;
}
#myheader {
	position:absolute;
	width:100%;
	height:45px;
	vertical-align: bottom;
	top: 0px;
	left: 0px;
}
#footer {
	position:absolute;
	bottom:-122;
	height:32px;
	text-align: right;
	width: 100%;
	left: -8px;
}
#footer img {
	margin-right: 50px;
}
.formelement {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #8ebce7;
}
select {
	font: bold 14px Arial, Helvetica, sans-serif;
	border: 2px solid #4c8fcf;
}
input, textarea {
	font: bold 14px Arial, Helvetica, sans-serif;
 	border: 2px solid #4c8fcf;
} 
#button {
	border-width: 0px;
}
img {
	border-width: 0px;
}
.resultfields {
	font-weight: bold;
	padding: 10px;
}
.resultbg {
	background: #5e9fdd;
}
.podcell {
	height: 345px;
	background: #5E9FDD;
	text-align: center;
	padding-top: 10px;
}
.resultsleft {
	vertical-align: top;
	width: 465px;
}
.resultsright {
	width: 490px;
}
