﻿body {
}
.naslov {
    font-family: Calibri;
    font-size: x-large;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.podnaslov{
    font-family: Calibri;
    font-size: large;
    text-align: center;
    width:100%;
    line-height: 40px;
    font-style: italic;
}

.obrazac{
    width:650px;   
    margin: 0 auto;
    font-family: Calibri;
    background-color: #ddd;
    padding: 10px;
}

input[type="text"] {
    border: solid thin #707070;
    width: 300px;    
    padding: 3px;
}

input[type="submit"] {
    border: solid thin #707070;
}

table{    
    width: 100%;
    margin-left:auto; 
    margin-right:auto;
}

.napomena{
    font-size:x-small;
}

.ddl{
    border: solid thin #707070;
}

.error {
    background-color: #ff0000;
}

.poruka{
    color:green;
    text-align: center;
}

.porukaGreska{
    color:red;
    text-align: left;
    line-height: 20px;
}

tr{
    line-height: 30px;
}

.small{
    font-size:small;
    font-style: italic;
    color:green;
    text-align: center;
}