/* --------------------------------------- */
/* GEOSEAS PASSWORD FORUM css */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	}

body
	{
	background-color: #D0EDF5;
	}


body,td
	{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #fff;
	}

#login
	{
	position: relative;
	background: url(/forum/grfx/background-log-in.png) no-repeat;
	_background: url(/forum/grfx/background-log-in.jpg) no-repeat;
	width: 752px;
	height: 620px;
	}

#login h1
	{
	position: absolute;
	background: url(/forum/grfx/titleheader.png) no-repeat;
	_background: url(/forum/grfx/titleheader.gif) no-repeat;
	text-indent: -9999em;
	width: 220px;
	height: 22px;
	top: 72px;
	left: 60px;
	}

#login h2
	{
	position: absolute;
	background: url(/forum/grfx/logo.png) no-repeat;
	_background: url(/forum/grfx/logo.gif) no-repeat;
	text-indent: -9999em;
	width: 98px;
	height: 98px;
	top: 210px;
	left: 60px;
	}


#loginfields
	{
	position: absolute;
	width: 300px;
	height: 50px;
	top: 314px;
	left: 250px;
	}

.text							{ font-weight: bold; }

.textfield
	{
	background-color: #fff;
	border: solid 1px #819eae;
	width: 94px;
	}

#loginbutton					{ cursor: pointer; }

#note
	{
	position: absolute;
	font-size: 11px;
	color: #747474;
	padding: 4px;
	top: 390px;
	left: 220px;
	}