/*
  The Web Factory Website Template
  www.thewebfactory.co.uk

  Copyright (c) 2006 Douglass Systems Limited

*/

/* Enquiry Form Style Sheet */

body {
        background-color:#ffffff;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background-color: #FFFFFF;
        }
.formfield {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        width: 100px;
        }
.forminput {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: left;
        width: 350px;
        }
.form {
        background-color: #497b49;
        }
.reply1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        }
.reply2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        }
.thanks {
        position:absolute;
        top: 200px;
        }