﻿/* Style options for Rapattoni Logon */

div.LogonWrapper{
	position:relative;
	width:200px;
	padding-left:5px;
}

div.LogonId{
	width:0px;
}
label.LogonIdLabel {
	float:left;
	vertical-align:middle;
	padding-right:5px;
	width:0px;
	height:0px;
	visibility:hidden;
}

label.LogonIdInput {
	float:left;
	vertical-align:middle;
	width:75px;
}

div.Submit{
	width:25px;
}

input.SubmitInput{
	position:absolute;
	left:175px;
	top:0px;
	float:right;
	background-image:url('/images/LoginArrow.png');
	background-color:transparent;
	cursor: pointer;
	border: none;
	width:25px;
	height:25px;
	font-size:0pt;
}



div.Help{
	visibility:hidden;
	float:left;
	color:white;
	height:0px;
	width:0px;
}


a.WhereIsPassword {
	visibility:hidden;
	color:#fff799;
	font-size:small;
	float:left;
	margin:0px 0px 0px 0px;
	height:0px;
	width:0px;
}

div.AdaptiveMessage {
	font-size:xx-small;
	width:205px;
	margin-left: 0px;
	margin-top:10px;
	float:left;
}


/* End Rapattoni Logon */


