/*
 * Version: $Revision: 44279 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007-2010 BeSite
 */

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #181817;
}

#no-script {
    background: red;
    
    z-index: 1;
    text-align: center;
}

A
{
    color: #6CA032;
}

H1, H2, H3, H4, H5, H6
{
    color: #6CA032;
    position: relative;
    width: 99%;
    font-weight: normal;
}

HR
{
    height: 1px;
    color: #6CA032;
    background-color: #578228;
    border: 1px solid #578228;
}

INPUT.Submit,
INPUT.Button,
BUTTON
{
    background-color: #578228;
    color: white;
    font-weight: bold;
}



/* Contact form  */

input,
input.Button,
textarea,
select
{
    border: 0;    
    padding: 6px 2px 6px 2px;
    outline: none;
    
}

select 
{
    padding-right: 4px;
}

option 
{
    font-size: 9pt;
}

td.RequiredMarkedComment 
{
    text-align: left;
    font-size: 11px;
    padding: 10px  0 0 75px;
    color: #999;
}

table.Contact .RequiredMarkedComment {
   padding: 10px  0 0 130px;
}

input[type="submit"] 
{    
    width: 180px;
    height: 30px;
    float: left;
    margin-left: 75px; 
}

table.Contact input[type="submit"]{
    margin-left: 130px;
}

label 
{
    padding-top: 4px;
}

fieldset.Bsl div.Field input,
fieldset.Bsl div.Submit input.Submit 
{
    margin-left: 0;   
}

fieldset.Bsl div.Submit 
{
     padding: 0;
     margin-top: 10px;
}

table.Contact th 
{
    padding-right: 0;
}
 
table th.form {
    width: 130px;
}

table th,
table td,
table tr 
{
    padding: 2px 0;
}

/* 
    Editable formstyling 
*/

input,
input.Button,
textarea,
select
{
    border: 1px solid #ccc;
}

input:focus,
input.Button,
textarea:focus,
select:focus 
{
    border: 1px solid #6CA032;
}

input[type="submit"] 
{    
    background-color: #6CA032;
    color: #fff;
    border: 0;
}

input[type="submit"]:hover 
{    
    background-color: #86C442;
}
