﻿div.gornji {
	position: absolute;
	float:	left;
	left: 1%;
	background: #9c9;
	padding-top:	10px;
	padding-bottom:	10px;
	border-bottom: 2px solid;
	font: small-caps 25px/25px "Times New Roman", Times, serif;
	color: #282;
	text-align: center;
	width: 93%;
	height: 40px;
	top: 15px;
}
div.poruka
{
	border: 2px solid red;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #f0f0f0;
	font: bold 9.5pt "Trebuchet MS";
	width: 80%;
	position: fixed;
}
div.odjava 
{
	width: 50%;
	border: 2px solid red;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #f0f0f0;
	font: bold smaller sans-serif;
	text-align: center;
}
	
div.lijevi_gornji {
	position: absolute;
	float:	left;
	left: 1%;
	text-align: center;
	width: 80%;
	top: 75px;
	height: 22px;
	background: #00CCFF;
	font: bold smaller sans-serif;
}

div.lijevi {
	position: absolute;
	float:	left;
	left: 1%;
	width: 78%;
	top: 102px;
	height: 497px;
	background: white;
	text-align: left;
}

div.desni {
	position: absolute;
	float:	left;
	left: 79%;
	width: 19%;
	top: 67px;
	height: 852px;
	padding-top:	20px;
	font: bold smaller sans-serif;
	text-align: left;
	background: #9c9;
	font: bold smaller sans-serif;
}
div.oblasti {
	float:	left;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 14em;
	background: #141;
	font: bold smaller sans-serif;
}
div.login-form fieldset {
	
	background: #efe;
}

div.login-form legend {
	color: #dfd;
	background: #141;
	font-family: sans-serif;
	padding: 0.2em 1em
}

div.login-form label {
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

div.submit {
	margin-left: 20.5em;
}
#loading 
{
	width:200px;
	height: 90px;
	background-color:#ff9900;
	position:absolute;
	left:50%;
	top:110;
	margin-left:-100px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	border:2px solid #333333;
}

        