/* CSS Document */

/*------*/
/* Load this stuff now, so that when the other CSS files are loaded they don't add this then and 
make the Login dialog jump round the screen as the CSS changes*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

#logon-form {
    font-family:verdana,arial,sans serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	border: 0 none;
	position:absolute;
	height:1px;
	width:1px;
	overflow:visible;
	top:40%;
	left:50%;
	line-height:normal;
}
#logon-form input{
    font-family:verdana,arial,sans serif;
	font-size:11px;
	padding: 2px;
}

body{
height:100%;
}

/*------*/

#logon-form td{
	padding: 1px;
}
#logon-form form{
	width: 267px;
	height: 151px;
	margin-left: -134px;
	position: absolute;
	top: -76px;
	left: 50%;
}

#logon-form form > table{
 	background-color:#C6D6E0;
	padding:4px 1px 1px 1px;
	margin:1px;
	border:1px rgb(127,157,185) solid;
}

#logon-form td > table{
	width:100%;
	background-color:#FFFFFF;
	border:none;
	padding:8px 8px;
	/*margin:2px;*/
}
