html, body, h1, input, select, ul, li, img, fieldset {
margin:0;
padding:0;
}

body {
background-color: #ffffff;
background-image:url("../images/bg.gif");
background-repeat:repeat-x;
text-align: center;
font-family: Arial,sans-serif;
font-size: 12px;
line-height: 16px;
margin-top: 20px;
margin-left:5px;
margin-right:5px;
}

.tahoma11 {padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; font: 11px Tahoma; color: #FFFFFF;}
.tahoma11gray {padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; font: 11px Tahoma; color: #333333;}
.tahoma12gray {padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; font: bold 12px Tahoma; color: #333333;}


h1 {
color: #9c9c9c;
font-size: 25px;
font-family: "Arial Narrow", Arial,sans-serif;
text-transform: uppercase;
line-height:25px;
display:inline;
}

label {
color:#9e0039;
font-weight:bold;
}



a:link {
color: #9e0039;
text-decoration:none;
font-weight:bold;
}

a:visited {
color: #9e0039;
text-decoration:none;
font-weight:bold;
}

a:hover {
color: #fff;
text-decoration:underline;
font-weight:bold;
background:#9e0039;
}

a:active {
color: #9e0039;
text-decoration:none;
font-weight:bold;
}


a.meni:link {
color: #9e0039;
text-decoration:none;
font-weight:bold;
padding:5px;
border:1px solid #9e0039;
}

a.meni:visited {
color: #9e0039;
text-decoration:none;
font-weight:bold;
padding:5px;
border:1px solid #9e0039;
}

a.meni:hover {
color: #fff;
text-decoration:underline;
font-weight:bold;
padding:5px;
background:#9e0039;
}

a.meni:active {
color: #9e0039;
text-decoration:none;
font-weight:bold;
padding:5px;
border:1px solid #9e0039;
}

input {
padding:2px;
color:#9e0039;
background-color: #efefef;
border-right: 1px solid #9c9c9c;
border-bottom: 1px solid #9c9c9c;
border-top: 1px solid white; 
border-left: 1px solid white; 
}

.sd {
font-weight: bold;
text-align: center;
text-indent: 0px;  
}

.sd:hover {
border-right: 1px solid white;
border-bottom: 1px solid white;
border-top: 1px solid #9c9c9c; 
border-left: 1px solid #9c9c9c; 
text-decoration: none;
}

table.login {
border:1px solid #9c9c9c;
background:#fff;
}

p.center{
text-align:center;
}