BODY{
	background-color: #4e4e4e;
	font-family: Verdana;
}

A{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

.imagecontainer_login{
	background-image: url(../syspics/LoginBack.jpg);
	background-repeat: no-repeat;
	width: 685px;
	height: 700px;
}
.imagecontainer_register{
	background-image: url(../syspics/RegisterBack.jpg);
	background-repeat: no-repeat;
	width: 685px;
	height: 700px;
}
.imagecontainer_activate{
	background-image: url(../syspics/ActivateBack.jpg);
	background-repeat: no-repeat;
	width: 685px;
	height: 700px;
}


.subheadline{
	height: 25px;
	vertical-align: bottom;
	padding-left: 147px;
	color: #000066;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.hotspot{
	width: 100%;
	padding-top: 20px;
}

.registtalbe{
	width: 80%;
	padding-top: 20px;
	padding-left: 147px;
	margin: 0px;
	
}
.registerfield{
	vertical-align: top;
	text-align: left;
}

.register-left{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.register-right{
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.lefttd{
	width: 50%;
	text-align: right;
	border-right: 2px solid #000066;
	vertical-align: top;
	padding-right: 20px;
}
.righttd{
	width: 50%;
	vertical-align: top;
	padding-left: 20px;
	text-align: left;
}
.subsubline{
	color: #4e4e4e;
}
.inputtext{
	color: #000066;
	font-weight: bold;
}
.inputtextk{
	color: #000066;
	font-weight: bold;
	font-size: 0.8em;
}
.inputtexttiny{
	color: #000066;
	font-weight: normal;
	font-size: 0.8em;
}
.input{
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #000066;
}
.messagebox{
	text-align: left;
	padding-left: 147px;
	padding-top: 10px;
}
.button{
	color: #000066;
	border: 0px solid #000066;
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #6c6c6c;
	width: 100px;
	height: 25px;
}
.button2{
	color: #000066;
	border: 0px solid #000066;
	cursor: pointer;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 100px;
	height: 25px;
	background-image: url(../syspics/button_dark.png);
}
.fakebutton{
	cursor: pointer;
}
.password{
	font-size: 0.9em;	
}



