@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #2783C4;
	background-image: url(media/login/sky.jpg);
	background-repeat: no-repeat;
}
#logoLeft {
	position: absolute;
	height: 212px;
	width: 184px;
	left: 0px;
	top: 0px;
}
.centreTable {
	background-position: center;
	text-align: center;
	top: 155px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.registerTable {
	background-position: center;
	text-align: center;
	top: 60px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.loginCenter {
	height: 288px;
	width: 289px;
	background-image: url(media/login/login_ocean_centre_r1_c4.gif);
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
.normalfld
{
	background-image: url(media/login/bg_pass.gif);
	background-repeat: no-repeat;
}
.focusfld
{
	background-color: #FFFFFF;
}
.registerBG {
	background-image: url(media/login/sea_register.jpg);
	background-repeat: no-repeat;
	background-position: 0px 262px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.notRegistered {
	display: block;
	height: 75px;
	width: 275px;
}
