
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#omg{vertical-align:top !important}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	background: #ffffff url('/domcfg.nsf/bl_bg-body.png') repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
	color: #000000;
}
   
#container{
    height: 100%;
    position: absolute;
    width: 100%;
    min-height: 600px;
    min-width: 1300px;
}
    
#header {
    height: 114px;
    padding-top: 54px;
    position: relative;
    width: 100%;
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
}

#footer {
    position: absolute;
    bottom: 0;
    width:100%;
    height:110px; 
    background: #237197 url('/domcfg.nsf/bl_bg-footer.png') repeat-x; 
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	
}

#footer a{color: #9dd4f3;}
#footer p{line-height: 10px; font-size:12px}


.srclogo {
    position:absolute;
    right: 0;
    top: 0;
    width:331px;
    height:168px;
	text-align:center;
}
.naslov {
    width:170px;
    height:64px;
    margin: 0 auto;
    
}
.forma {
	width:462px;
	padding-top:35px;
	margin: 0 auto;
	height:400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #000;
}
.computer {
    position: absolute;
    left: 0;
    bottom: 110px;
    width:250px;
    height:290px;
}
.clear {
    clear:both;
}
   
/* warning message */
.message {
border:1px solid;
margin:25px auto;
width:750px;

}
	
.message p{
padding:15px 10px 15px 52px;	
}

.warning{
background:#FBE3E4 url('/domcfg.nsf/wh_highlight_line.gif') repeat-x scroll 0 0;
border-color:#FBC7C9;
}
	
.warning p{
color:#e80303;
background:transparent url('/domcfg.nsf/wh_warning.png') no-repeat scroll 15px 8px;
}

/* input fields */

input{
border: 1px solid #d7d8d9;
height: 30px;
width: 200px;
-moz-box-shadow: 3px 3px 3px #e5e5e5;
-webkit-box-shadow: 3px 3px 3px #e5e5e5;
box-shadow: 3px 3px 3px #e5e5e5;
}

.input_button{
	background:url('/domcfg.nsf/button.png') no-repeat;
	height: 52px;
	width: 190px;
	-moz-box-shadow: 0px 0px 0px ;
	-webkit-box-shadow: 0px 0px 0px ;
	 box-shadow: 0px 0px 0px ;
	 border: 0px solid #d7d8d9;
	 margin-top: 5px;
}