/* Styles for ELTElogin */
#loginbox {
width:260px;
height:208px;
background-image:url(http://www.sector-nine.nl/pages/login/images/loginbox.gif);
background-position:top;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow:hidden;
}
/* Inside loginbox */
input.lBox {
width:100px;
height:14px;
border:0;
font-family:Tahoma;
font-size:12px;
background-color:transparent;
}
div.loginField {
width:100px;
height:16px;
border:0;
padding:7px 10px 7px 10px;
background-color:transparent;
background-image:url(http://www.sector-nine.nl/pages/login/images/input_normal.gif);
background-repeat:no-repeat;
background-position:center;
}
div.loginFieldFocus {
width:100px;
height:16px;
border:0;
padding:7px 10px 7px 10px;
font-family:Tahoma;
font-size:12px;
background-image:url(http://www.sector-nine.nl/pages/login/images/input_focus.gif);
background-repeat:no-repeat;
background-position:center;
}
div#leftTxt {
width:80px;
height:80px;
}
div#leftTxt div {
height:30px;
line-height:30px;
font-family:Tahoma;
}
div#rightTxt {
float:right;
width:120px;
height:80px;
background-color:transparent;
}
div#loginbutton {
clear:both;
margin:10px auto 0px auto;
width:50px;
height:50px;
}
div.loginwarning {
	color:red;
}

