/* --------------------------------------- */
/* NODC EXTRANET CSS */
/* --------------------------------------- */

body						{ background: url(/extranet/grfx/background-password.jpg) #c9effa repeat-x; margin: 0px; }

body,td
	{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #fff;
	}

#wrapper
	{
	position: relative;
	background: url(/extranet/grfx/background-wrapper-password.jpg) no-repeat right 0px;
	width: 100%;
	height: auto;
	_height: 620px;
	min-height: 620px;
	margin: 0px;
	}

#innerwrapper
	{
	position: relative;
	width: 900px;
	height: auto;
	_height: 620px;
	min-height: 620px;
	margin: 0px auto;
	}

#innerwrapper h1
	{
	position: absolute;
	background: url(/extranet/grfx/logo-header.png) no-repeat;
	_background: url(/extranet/grfx/logo-header.gif) no-repeat;
	font-size: 1.2em;
	text-indent: -9999px;
	width: 623px;
	height: 191px;
	margin: 0px;
	top: 50px;
	left: 30px;
	z-index: 1;
	}

#bglogin
	{
	position: absolute;
	background: url(/extranet/grfx/background-login.png) no-repeat;
	_background: url(/extranet/grfx/background-login.gif) no-repeat;
	filter: alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 	-moz-opacity: 0.5;
 	-khtml-opacity: 0.5;
 	opacity:0.5;
	width: 800px;
	height: 500px;
	_height: 500px;
	margin: 0px;
	top: 90px;
	left: 50px;
	z-index: 0;
	}

#loginbox
	{
	position: absolute;
	width: 330px;
	top: 250px;
	left: 150px;
	z-index: 1;
	}

#loginbox table td			{ font-weight: bold; }

#loginbox h4
	{
	background-color: #024573;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	margin-bottom: 5px;
	padding: 4px;
	}

.textfield
	{
	background: url(/extranet/grfx/background-textfield.gif) #fff;
	border: solid 1px #5C6672;
	width: 100px;
	padding-top: 4px;
	padding-left: 4px;
	}

.note						{ padding: 4px; }

/* ======================================= */
/* ======================================= */
/* ======================================= */


