

 







body{
	overflow: auto;
	}

.hyper_wrapper {
	width: 990px;
	height: 600px;
	position: relative;
	background: url(../images/background-new.jpg) no-repeat top left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 6px;
	overflow: hidden;
}

.wrapper{
}

/*-- whites --*/

.left_reg {
	background-image: url(../images/whites/reg_right_03.png);
	width:364px;
	height:469px;
	position: absolute;
	top:87px;
	left:75px;
	padding: 0px 0px 0px 0px;
}

.right_reg {
	background: url(../images/whites/reg_right_03.png) no-repeat 0px 0px;
	width:338px;
	*width:364;
	height:465px;
	padding: 0px 18px 0px 10px;  
	position: absolute;
	top:87px;
	left:469px;
	overflow:hidden;
	}

.wide_reg {
	background-image: url(../images/whites/wide_03.png);
	background-repeat: no-repeat;
	width:751px;
	height:455px;
	position: absolute;
	top:87px;
	left:75px;
	padding: 10px 10px 0px 10px;
}

.semi_wide_reg {
	background-image: url(../images/whites/semi_wide_03.png);
	background-repeat: no-repeat;
	width:554px;
	height:474px;
	position: absolute;
	top:87px;
	left:150px;
	padding: 10px 20px 0px 20px;
}

.alert_reg {
	background: url(../images/whites/alert_03.png) no-repeat;
	width:340px;
	height:84px;
	position: absolute;
	top:210px;
	left:270px;
	padding: 10px 10px 10px 10x;
}

/* ---  --- --- */


.home {
	background-image: url(../images/hf-logo.jpg);
	height:51px;
	width: 188px;
	position:absolute;
	top: 6px;
	left: 97px;
}

.about_us {
	position:absolute;
	width: 815px;
	top: 557px;
	left: 50px;
	z-index:150;
}

.logged_in {
	width:108px;
	height:310px;
	overflow:hidden;
	float: right;
	margin-top:2px;
	padding: 140px 4px 0px 4px;
	background-image: url(../images/logged_in.jpg);
	background-repeat: no-repeat;
}

.logout {
	height:56px;
	width:100%;
	background-repeat: no-repeat;
	overflow:hidden;
	float: right;
	padding: 0px 4px 0px 4px;
	clear:both;
}

textarea {overflow-x: hidden; }

.hidden {visibility:hidden};




