.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;
}

.genericBox {
	margin-top:75px;
	height: 395px;
	width: 336px;
	background-image: url(../images/3DV_Generic_Panel.png);
	background-repeat: no-repeat;
	text-align:left;
	border: transparent 1px solid;
}

.genericBoxTextArea{
    position: relative;
    margin-top:145px;
    margin-left:20px;
    width: 295px;
    height:49px;
    padding:0px;
    text-align:center;
    color: #333333;
    border: transparent 1px solid;
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
}

.genericBoxContents {
	position: relative;
	margin-top:0px;
	margin-left:20px;
	width: 295px;
	height: 175px;
	padding: 0px;
	text-align: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

.genericBoxContents table {
	width: 100%;
}
.genericBoxContents table tr td {
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
	color: #333333;
}
.genericBoxContents table tr td input {
	border: 1px solid rgb(1,39,101);
}

.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: #333333;
}
.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:45px;
    right:15px;
}

.changepw{
	font-weight:bold;
    font-size:10pt;
    font-family: tahoma, verdana, arial;
    color: black;
    position: absolute;
    bottom:20px;
    right:15px;
}

button.sendMailBut {
    font-weight:bold;
    font-size:10pt;
    font-family: tahoma, verdana, arial;
    color: black;

    position: absolute;
    bottom:45px;
    right:80px;
}

.cancelLink{
    position: absolute;
    bottom: 45px;
    right:10px;
    font-size:10pt;
    font-family: tahoma, verdana, arial;
}

.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);
}
.fLinkBold {
	color: #3fad28;
	text-decoration: underline;
	cursor:pointer;
    position:absolute;
    left:40px;
    bottom:25px;
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
    font-weight: bold;
}
input { 
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
} 