html {
	margin: 0px;
	padding: 0px;
	height:100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: #5187c4;
	background-attachment: scroll;
	background-image: url(images/Login.gif);
	background-repeat: no-repeat;
	background-position: center 200px;
}
form {
	margin: 0px;
	padding: 0px;
	height:100%;
}
.Podnaslov {
	background-attachment: scroll;
	background-color: #AFD1EC;
	background-image:  url(Header/NaslovPozadina.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 280px;
}
.Podnaslov h2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-transform: none;
	background-image:  url("images/Strelica.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}
.TablicaSmall {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 310px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.TablicaSmall td{
	text-align: right;
}
tbt{
	width:170px;
	text-align: right;
}
.TextBox{
	width: 150px;
	padding: 3px;
	border: 1px solid #CED0DF;
	color: #000000;
}
.Button{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(Btn.gif);
	background-repeat: repeat-x;
	background-position: 1px 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #D1D1D1;
	border-bottom-color: #C0C0C0;
	border-left-color: #DFDFDF;
	height: 24px;
	width: 100px;
}
.Message{
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	letter-spacing: 1px;
}

