/* ================================
    CSS STYLES FOR Module MediaNavigatorLogin
   ================================
*/
.Pass
{
	font-size: 11px;
	font-family: Tahoma;
	color: #ffdd00;
	font-weight:bold;
	text-decoration:none;
}

.Pass{
	text-align : center;
}

#btnlogin{
	float:right;
	background-color:#3f8dd7;
	padding-bottom:5px;
	width:69px;
	height:17px;
	text-align:center;
}

#btnlogout{
	float:right;
	background-color:#3f8dd7;
	width:107px;
	height:19px;
	text-align:center;
}

#btnlogin A.CommandButtonForces, #btnlogout A.CommandButtonForces
{
	font-size: 11px;
	font-family: Tahoma;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
}

#btnlogin A.CommandButtonForces:hover, #btnlogout A.CommandButtonForces:hover
{
	color: #fff;
	text-decoration:underline;
}

#txt_username, .NormalTextBoxForces, .labelForce{
	font-size: 10px;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
	display:inline;
}

A.NormalTextBoxForces{
	font-size: 10px;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f8dd7;
	text-decoration:none;
}

A.NormalTextBoxForces:hover{
	color: #3f8dd7;
	text-decoration:underline;
}
