/* CSS Document */

#widgetWrapper{
	position:relative;
	top:0;
	background-color:#888587;
	background-image:url(/img/fleet/gfx/grey_corner_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:#403b75 1px solid;
	width:100%;
	height:auto;
	padding-bottom:15px;
}
#widgetContent{
	position:relative;
	width:145px;
	left:10px;
}

#loginWidgetTitle{
	position:relative;
	background-image:url(/img/fleet/titles/Login.gif);
	width:106px;
	height:10px;
	margin:8px 0;
	background-repeat:no-repeat;
}
*html #loginWidgetTitle{
	margin-bottom:-11px;
}

#usernameTextTitle{
	position:relative; background-image:url(/img/fleet/titles/title_user-name.gif);
	background-repeat:no-repeat;
	width:54px;
	height:7px;
	margin-bottom:5px;
}

#passwordTextTitle{
	position:relative;
	background-image:url(/img/fleet/titles/title_password.gif);
	background-repeat:no-repeat;
	width:55px;
	height:8px;
	margin-top:5px;
	margin-bottom:5px;
}
#widgetLoginButton{
	position:relative;
	margin:10px 0 5px 0;
	display:block;
	background-image:url(/img/fleet/titles/title_login.gif);
	width:55px;
	height:18px;
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:right;
	left:90px;
}

*html #widgetLoginButton{
	margin:10px 0 -10px 0;
}

#login,
#widgetLoginButton,
#widgetForgottenButton,
#widgetDemoButton{
	position:relative;
	text-decoration:none;
}
#widgetForgottenButton a,
#widgetDemoButton a{
	text-decoration:none;
}
#forgottenDetails{
	position:relative;
	margin:10px 0 0 0;
	display:block;
	background-image:url(/img/fleet/titles/title_forgotten-details.gif);
	width:126px;
	height:18px;
	left:19px;
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:right;
}

*html #forgottenDetails{
	margin:-15px 0 -5px 0;
}

#widgetWrapper a{
	text-decoration: none;
}
#needADemo{
	position:relative;
	margin:10px 0 0 0;
	display:block;
	background-image:url(/img/fleet/titles/viewServices.gif); 
	background-repeat:no-repeat; 
	width:130px; 
	height:18px;
	left:15px;
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:right;
}

#widgetFleetRegInfo{
 position:absolute;
 top:1px;
 color:#6262AA;
}

#widgetContent .searchColTextInput{
	width:145px;
}