@CHARSET "ISO-8859-1";

body { 
  margin: 0;
  text-align: center;
  background-color: #fff;
  font-family: verdana, arial, helvetica, "sans serif";
  color: #333;
  text-align: justify;
  font-size: 11px;  
}

div#main {
  text-align: left; 
  width: 1191px;
  /* height: 842px; */
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/bg_50.jpg");
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;  
}

#content {
  width: 826px;
  height: 626px;
  background-image: url("../img/content_50-2.jpg");
  background-repeat: no-repeat;
  position: relative;
  top: 67px;
  left: 185px;
}

#header {  
  float: left;
  background-image: url("../img/header.jpg");
  margin-left: 24px;
  margin-top: 23px;
  width: 776px;
  height: 242px;
  border-bottom: 1px solid #ccc; 
}

#header span {
  display: none;
}

#page-wrapper {
  clear: both;
  position: relative;
  left: 24px;  
  width: 776px;
}

#page {
  padding: 10px 18px 0 18px;
}

#page h2.title,
#page h2.title-thanks,
#page h2.title-rules {
  width: 400px;
  height: 40px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

#page h2.title {
  background-image: url("../img/title_fi.gif");
  float: left;
}

#page h2.title-thanks {
  background-image: url("../img/thankyou_fi.gif");
}

#page h2 span {
  display: none;
}

#page input.text {
  border: 0;
  background-color: #ccc;
  float: left;
  clear: both;
  width: 200px;
  margin-bottom: 4px;
  margin-top: 15px;
  padding: 2px;
  color: #333;
  font-size: 11px;
  font-family: verdana, arial, helvetica;
}

#page img {
  float: left;
  clear: both;  
}

#page div {
  width: 250px;
  float: left;
}

#page p, #page form {
  margin-top: 0;
  margin-bottom: 0;  
}

#page form {
  width: 100%;
  margin-top: -13px;    
}

#page p {
  margin-bottom: 10px;
  clear: both;  
}

#page div.submit {
  clear: both;
  float: left;
  margin-top: 25px;
}

#page input.required {
  background-image: url("../img/required.gif");
  background-position: right 3px;
  background-repeat: no-repeat;
}

#page input.missing {
  background-color: #faa;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#page .rules {
  clear: both;
  font-size: 10px;
  padding-top: 14px;
  color: #666;
}

.vspace {
  height: 195px;
  width: 400px !important;
}

.vspace p {
  padding-top: 90px;
  font-size: 12px;
  font-weight: bold;
}

#lang-selector {
  float: right !important;
  width: auto !important;
}