* {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCD4DD;
	padding: 0;
	margin: 0;
}

.bar {
	background: url('/tas/tasimage/login/loginbar.gif') repeat-x;
	height: 24px;
	width: 100%;
}

.logo {
	width: 100%;
	height: 50px;
	text-align: left;
	vertical-align: top;
}

.logo-pro {
	width: 100%;
	height: 50px;
	text-align: left;
	vertical-align: top;
}

.top-overlap {
	height: 185px; /* =(Image-height / 2 + Logo-height) */
}

.bottom-overlap {
	height: 135px; /* =(Image-height / 2) */
}

.dialogSurroundingCell {
	text-align:center;
}

.dialog {
	background: url('/tas/tasimage/login/login.jpg?nocache=1') no-repeat #3E4460;
	height: 270px; /* =(Image-height) */
	width: 326px; /* =(Image-width) */
}

.dialog-margin-top {
	height: 25px;
}

.dialog .welcome {
	font-size: 18px;
}

.dialog .error {
	display: table-row;
	vertical-align: middle;
	font-weight: bold;
}

.dialog .error IMG {
	display: table-cell;
	vertical-align: middle;
	top: 3px;
}

.dialog .label {
	font-weight: bold;
	line-height: 20px;
}

.dialog .before-check {
	height: 3px;
	line-height: 0px;
}

.dialog .after-check {
	height: 3px;
	line-height: 0px;
}

HTML>BODY .dialog .before-check { /* MOZ */
	height: 10px;
}

HTML>BODY .dialog .after-check { /* MOZ */
	height: 10px;
}

.dialog .between-links {
	height: 10px;
}

.dialog .after-links {
	height: 20px;
}

.dialog A {
	line-height: 20px;
}

.dialog A SPAN {
	padding-left: 3px;
	padding-right: 3px;
}

.dialog A#public {
	font-weight: bold;
}

.dialog-margin-left, .dialog-margin-right{
	width: 30px;
	height: 0px;
}

.dialog-margin-bottom {
	height: 20px;
	width: 0px;
}

.top {
	height: 50%; 
	vertical-align: top;
}

.overlay {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
}

.overlaySideColumn {
	width: 50%;
}

.overlayCentreColumn {
	text-align:center;
}

.bottom {
	height: 50%;
	background: #A7C855;
}
 
.pushup {
	height: 100px;
}

BODY {
	background: white;
}

TABLE {
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

.flatcheckbox {
	display: inline;
	margin-left: -3px;
	white-space: nowrap;
	display: table-row;
}

.flatcheckbox DIV {
	position: absolute;
	font-size: 1px;
}

HTML>BODY .flatcheckbox .outerborder { /* MOZ */
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
}

HTML>BODY .flatcheckbox .innerborder { /* MOZ */
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
}

.flatcheckbox INPUT {
	display: table-cell;	
	vertical-align: middle;
	margin-left:-7px;
}

.flatcheckbox LABEL {
	padding-left: 3px;
	margin-right: 10px;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

INPUT {
	border: 1px solid #777F91;
	color: black;
}

INPUT.value {
	width: 100%;
	padding-left: 2px;
	padding-top: 1px;
}

INPUT.button {
	background: #E9EEF4;
	margin-left: 8px;
	height: 22px;
	width: 96px;
}

IMG {
	border: 0px;
}
