/*
 * $Id$
 *
 * Copyright ©2009 Flying Coders
 */

form#contact p {
  margin: 0;
}
form input {
  align:left;
  background: white;
  border: 1px solid #98AAD2;
  font: 11pt/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  height:24px;
  margin: 0;
  width:333px;
}

form textarea#message {
  background: white;
  border: 1px solid #98AAD2;
  font: 11pt/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  height: 220px;
  width:333px;
}

form input#button {
  background: transparent url(/images/button_send.gif) no-repeat;
  border: none;
  color: white;
  font: bold 11pt/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  height: 32px;
  text-align: center;
  width: 83px;
}

form label {
  color: white;
  display:block;
  padding: 20px 0 4px 0;
  text-align:left;
}

div#contenu {
  position: relative;
}

div#contenu div#address {
  position: absolute;
  left: 800px;
  bottom: 60px;
  width: 240px;
}

span.error {
  font-color: red;
}

