/*
Modified By:	Paul Taulborg
Modified Date	August 18th 2007
RFC Number	60143
Description	Login: Update SSL log in page

Modified by:	Chris Goad
Modified date:	5/10/2010
WI:				16288
Description:	Update Copyright on login, logout, changepwd to be dynamic.
*/
.loginBox {
	margin-top:75px;
	height: 395px;
	width: 336px;
	background-image: url(../images/3DV_Login_Panel.png);
	background-repeat: no-repeat;
	text-align:left;
	border: transparent 1px solid;
}

.loginBoxContents {
	position: relative;
	margin-top:195px;
	margin-left:20px;
	width: 295px;
	height: 175px;
	padding: 0px;
	text-align: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

.loginBoxContents table {
	width: 100%;
}
.loginBoxContents table tr td {
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
	color: white;
}
.loginBoxContents table tr td input {
	border: 1px solid rgb(1,39,101);
}
.copyright {
	font-family: tahoma, verdana, arial;
	color:white;
	font-size:9px;
	width: 310px;
	margin-top:10px;
	xposition:absolute;
	xright:50px;
	xbottom:0px;
	text-align:right;
}

button.loginBut {
    font-weight:bold;
    font-size:10pt;
    font-family: tahoma, verdana, arial;
    color: black;

    position: absolute;
    bottom:25px;
    right:15px;
}

.loginButton {
    background-image: url(../images/3DV_Default_Button_Normal.jpg);
    background-repeat: no-repeat;
}
.loginButtonMouseDown {
    background-image: url(../images/3DV_Default_Button_MouseDown.jpg);
    background-repeat: no-repeat;
}
.loginError {
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
.sslLink a, a:visited, a:active, a:hover {
	font: 9pt tahoma;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.copyRightText{
	position: absolute;
    bottom:2px;
	left: 40px;
	font-family: tahoma, verdana, arial;
	font-size: 7.5pt;
	color: rgb(208,208,208);
}

/*
Modified By:    Oliver Chan
Modified Date:  2/22/2011
RFC Number:     24531
Description:    Insight support multiple browsers, not just IE - Firefox, Safari, Google Chrome - Login Logout pages

Modified By:    Uyen Tran
Modified Date:  March 11, 2009
RFC Number:     66509
Description:    UX: Revamp eServices User Interface - Phase I
*/

