input:focus {outline:0;}

html
{
	background: url("pozadina.jpg") left top;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div
{
  text-align:center;
  margin: 20px auto;
  width: 650px;  
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;

}

h2
{
	margin-top: 40px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 20px;
}

p
{
	margin: 15px 40px 15px 40px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: justify;
}

a
{
	color: black;
	font-size: 20px;
}

.button-success 
{
	cursor: pointer;
	font-size: 18px;
	color: white;
	border-radius: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: red;
	padding: 15px 30px;
	margin-bottom: 10px;
}