@charset "utf-8";
#bodyZone {
 width: 90%;
 margin-right: auto;
 margin-left: auto; }
h1 {
 color: #2a2a2a;
 font-size: 110%;
 background-image: url(../imagas/headback.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;
 letter-spacing: 1px;
 padding-top: 10px;
 padding-bottom: 5px; }
h2 {
 color: #2a2a2a;
 font-size: 95%;
 border-left: 10px solid #46d07e; }
p {  }
.red { color: red; }
p.close {
 background-image: url(../../images/close_icon.gif);
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 0 center;
 width: 100px;
 margin: -30px auto 20px;
 padding-left: 20px;  }

form {
 background-color: #eaeaea;
 padding: 3px 5px 0; }
textarea,input {
 border: solid 1px #c8c8c8;
  }