﻿frame {
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	background-color: #ADABAB;
}
div.main_content {
	padding: 5px;
	margin: auto;
	border: thin ridge;
	position: relative;
	width: 895px;
}

div.clock {
	border: none;
	position: absolute;
	bottom: 20px;
	width: auto;
	top: 30px;
	left: 20px;
}

div.user_access_control {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 180px;
	overflow: hidden;
	font-size: x-small;
	height: 150px;
}
div.access_control_submit {
	position: absolute;
	bottom: 10px;
	width: 40px;
	right: 0px;
	height: auto;
}
div.access_control_logout {
	position: absolute;
	width: 50px;
	right: 20px;
	height: 30px;
	top: 10px;
}
     
.form-signin {
	width: 230px;
	padding: 5px;
	margin: 0 auto 0 0px;
	color: #017572;
	height: 80px;
	position: absolute;
	top: 10px;
}
                            
.form-signin input[type=password] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-color:#017572;
}
         
h2{
        text-align: center;
        color: #017572;
}

.footer_left {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.footer_clock {
	position: absolute;
	left: 45px;
	bottom: 15px;
}

.footer_right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
