* {
	font-family: arial;
}

body {
	background-image: url("head.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #8e8e8e;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main {
	width: 100%;
	height: 100%;
}

#headbalken {
	background: -moz-linear-gradient(left, rgba(199,232,251,1) 0%, rgba(255,255,255,1) 42%, rgba(153,154,156,1) 75%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	height: 8px;
}

#login_table {
	width: 692px;
}

#login_field {
	background-image: url("login_back.png");
	background-repeat: no-repeat;
	width: 692px;
	height: 401px;
}

#login_form {
	position: absolute;
	width: 692px;
	height: 401px;
	padding-top: 50%;
	
}

#login_id {
	position: absolute;
	left: 243px;
	top: 35px;
	width:	192px;
	height: 37px;
	text-align: center;
	font-size: 26px;
	border: 0px solid black;
}

#login_password {
	position: absolute;
	left: 243px;
	top: 104px;
	width:	192px;
	height: 36px;
	text-align: center;
	font-size: 26px;
	border: 0px solid black;
}
#toplinks {

	text-align: right;
	margin: 50px 0px 0 0;
	
}
#login_submit {
//	background-image: url("submit.png");
	position: absolute;
	left: 510px;
	top: 75px;
	width: 150px;
}

/*tr.notify td {
	width:	600px;
	height: 40px;
	text-align: center;
}

tr.notify td.notify_visible {
	background-color: #FFAAAA;
	border: 1px solid black;
	font-size: 20px;
}

tr.notify td.notify_invisible {
	//background-color: #AAFFAA;
	color:	background-color;
}*/