﻿/*this is a class to style the design table*/
input[type=button]
{
	width: 200px;
}
input[type=submit]
{
	width: 200px;
}

label.opcija
{
	font-weight:bold;
	display: block;
}

label.uskaOpcija
{
	font-weight:bold;
	display: block;	
	width: 100px;
	float:left;
}
