body {
  text-align: center;
  color: #333;
  background-color: #ddd;
}

body, input, select {
  font-family: arial,sans-serif;
  font-size: 13px;
}

div.language  {
	margin: auto;
	right: 0px;
	top: 10px;
	padding: 10px;
	text-align: center;
	width: 58px;
	height: 15px;
	background-color: #f6f6f6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.language a {	
	color: #400040;
	font-size: 14px;
	text-decoration: none;
}	
div.language a:hover {
	border-bottom: none;
	border-bottom: 1px solid #023777;	
}

div.outer {
  margin: 40px auto 100px auto;
  border-left: 1px solid #444;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  padding: 10px 60px 80px 60px;
  width: 600px;
  box-shadow: 5px 5px 4px #aaa;
  background-color: #f6f6f6;
}

form {
  display: inline-block;
  text-align: left;
}

h1 {
  text-align: left;
  font-size: 22px;
}

span.warn {
  color: #3e13af;
  font-weight: bold;
}

div.warn {
  border: 1px solid #3e13af;
  padding: 20px 30px 35px 30px;
  width: 530px;
  margin: 10px 0 30px 0;
  text-align: justify;
}

table.main {
  border-collapse: collapse; /* Da bi mogli da podesavamo padding */
}

table.main tr.space td {
  padding-top: 30px;
}

table.main tr td.top {
  vertical-align: top;
  padding-top: 5px;
}

table.main tr td {
  padding: 3px 6px;
}

input[type=text], select  {
  border-radius: 6px;
  border: 1px solid #888;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 2px 5px;
}
input[type=text]:focus, select:focus {
  box-shadow: 0 1px 0 #3e13af inset, 0 -1px 0 #3e13af inset, 1px 0 0 #3e13af inset, -1px 0 0 #3e13af inset, 0 0 4px rgba(62, 19, 175, 0.5);
  outline: none;
}

input[type=text] {
  height: 25px;
  width: 358px;
  padding: 2px 5px;
}

select {
  height: 28px;
  width: 370px;
  padding: 4px 5px;
}

input:disabled, select:disabled {
  background-color: #E9E9E9;
}

div.buttonHolder {
  padding: 30px 0 0 0;
  text-align: center;
}