html, body {
  margin:0; padding:0;
  height:100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

body {
  background-image:url('/7komega.jpg');
}

img {
  position: center;
}

#texte {
  font-size: 36px;
  font-weight: bold;
}

#wrapper {
  position:relative;
  float:left;
  height:50%;
  margin-bottom:-300px;
  width:1px;
}


#formwrap {
  clear:left;
  position:relative;
  width: 400px;
  height: 600px;
  margin:0 auto;
  background-color:#fafafa;
  border: 3px solid #000;
  text-align: center;
  border-radius: 15px;
}

#formwrap .valid {
  font-weight:bold;
  font-size: 1.2em;
  color: #00aa00;
}

#formwrap .title {
  background-color: #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 1.5em;
  font-weight:bold;
  padding: 5px;
}

#formwrap ul {
  padding: 0;
  margin: 10px;
  list-style: none outside none;
  text-align: left;
}

#formwrap li {
  width: 99%;
}

#formwrap label {
  font-weight:bold;
}

#formwrap input[type=text] {
  border: 2px solid #ddd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding:2px;
}

#formwrap textarea {
  border: 2px solid #ddd;
  width: 100%;
  height: 100px;
  max-width:100%;
}

#formwrap input[type=submit] {
  background:#f3f3f3;
  border:1px solid #dcdcdc;
  border-radius:2px;
  margin-top: 10px;
  width: 100px;
  cursor:pointer;
  color:#6e6e6e;
  font-size: 1.2em;
}

#formwrap input[type=submit]:hover {
  border-color:#999;
  color:#333;
}

#formwrap input[type=submit]:active {
  border-color:#444;
  color:#000;
}

#formwrap .error {
  background:url('/contact/error.png') center center no-repeat;
  height: 20px;
  padding: 20px;
}


#recaptcha_widget_div {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
} 