body {
	background-image: url("images/backgrounds/loginBackground.gif");
	padding: 0px;
	margin: 0px;
}

a:link {color: #ffffff; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #ffffff; text-decoration: none;}

.intro {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: black;
	padding-left: 2px;
}

.white {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: white;
	padding-left: 4px;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#loginImage {
	position: absolute;
	top: 51px;
	left: 0px;
	z-index: 2;
	width: 519px;
}

#loginContent {
	position: absolute;
	top: 51px;
	left: 525px;
	z-index: 2;
	width: 245px;
}

#utility {
	position: absolute;
	top: 5px;
	left: 600px;
	z-index: 2;
	width: 143px;
}

#copyright {
	position: absolute;
	top: 500px;
	left: 270px;
	font-family: arial;
	font-size: 9px;
	line-height: 14px;
	color: #ffffff;
	z-index: 2;
}

form#register {
	width: 281px;
}
	form#register div.form-row {
		margin-bottom: 5px;
	}
	form#register label {
		display: block;
		font: bold 12px arial, sans-serif;
	}
	form#register input {
		width: 180px;
	}
		form#register input.chk,
		form#register input.button {
			width: auto;
		}
	form#register span {
		color: white;
	}
	form#register span.warning {
		color: red;
	}
	form#register a {
		display: block;
		font: 12px arial, sans-serif;
		text-decoration: none;
		outline: none;
		margin-bottom: 3px;
	}
		form#register a:hover {
			text-decoration: underline;
		}
	form#register p {
		font: 12px arial, sans-serif;
		margin: 3px 0;
	}
	form#register p.notice {
		font-weight: bold;
		text-align: right;
		margin-bottom: 15px;
	}
	div.notice {
		color: #2d6308;
		background-color: white;
		padding: 4px;
		text-align: left;
		border: 2px solid #2d6308;
		font-weight: bold;
		margin-top: 12px;
	}
		div.notice a,
		div.notice a:hover {
			color: #2d6308;
		}
	div.warning {
		color: red;
		background-color: white;
		padding: 4px;
		text-align: left;
		border: 2px solid red;
		margin-bottom: 15px;
		font-size: 12px;
	}
	form#register div.warning a {
		display: inline;
		color: red;
		font:  12px times, serif;
		text-decoration: underline;
	}
	div.warning h3 {
		color: red;
		font-size: 14px;
		margin: 0;
		margin-bottom: 3px;
	}
	div.warning ul {
		list-style: disc inside;
		margin: 0;
		padding: 0;
		padding-left: 10px;
	}
	div.warning ul li {
		font-size: 12px;
		font-weight: normal;
	}
	.hide {
		display: none;
	}