@charset "utf-8";
/* COLORS:
  color: #3154B2;
  color: #9A4240;
  color: #9A4240;
  color: #FDD734;
*/

body {
    align: center;
    font-size: 24px;
    text-decoration: none;
    color: #3154B2;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    background: #fff;
    align: center;
    font-size: 24px;
    text-decoration: none;
    color: #3154B2;
    font-family: Arial, Helvetica, sans-serif;
    border-style:solid;
    border-radius: 5px;
    padding: 1px;
}

button {
  background: #fff;
  color: #444;
  font-family: sans-serif;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  border-style:solid;
}

input, textarea {
  background: #fff;
  resize: none;
  color: #444;
  font-family: sans-serif;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  position:relative;
  border-radius: 5px;
  border-style:solid;
  border-width: 1px;
}

.inputMandatory {
  background: #ffffdf;
  border-style:solid;
}

.inputError {
  background: #ff8f8f;
  border-style:solid;
}


#titleDiv {
    position: absolute;
    left: 20px;
    top: 4px;

}

/*#linksDiv {
    position:absolute;
    right: 50px;
    top: 4px;
}*/

#Submitme {
    column-span: all;
    padding: 10px 40px;
    border-radius: 10px;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #3154B2;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #2980B9;
    border-right: 3px solid #2980B9;
    text-shadow: 0px -2px #3154B2;
    width:250px;
    align: center;
}

a {font-size: 24px;}
a:link,a:visited {
    font-size: 24px;
    text-decoration: none;
    color: #9A4240;
}
a:hover {text-decoration: underline;}