﻿@charset "utf-8";
/* CSS Document */

#login
{
	background:url(../images/login_bg.png) no-repeat;
	width: 85px;
	height: 23px;
	z-index: 1000;
	position: absolute;
	left: 900px;
	top: -9px;
	font-size: 12px;
	color: #fff;
	padding: 15px 0 0 0;
	text-align: center;
	behavior: url("iepngfix.htc");
}
#login a
{
	color: #fff;
	text-decoration: none;
}
#login a:hover
{
	color: #ffed97;
	text-decoration: none;
}
#flash
{
	position: relative;
}
