@charset "utf-8";
#fu_contenr {
	background-image:url(../images/bg_login_blank.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 124px;
	width: 224px;
	float: left;
	margin-top:20px;
	margin-left:3px;
}
#fu_header {
	background-repeat: no-repeat;
	height: 29px;
	width: 110px;
	margin-top:15px;
	margin-left: 30px;
	float: left;
}
#fu_icons {
	height: 65px;
	width: 224px;
	margin-left:0px;
	margin-top:13px;
	float: left;
}
#fu_icons img{
	margin-left:0px;
}



html>body #fu_contenr {
	background-image:url(../images/bg_login_blank.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 124px;
	width: 224px;
	float: left;
	margin-top:20px;
	margin-left:5px;
}
html>body #fu_header {
	background-repeat: no-repeat;
	height: 29px;
	width: 110px;
	margin-top:15px;
	margin-left:60px;
	float: left;
}
html>body #fu_icons {
	height: 65px;
	width: 224px;
	margin-left:0px;
	margin-top:13px;
	float: left;
}
html>body #fu_icons img{
	margin-left:0px;
}

