@font-face {
    font-family: "QuickSand";
    src: url("fonts/Quicksand_Book.otf") format("opentype");
}

body {
	margin: 0px;
	padding: 0px;
	background: url("../img/background.png") repeat;
	font-family: Verdana, Arial, sans-serif;
	color:#fff;
}

FORM.Login {
	width: 350px;
	margin: 50px auto;
	padding: 10px 10px 10px;
	background: #444;
	background: rgba(0,0,0,.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2); 
}

FORM.Login FIELDSET {
	padding: 60px 10px 10px;
	border: none;
	text-align: center;
	line-height: 37px;
	background: url("../img/squirrel.svg") no-repeat;
	background-size: 50px 50px;
	background-position: center top;
}

FORM.Login INPUT {
	width: 200px;
	height: 31px;
	margin: 0px;
	padding: 3px 5px 2px 5px;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	border: 0;
	background: #EEE;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;  
}

FORM.Login INPUT:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
  
FORM.Login INPUT:-ms-input-placeholder,
FORM.Login INPUT:-moz-placeholder,
FORM.Login INPUT:-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

FORM.Login BUTTON  {
	overflow: visible;
	position: relative;
	float: right;
	width: 116px;
	height: 73px;
	padding: 0;
	border: 0;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #72B6CF;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;    
}

FORM.Login BUTTON:hover {    
	background: #80B847;
}
   
FORM.Login BUTTON:active,
FORM.Login BUTTON:focus {  
	background: #80B847;
	outline: 0;  
}
 
FORM.Login BUTTON:before { /* leva sipka */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #72B6CF transparent;
	top: 28px;
	left: -6px;
}

FORM.Login BUTTON:hover:before,
FORM.Login BUTTON:focus:before,
FORM.Login BUTTON:active:before {
	border-right-color: #80B847;
}
 
FORM.Login BUTTON::-moz-focus-inner { /* odstrani extra mezeru u Mozilla Firefox */
	border: 0;
	padding: 0;
}




HEADER.Main {
	height: 50px;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

A.Logo {
	display: inline-block;
	float: left;
	height: 50px;
	padding: 0px 0px 0px 90px;
	line-height: 50px;
	background: url("../img/squirrel.svg") no-repeat;
	background-size: 50px 50px;
	background-position: 20px center;
}

NAV {
	float: right;
}

NAV A {
	display: inline-block;
	height: 50px;
	margin: 0px;
	padding: 0px 20px;
	line-height: 50px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid #72B6CF;
}

NAV A:hover {
	border-bottom: 3px solid #80B847;
}

SECTION.Content {
	margin: 0px auto 10px;
	padding: 0px 0px 25px;
	color: gray;
}

A {
	color: #999999;
	text-decoration: none;
}

A:hover {
	color: #555555;
}

.B {
	font-weight: bold;
}

.FS06 {
	font-size: 0.6em;
}

.FS08 {
	font-size: 0.8em;
}

.FS20 {
	font-size: 2.0em;
}

.ClrBth {
	clear: both;
}

.Center {
	text-align: center;
}
