body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
	height:75%;
    background-color: transparent;
	background-image:url("pozadini/body.png");
	background-attachment: fixed;
	background-size: 100% 100%;
    color: #444444;
    padding: 0px;
	margin:2px;
}
.bodyto{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
	height:75%;
    background-color: transparent;
	background-image:url("pozadini/body.png");
	background-attachment: fixed;
	background-size: 100% 100%;
    color: #444444;
    padding: 0px;
	margin:2px;
}
.form {
	/*background-image:url("pozadini/glava.png");*/
  /*background: #ffffff;*/
  background-color:#bbbbbb;
  border: 2px solid #ff2d24;
  border-radius: 10px;
  height: 257px;
  margin: 20px auto 0;
  width: 298px;
}
.input{text-align:left;
	border: 1px solid #ff2d24;
  border-radius: 4px;
  box-shadow: 0 2px #ECEC81;
  box-sizing: border-box;
  color: #ff2d24;
  height: 39px;
  margin: 31px 0 0 29px;
  padding-left: 30px;
  transition: box-shadow 0.3s;
  width: 240px;
}
.submito{
	background-color:#ECEC81;
	/*text-align:center;*/
	border: 1px solid #444444;
	border-radius: 4px;
	box-shadow: 0 2px #ECEC81;
	box-sizing: border-box;
	color: #ff2d24;
	height: 39px;
	margin: 31px 0 0 29px;
	transition: box-shadow 0.3s;
	width: 240px;
	cursor:pointer;
}
.submito:active{
	position:relative;
	top:2px;
	
}
.form1{
	/*background-image:url("pozadini/body.png");*/
  /*background: #ffffff;*/
  background-color:#bbbbbb;
  border: 2px solid #ff2d24;
  border-radius: 10px;
  height: 700px;
  margin: 10px auto 0;
  width: 360px;
}
.input1{text-align:left;
		border: 1px solid #ff2d24;
	  border-radius: 4px;
	  box-shadow: 0 2px #ECEC81;
	  box-sizing: border-box;
	  color: #ff2d24;
	  height: 39px;
	 margin: 31px 0 0 29px;
	  padding-left: 30px;
	  transition: box-shadow 0.3s;
	  width: 240px;
}
.text{
	color: #ff2d24;
}
.textp{
	color: #444444;
	font-size:18;
	text-align:center;
}
.textpp{
	color: #444444;
	font-size:15;
	text-align:left;
	padding-left:100px;
}
.kontrola{
		background-color:#ffffff; /*#6b6b6b; #a73f2d;*/
	border:1px solid #3b3b3b;
	display:inline-block;
	cursor:pointer;
	color:#444444;
	font-family:Arial;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	width:300px;
	border-radius:20px 20px 20px 20px;
	-o-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-khtml-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;

	-o-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-khtml-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	  
}
.kontrola:hover {
	/*box-shadow:inset 0px 34px 0px -15px #b0b0b0;*/
	background-color:#444444;
	color:#ffffff;
	position:relative;
}
.kontrola:active {
	position:relative;
	top:2px;
	background-color:#ff2d24;
}
.ulto{
	font-size:20px;
}
.input2{text-align:left;
		border: 1px solid #ff2d24;
	  border-radius: 4px;
	  box-shadow: 0 2px #f3f3f3;
	  box-sizing: border-box;
	  color: #ff2d24;
	  height: 50px;
	  margin: 10px 0 0 20px;
	  padding-left: 20px;
	  transition: box-shadow 0.3s;
	  width: 340px;
}
.sredinanajava {
	margin:0 auto;
	margin-top:100px;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	height:100%;
	min-width:49%;
	max-width:55%;
	box-sizing:border-box;
}
.tabelata{
	border:1px solid black;
	width: 900px;
	margin:0 auto;
	
}

h1 {
	color:blue;
}
