html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	line-height:20px;
}
body{
	background:#68a5f8;
}
input, 
textarea{
	outline:none;
}

img{
	border:none;
}

.application {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #68a5f8;
}

div#wrap{
	width:500px;
	height:460px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	# margin-left: 25%; /*IE margin*/
}
div.napaka{
	height:36px;
	width:478px;
	position:absolute;
	top:196px;
	left:0px;
	border:1px solid #D50005;
	background:#D50005;
	color:#820101;
	font-weight:bold;
	padding:2px 10px 0 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
div.napaka img{
	margin:6px 10px 0 0;
	float:left;
}
div.napaka p{
	margin:7px 0;
	float:left;
	color: #FFFFFF;
}

div.obvestilo{
	height:36px;
	width:478px;
	position:absolute;
	top:196px;
	left:0px;
	border:1px solid #008000;
	background:#008000;
	color:#820101;
	font-weight:bold;
	padding:2px 10px 0 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
div.obvestilo img{
	margin:6px 10px 0 0;
	float:left;
}
div.obvestilo p{
	margin:7px 0;
	float:left;
	color: #FFFFFF;
}

div.block{
	height:216px;
	width:500px;
	position:absolute;
	top:250px;
	left:0px;
    background:url('../../../izgled/pipcms/slike/prijava-bg.jpg') no-repeat;
}
div.left{
	height:160px;
	width:146px;
	position:absolute;
	top:20px;
}
div.right{
	height:120px;
	width:354px;
	padding:20px 0px;
	position:absolute;
	top:35px;
	left:146px;
}
div.div-row{
	height:31px;
	width:354px;
	margin-bottom:20px;
	float:left;
}
div.block input{
	float:left;
	height:25px;
	width:260px;
	border:1px solid #ccc;
	padding:4px 0 0 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	margin-left:40px;
	font-size:16px;
	color:#666;
}
div.rm-row{
	float:left;
	width:202px;
	padding-left:40px;
	height:24px;
}
div.rm-row input#remember{
	float:left;
	width:16px;
	height:16px;
	margin:4px 4px 0 0;
	border:1px solid #ccc;
}
div.rm-row label{
	float:left;
	font-size:13px;
	width:160px;
	margin:2px 0 0 0;
	color:#666;
}
div.send-row{
	height:24px;
	padding-left: 240px;
	width:70px;
}
div.send-row #login{
	height:24px;
	padding:0px;
	width:70px;
	float:right;
	border:none;
	background:url('../../../izgled/pipcms/slike/prijava-gumb.png') no-repeat;
	cursor:pointer;
}
div.send-row #login:hover{
	width:70px;
	background:url('../../../izgled/pipcms/slike/prijava-gumb-hover.png') no-repeat;
}

