
html
{
	background: url("pozadina.jpg") left top;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

body
{
	margin: 0 0;
	padding: 0 0;
}

body,
input,
textarea {
  font-family: 'Consolas', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}


h1 {
  font-size: 32px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

h2
{
	margin-left:auto;
	margin-right:auto;
	width: 480px;
}

html{
  background-color: #ffffff;
}

#main{
	text-align:right;
  margin: 20px auto;
  width: 600px;  
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}



form{
  margin: 0 30px;
}

label.radio {
	cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}





hr{
  color: #a9a9a9;
  opacity: 0.3;
}

input
{
	margin: 9px 0px;
}



input[type=text]{
  width: 200px; 
  height: 33px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin: 9px 0px;
  padding-left: 10px;
}

input[type=submit]:disabled
{
	color: lightgrey;
}


select
{
	margin: 5px 8px;
	border: 0px solid #000;
	border-radius: 4px;
	box-shadow: 2px 1px 1px #ccc; 
	width: 60px;
	height: 25px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-align: left;
	background: #f8f8f8;
	cursor: pointer;
	color: #555;
}

#godina_rodzenja
{
	margin-right: 0px;
}

#vrtic_div
{
	margin-right: 137px;
}

input[type=checkbox]
{
	margin-right: 197px;
}

.select
{
	width: 212px;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
}

.poruka
{
  text-align:center;
  font-size: 32px;
  margin: 250px auto;
  width: 560px;  
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

.poruka a
{
	color: black;
}

.button-success 
{
	cursor: pointer;
	font-size: 17px;
	color: white;
	background: red;
	border-radius: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 17px 30px 17px 30px;
}



