﻿body
{
    background-image:url(background.jpg);
    background-repeat:repeat-x;
    margin-top:50px;
    background-color:#292929;
}
#tablica
{
	border-style:solid;
	border-width:0px;
	border-color:White;
}
#lblInfo
{
    font-family:Trebuchet MS, Arial, Verdana;
	font-size:10px;
	font-weight:normal;
	color:Yellow;
	text-align:left;
	width:295px;
}
#tbl_naslov
{
	background-color:Orange;	
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:10px;
	font-weight:bold;
	color:White;
	text-align:center;
}
#tbl_name_txt
{		
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:10px;
	color:White;
	text-align:left;
	font-weight:normal;
	
}
#tbl_enter
{
    border-top-style:dashed;
    border-top-width:1px;
    border-top-color:Orange;   
}
#txtBox
{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:10px;
	font-weight:bold;
	background-color:#333333;
	border-color:Orange;
	border-width:0px;
	border-left-style:solid;
	border-top-style:solid;
	color:White;
	text-align:left;
	width:200px;
	color:White;
}
#cmdEnter
{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:10px;
	font-weight:bold;
	background-color:Transparent;
	width:80px;
	height:20px;
	border-width:0px;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-top-color:White;
	border-left-color:White;
	border-right-color:White;
	border-bottom-color:White;
	color:White;
}