/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
  font-size: 80%;
  line-height: 1.4em;
  background: url('../design/testbg2.gif');
  width: 100%;
  color: #333333;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

p, form {
margin: 10px 0 8px 0;
}

p {
padding: 0px 4px;
}

a:link, a:visited {
color: #333333;
text-decoration: underline;
}

a:hover, a:active {
color: #333333;
text-decoration: none;
}

/* the main layout */

#contentForm {
  display: block;
  width: 520px;
  margin: 30px auto;
  padding: 0px;
  border: 0px solid #949494;
  background: #ffffff url('../design/contactfooter.gif') no-repeat bottom left;
  text-align: justify;
}

#main {
  padding: 5px 10px 3px 10px;
}

#header {
  height: 65px;
  display: block;
  border-bottom: 1px solid #04478b;
  padding: 0;
  margin: 0;
  background: #0a56a4 url('../design/contactform.gif') no-repeat;
}

#footer {
  height: 7px;
  display: block;
  padding: 0;
  margin: 0;
  background: #ffffff url('../design/contactfooter.gif') no-repeat bottom left;
}

/* and now the form formatting itself */

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 13px;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
  font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url('../design/submit_button.gif') no-repeat left top;
  width: 110px;
  height: 27px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: normal;
  background: #FB7070;
  padding: 5px 10px;
  margin: 7px 0;
  border-top: 1px solid #D43C3C;
  border-bottom: 1px solid #D43C3C;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
