/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-Nov-2014, 11:11:55
    Author     : vladimir.stus
*/
#container
{
    width: 850px;
}
.dataInfo
{
    width: 100%;
}


.pozicija
{
    float:right;
   // margin-left: -300px;
    clear: both;
    right: 0; 
}
#polje
{
    width:10px;
}

.plavaforma table tbody td { 

	text-align:left;
	color:#444;
	font-size:15px;
}

.plavaforma table tbody td input {
		padding:5px;
}

.dugmePrijava2 {
color: #fff;
font-size: 1em;
border: 1px solid #2d548d;
background-color: #3865a6;
background-image: linear-gradient(top, #3865a6, #2d548d);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3865a6), to(#2d548d));
background-image: -webkit-linear-gradient(top, #3865a6, #2d548d);
padding: 10px 30px;
}

.dugmePrijava2:hover{
	background:none repeat scroll 0 0 #2d548d;
	cursor:pointer;
	}