body
{
  	padding : 0 0 0 0;
  	margin : auto;
  	background-color : #F82021;
  	background-image : url("/images/dobre_fill.jpg");
  	background-repeat : repeat-x;
	text-align : center;
	font-family : Verdana;
	font-size : 11px;
	color : white;
	width : 100%;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.bold {font-weight:bolder;}

a
{
	text-decoration : none;
	color : white;
}

p
{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-size : 12px;
}

form
{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	border : none;
}

input
{	
	width : 150px;
	height : 14px;
	border : none;
	color : black;
	font-size : 10px;
}

div
{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	border : none;
}

img
{
	border : 0px;
}

div.flash
{
	position : absolute; 
	top:0%; 
	left:0%; 
	width:100%; 
	height:100%; 
	min-height:580px; 
	min-width:980px;
}

div.noflash
{
	position : absolute; 
	top:10%; 
	left:20%; 
	width:60%; 
	height:100%; 
	font-size : 13px;
}

div.login
{
	width : 400px;
	margin : auto;
	margin-top : 250px;
}

div.input_label
{
	width : 120px;
	text-align : right;
	float : left;
}

div.input_content
{
	width : 200px;
	text-align : left;
	float : left;
	margin-left : 10px;
}


div.empty
{
	background-image : url("/images/dobre_fill.jpg");
	background-repeat : repeat-x;
	height : 800px;
}
