/* Style rules for GateKeeper
   http://www.HTMLisEasy.com/keeper/
*****************************************/


html, body {
	height: 100%;
	margin: 0 auto;
}

#cntr {
	height:300px;
	text-align: center;
	color: #ffffff;
}

#slika {
margin-top:50px;
}

/* this is the table that encloses the form
-------------------------------------------------*/
#keeperblock {

	margin: 0 auto;
	margin-top:10px;
	padding: 8px;
   color:#dadada;
   background-color:#0c0c0c;
   font:normal 12px arial;
     border:solid 1px #dadada;
}


/* username & password input text boxes
-------------------------------------------------*/
#keeperblock #ku,#kp {
	margin-left:5px;
	margin-bottom:5px;
   border:solid 1px #999999;
   font:normal 12px arial;
   width:100px;
}


/* cell that contains the text "save password"
-------------------------------------------------*/
#keeperblock #ksp{
   font:normal 11px arial;
   color:#dadada;
}


/* sign-in button
-------------------------------------------------*/
#keeperblock #kb{
	margin-top:7px;
   font:bold 11px arial;
   color:#000000;
   background-color:#eeeeee;
   border:outset 3px #262626;
   width:75px;
}

/* div that contains the noscript blurb
-------------------------------------------------*/
#keeperblock #kns{
   display:inline;
   color:#ff0000;
   background-color:#ffff66;
   font:normal 11px tahoma,sans-serif;
}


/**  END OF FILE  *************/
