/* CSS Document */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(/images/background.jpg) center top no-repeat;
  font-family: Arial, Verdana, Tahoma;
  color: #333333;
  font-size: 13px;
}

#wrapper {
  margin: 165px auto 0 auto;
  width: 760px;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

.lang_row {
  padding: 10px;
  background: #FF7905;
  color: #ffffff;
  margin-top: 15px;
}

.row {
  padding: 0 10px 10px 10px;
  background: #eeeeee; 
}

.noborder {
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}

input {
  width: 400px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 2px #c8c8c8;
  font-size: 16px;
  padding: 5px 10px;
  height: 35px;    
}

select {
  width: 400px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 2px #c8c8c8;
  font-size: 16px;
  padding: 5px 10px;
  height: 35px; 
}

option {
  font-size: 13px;
}

.subrow {
  margin-top: 10px;
}

.buttonrow {
  margin-top: 15px;
}

.editbutton {
  background: #FF7905;
  border-radius: 20px;
  box-shadow: 0 0 2px #c8c8c8;
  color: #ffffff;
  cursor: pointer;
}

h1 {
  font-size: 18px;
  text-align: center;
}

.print {
  background: #FF7905;
  border-radius: 20px;
  box-shadow: 0 0 2px #c8c8c8;
  color: #ffffff;
  cursor: pointer;
  width: 400px;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
  display: block;  
}

#ui-datepicker-div select {
  height: auto;
}