@charset "utf-8";
/* CSS Document */

span.members {
	position:absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
}

/*
span.members { display:block; }

span.members span.username,
span.members span.password 
{
	margin-right: 5px;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 74px;
	height: 16px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 25px;
}

span.members span.username
{
	background-color: transparent;
	background-image: url(../img/username_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}

span.members span.username:hover
{
	background-color: transparent;
	background-image: url(../img/username_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt -24px;
}

span.members span.username input, span.members span.password input
{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
width: 100%;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-top-width: medium;
border-right-width-value: medium;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: medium;
border-left-width-value: medium;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
float: left;
color: #646464;
font-size: 11px;
}

span.members span.username input:hover, span.members span.password input:hover, span.members span.username input:focus, span.members span.password input:focus
{
color: #000000;
}

span.members span.username input:hover, span.members span.password input:hover, span.members span.username input:focus, span.members span.password input:focus
{
color: #000000;
}*/