#palladijForm {
  background: #fff url(pictures/form_bg.jpg) no-repeat top center;
  padding: 160px 7px 7px 7px;
  width: 90%;
  margin: 30px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0px 0px 3px 0px #D1D1D1;
  min-width: 370px;
}

#palladijForm input[type=text] {
  width: 80%;
  clear: both;
  padding: 3px 8px 3px 8px;
  margin: 5px auto;
  display: block;
  box-shadow: 1px 1px 3px 1px #F5F5F5 inset;
  font-size: 150%;
  border: solid 1px #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  color: #A1A1A1;
}

#palladijForm input[type=text]:focus {
  box-shadow: 0px 0px 4px 1px rgba(255, 230, 132, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #FFE7A1;
}

#palladijForm input[type=submit] {
width: 82%;
clear: both;
margin: 10px auto;
display: block;
background-color: #F57C57;
border-radius: 5px;
padding: 7px 25px;
color: #FFFADC;
font-family: Arial,Helvetica,sans-serif;
border: 1px solid #D88C75;
font-size: 90%;
transition-duration: 0.5s;
cursor: pointer;
letter-spacing: 0.2px;
}

#palladijForm input[type=submit]:hover {
 box-shadow: 0 4px 15px 0 #DD6745 inset;
}


#palladijFormResult {
  width: 80%;
  clear: both;
  padding: 3px 5px 3px 5px;
  margin: 25px auto;
  font-size: 150%;
  border-bottom: dashed 1px #eee;
  color: #A1A1A1;
}

#palladijFormResult {
  width: 80%;
  clear: both;
  padding: 3px 5px 3px 5px;
  margin: 25px auto;
  font-size: 150%;
  border-bottom: dashed 1px #eee;
  color: #A1A1A1;
  line-height: 1.3;
}

#palladijC {
  text-align: center;
  margin-top: 45px;
  font-size: 80%;
  color: #C3C3C3;
}