body {color: #003399; font-family: Trebuchet MS, Arial,Helvetica,sans-serif; font-size: 13px; text-align: justify;}
a {text-decoration: none;}
a:hover {color: #FF9C38;text-decoration: underline;}
.text { margin: 5px; }
.oma {  text-align: right; font-weight: bold; text-decoration: none; }
.date { font-weight: bold; }
.prosveta {color: #FF9C38;text-align: right;margin-top: 12px;text-decoration: none;}
.keyword {color: #FF9C38; font-weight: bold}
.more {display:inline-block;padding-left: 12px;color: #FF9C38; }
input.button {
    -moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
    box-shadow:inset 1px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff9c38) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #ff9c38 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff9c38');
    background-color:#ffc477;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:2px solid #fcb268;
    display:inline-block;
    color:#ffffff;
    font-family:Verdana;
    font-size:12px;
    font-weight:200;
    padding:0px 4px;
    text-decoration:none;
}
input.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9c38), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #ff9c38 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c38', endColorstr='#ffc477');
    background-color:#ff9c38;
    color: white;
}
input.button:active {
    position:relative;
    top:1px;
    color: white;
}
div.flashinfo {
    Display: block;
    margin: 2em;
    background-color: Azure;
    color: DarkBlue;
    border: 2px DarkBlue solid;
    padding: 0.5em;
    font-size: 0.9em;
}

div.flasherror {
    Display: block;
    margin: 2em;
    background-color: AntiqueWhite;
    color: Red;
    border: 2px DarkRed solid;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
}