#generic-splash h1
{
	background:url('/images/login/login.png') no-repeat left top;
	//background:transparent;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/login/login.png');
	text-indent:-9000px;
	width:500px;
	height:44px;
	margin-left:0px;
	margin-bottom:5px;
	//width: 120px;
}
#generic-splash p
{
	color:#fff;
	font-size:14px;
}

#generic-splash p a
{
	color: #fff;
}

#login-bubble
{
	background: url('/images/login/login-bubble.png') no-repeat;
	//background:transparent;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/login/login-bubble.png');
	width: 130px;
	height: 94px;
	position: absolute;
	top: 70px;
	left: 100px;
}
#content
{
	margin: 0px 15px;
	text-align: center;
}


#loginform
{
	background: url('/images/login/form-bg.png') no-repeat;
	/*
	//background:transparent;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/login/form-bg.png');
	*/
	width: 371px;
	height: 157px;
	margin: 0px auto;
}
#loginform fieldset 
{
	padding: 5px 0px 0px 52px;
	border: 0px;
}
#loginform fieldset label
{
	float: left;
	clear: both;
	width: 300px;
	text-align: left;
	margin: 5px 0px 5px 0px;
	color: #0c5974;
	font-weight: bold;
}
#loginform fieldset input
{
	clear: both;
	float: left;
}
#loginform fieldset input[type="text"],
#loginform fieldset input[type="password"]
{
	width: 255px;
	padding: 3px;
}
#loginform fieldset input[type="image"]
{
	margin: 5px 0px 0px 170px;
}














