@import url("forms.css");
html {
	overflow:hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
	background-repeat: repeat-x;
	font-size: 100%;
	height:100%;
	background-image: url(../pix/bk-login.jpg);
}
/*-------- Divs -------*/
/* Wrapper */
#wrapper {
	height:100%;
	width:100%;	
	margin: 0px;
	overflow: hidden;
}

#hcontainer {
	position:absolute;
	height:490px;
	width:101%;
	margin:-266px 0px 0px 0px;
	top: 48%;
	left: 	0%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

#header {
	height: 28px;
	width: 900px;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}
#content {
	width: 400px;
	height:250px;
	margin: 0 auto;
	text-align:left;
	background-color: #BBBBBB;
	border: 1px solid #DDDDDD;
	padding: 10px 20px 0px 20px;
}
#footer {
	height: 28px;
	width: 730px;
	margin: 0px auto;
}
#footer P {
	color: #666666;
	font-size: 8pt;
	line-height: 30pt;
}
#footer P A {
	color: #868686;
	font-size: 7pt;
	text-decoration:none;
}
#footer P A:hover {
	color: #ffffff;
	font-size: 7pt;
	text-decoration:underline;
}

/* tidying */
.clearfloat { 
	clear:both;
    height:0;
	margin:0;
    font-size: 1px;
    line-height: 0px;
}

.miscButton {
	border: solid 0px;
}
.miscButton:hover {
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;

}
H1 {
	font-size: 12pt;
	line-height: 18pt;
	text-align:center;
	color: #8e8e8e;
	display: block;
	height: 30px;
	width: auto;
	background-color: #cecece;
	border:1px solid #dedede;
	padding:2px 0;
	margin:0
}
#processing h1 {
	background-color: #ffffff;
	border:0px solid #dedede;}
H3 {
	font-size: 9pt;
	line-height: 15pt;
	text-align:center;
	color: red;
	display: block;
	height: 20px;
	width: auto;
	background-color: #DCC9C0;
	border:1px solid red;
	padding:2px 0
}
H4 {
	font-size: 9pt;
	line-height: 15pt;
	text-align:center;
	color: green;
	display: block;
	height: 24px;
	width: auto;
	background-color: #cecece;
	border:1px solid #dedede;
	padding:2px 0;
	margin:0 0 2px;
}
#processing h1 {color:#222222;}