








body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 165%;
  color: #539bbd; }

p {
  position: relative;
  margin-top: 1em; }

p.contact {
  float: left;
  width: 100%;
  font-size: 1.2em; }

#content a {
  color: #4c849f; }

div p:first-child {
  margin-top: 0; }

.txt-img {
  text-indent: -2000px; }

a.button, span.button {
  float: left;
  display: block;
  padding: 0 0 0 13px;
  height: 23px;
  background: url('../images/bg_button_left.png') no-repeat;
  text-decoration: none;
  line-height: 215%;
  cursor: pointer;
  color: white; }
  a.button span, a.button input,   span.button span, span.button input {
    float: left;
    display: block;
    width: auto !important;
    height: 23px;
    padding: 0 13px 0 0;
    border: none;
    background: url('../images/bg_button_right.png') right center no-repeat;
    line-height: 215%;
    cursor: pointer;
    color: white;
    font-size: 10px !important; }
  a.button input,   span.button input {
    font-family: Verdana, Arial, sans-serif; }

#language {
  position: absolute;
  z-index: 99;
  top: -13px;
  left: 30px;
  width: 60px;
  height: 23px;
  line-height: 225%;
  font-size: 0.9em;
  text-align: center;
  background: url('../images/bg_language.gif') repeat-x; }
  #language a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white; }




span.required-field {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url('../images/ic_required_field.png') no-repeat; }

form {
  float: left;
  clear: both;
  width: 100%; }
  form span.required-field {
    position: absolute;
    right: -9px;
    top: 6px; }
  form p {
    float: left;
    clear: both;
    width: 100%; }
  form label {
    position: relative;
    display: block;
    float: left;
    width: 120px;
    padding-top: 0.25em;
    margin-right: 18px;
    font-size: 0.8em; }
  form input, form select {
    float: left;
    width: 124px; }
  form p.text input {
    height: 17px;
    line-height: 200%;
    padding: 2px 3px 3px 3px;
    border: none;
    background: #c7deeb; }
