﻿/* Style options for Rapattoni Logon */

div.LogonWrapper{
	width:170px;
	padding:0px;
}


label.LogonIdInput {
	float:left;
	vertical-align:middle;
}

div.Submit{
	width:175px;
}

input.SubmitInput{
	position:absolute;
	left:900px;
	top:33px;
	float:right;
	background-image:url('/images/LoginArrow.gif');
	background-color:transparent;
	cursor: pointer;
	border: none;
	width:25px;
	height:25px;
	font-size:0pt;
}

div.LogonId{
	width:175px;
}

label.LogonIdLabel {
	color:navy;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	width:0px;
	float:left;
	vertical-align:middle;
	height:0px;
	visibility:hidden;
}

div.Password{
	visibility:hidden;
	width:260px;
	height:0px;
}

label.PasswordLabel {
	visibility:hidden;
	color:#fff799;
	font-size:large;
	width:85px;
	float:left;
	height:0px;
}

label.PasswordInput {
	visibility:hidden;
	width:165px;
	float:right;
	vertical-align:middle;
	height:0px;
}

div.Help{
	visibility:hidden;
	width:240px;
	float:left;
	color:white;
	height:0px;
}

a.HelpGuide {
	visibility:hidden;
	width:240px;
	color:white;
	height:0px;
}

a.ForgotPassword {
	visibility:hidden;
	width:240px;
	float:left;
	color:white;
	height:0px;
}

div.TokenMessage{
	visibility:hidden;
	height:10px;
	height:0px;
}

a.WhereIsPassword {
	visibility:hidden;
	color:#fff799;
	font-size:small;
	width:240px;
	float:left;
	margin:10px 0px 0px 0px;
	height:0px;
}

div.AdaptiveMessage {
	visibility:hidden;
	color:#fff799;
	font-size:small;
	width:240px;
	margin: 3px 0px 0px 0px;
	float:left;
	height:0px;
}


/* End Rapattoni Logon */
