.inputfield {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	border: 1px solid #8FA2AC;
	padding: 2px;
}
.inputbutton {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #B5CCD9;
	border: 1px outset #8FA2AC;
}
.text12 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}
.text11 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
.imgborder {
	border: 1px solid #FFFFFF;
}
.imgborderover {
	border: 1px solid #F48B33;
}
a {
	color: #2F60B6;
	text-decoration: underline;
}
a:link {
	color: #2F60B6;
	text-decoration: underline;
}
a:visited{
	color: #F48B33;
	text-decoration:none;
}
a:hover {
	color: #F48B33;
	text-decoration:none;
}


.text11arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* *** */
body {
	background:url(/images/elems/bg2.gif);
	margin:0;
	text-align:center;
}
#site {
	width:774px;
	margin:0 auto;
	text-align:left;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}
#head {
	background:#E0E8EC;
	padding:12px 0;
}
#head h1, #head h2, #head h3 
{
	font-family:arial,sans-serif;
	text-align:center;
	font-weight:bold;
	color:#225FB6;
	font-size:18px;
	padding:4px 0;
	margin:0;
}
#head h2 {
	color:#FF7E00;
}
#head h3 {
	font-size:16px;
}
#head h1 a,
#head h1 a:visited {
	text-decoration:none;
	color:#225FB6;
}
#headline {
	height:26px;
	border-top:1px solid #fff;
	background:url(/images/elems/menu_bg1.gif) repeat-x;
}
#footer {
	border-top:2px solid #F48B33;
	border-bottom:2px solid #fff;
	background:#8FA2AC;
	padding:10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color:#fff;
	text-align:center;
}
.sep {
	height:4px;
	background:url(/images/elems/line.gif) repeat-x;
	font-size:1px;
	margin:8px 0;
}

form {
	padding:0;
	margin:0;
}

#login {
	text-align:center;
	margin:25px 0;
}
a.btn,
a.btn:visited {
	background:#CCDCE5;
	border:1px solid #0A347E;
	padding:4px;
	font-family:Tahoma,Arial,Verdana;
	font-size:11px;
	font-weight:bold;
	color:#0A347E;
	text-decoration:none;
}

#main {
	padding:2px 12px;
	background:#E0E8EC;
}
#main h1 {
	font-size:24px;
	font-weight:normal;
	margin:12px 0;
	padding:0;
}

h2.survey {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#reg {
	margin:8px 0;
}
#reg label {
	display:block;
	font-size:12px;
}
#reg label i {
	color:#808080;
	font-style:normal;
}
#reg .input {
	font-size:12px;
	margin-bottom:8px;
	width:70%;
}
#reg select {
	font-size:12px;
	margin-bottom:8px;
	width:70%;
}
.content {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

b.err {
	color:#fff;
	background:#990000;
	padding:0 4px;
}