
* {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
}
   html, body,
   div, p, form, input, ul, ol, dl, dt, dd, li,
   h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }

   p, ul, ol {
      margin-bottom: 1em;
   }
   ul, ol {
      margin-left: 2em;
   }


a {
   color: #ad1b00;
   cursor: pointer;
}

img {
   border: 0;
}

img.icon {
   vertical-align: middle;
}

table {
   clear: both;
   border: 0px;
   border-spacing: 0;
   border-collapse: collapse;
}





.popupWindow {
   text-align: center;
   overflow: hidden;
}


#popupCloseLink,
#photoNavPrevious,
#photoNavNext {
   position: absolute;
   padding: 8px 16px;
   color: #AD1B00;
   font-size: 28px;
   font-weight: bold;
   text-decoration: none;
}
#popupCloseLink {
   top: 0;
   right: 0;
   background-color: #000;
}
   a:hover#popupCloseLink {
      color: #fff;
      background-color: #AD1B00;
   }

/* ContactForm */
#contactForm {
   float: left;   
}
   #contactForm input{
      width: 200px;
   }
   #contactForm textarea{
      height: 150px;
      width: 212px;
   }
   #contactForm .button {
      width: 100px;
   }
   
   #recaptcha_image img {
    width: 300px;
   }
   

