@charset "UTF-8";
body {
	background-color: #CCCCCC;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin: 0 auto;
}

/* macs won't see this! \*/
html, body {
   height:100%;
   width:100%;
}
/* END mac */

div#outer {
	height: 100%;
	width: 100%;
	display: table;
	background-image: url(img/icn.png);
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
div#inner {
	display: table-cell;
	vertical-align: middle;
}
div#content {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 420px;
}

div#scroll {
	height: 368px;
	width: 480px;
	overflow: auto;
	text-align: left;
	background: none;
}
table#content {
    background-image: url(img/tblbg1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link, a:visited, a:hover, a:active {
	color: #124895;
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline;
	border: none;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: 8px;
}
input, textarea, select {
	width: 198px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #124895;
	background-color: #FFFFFF;
	background-image: url(img/forms.png);
	background-repeat: no-repeat;
	background-position: top left;
}

strong {
	font-weight: bold;
	color: #124895;
}
.text {
	padding:14px; 
	padding-top: 25px; 
	width:350px;
}