@font-face {
    font-family: amiga;
    src: url("/fonts/topaz-8.ttf");
}
@font-face {
    font-family: amiga_header;
    src: url("/fonts/TopazPlus_a500_v1.0.ttf");
}
body {
    background-image: url("/img/bg_amiga_login.png");
    background-repeat: no-repeat;
    background-color: #0057B0;
    cursor: url("/img/amiga_cursor.ico"), auto;
}

a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    cursor: url("/img/amiga_cursor.ico"), auto;
    color: white;
    background-color: blue;
}
.main {
    font-family: amiga;
    font-size: 10px;
    color: white;
    position: relative;
    left: 42px;
    top: 65px;
    width: 636px;
    height: 583px;
}
.inputtext{
    font-family: amiga;
    font-size: 10px;
    width: 100%;
    padding: 2px 5px;
}
.loginbox {
    background-image: url("/img/bg_login_box.png");
    font-family: amiga_header;
    font-size: 14px;
    color: white;
}
.loginsubbox {
    font-family: amiga;
    font-size: 10px;
    color: white;
    table-layout:fixed;
}
.box {
    font-family: amiga_header;
    font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	border:thin solid #000000;
	margin:10 auto;
	font-family: Verdana, Geneva, sans-serif;
	opacity:0.92;
	width: 82%;
	filter:alpha(opacity=30);
	-moz-opacity:0.92;
	-khtml-opacity:0.92;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
}
.shaded {
	margin-left:20%;
	margin-right:auto;
	-moz-box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
}
#cookie-law {
	position:fixed; 
	bottom:15;
	width: 60%;
	left: 20%;
	background:#FFF; 
	margin:10px auto 0; 
  	border-radius: 17px;
	border-style: solid;
	border-color: #999;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-moz-box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 7px rgba(0,0,0,0.5);
}
#cookie-law a {
	color: blue;
}
#cookie-law a:visited {
    color: blue;
}
 
#cookie-law p { 
	padding:10px; 
	font-family: amiga_header;
	font-size:0.8em; 
	font-weight:normal; 
	text-align:center; 
	color:#000; 
	margin:0;
}
