@CHARSET "ISO-8859-1";

body{
	background-color:#ddd;
	margin:0;
	font-family:verdana;
	font-size:12px;
	}
	
form{
	margin:0;
	paddin:0;
	}
	h1{
	margin:0;
	padding:0;
	}
.header_logo{
  height:70px;
  width:100%;
  background:url(images/kinesistemi_logo2.jpg) no-repeat;
  background-position:0px 4px;
  position:relative;
  background-color:white;
  border-bottom:1px solid #999;
}

a, a:visited{
	color:black;
	}
	
	li{
	height:25px;
	}

.header_omicron{
  position:absolute;
  right:15px;
  top:50px;
  height:20px;
  width:300px;
  text-align:right;
  font-size:9px;
  font-family:Verdana;
  background-color:white;
}
.header_omicron a{
  font-size:10px;
  text-decoration:none;
  font-weight:bold;
  color:#333333;
}

.box{
  padding:10px;
  margin:15px;
  border:1px solid #777;
  background-color:#eee;
  -moz-border-radius:4px;
}

.box p{
	margin:0;
	padding:0;
	padding-bottom:1.2em;
	}
#login_box{
 width:230px;
position:absolute;
top:85x;
left:15px;

}


#footer{
	position:absolute;
	bottom:10px;
	left:10px;
	color:#666;
	font-size:11px;
	}
	
#reserved{
	width:800px;
	position:relative;
	}
	
	#logout_cmd{
	  position:absolute;
	  right:20px;
	  top:10px;
	}
