﻿
body
{
    padding: 0;
    margin: 0;
}

div.background_left
{
    background-image: url(/lib/img/web/logo_left.png);
    background-repeat: no-repeat;
    background-position: left 60px;
    background-attachment: fixed;
}

div.background_right
{
    background-image: url(/lib/img/web/logo_right.png);
    background-position: right 60px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.frame
{
    padding-top: 50px;
    margin-left: 100px;
    margin-right: 300px;
    min-height: 400px;
    max-width: 600px;
}

*
{
    font-family: Sans-Serif;
}

ul
{
    list-style-type: disc;
    list-style-position: outside;
}

p, td, li, th, legend, div, span, label, input, textarea
{
    font-size: 11.5px;
}

h2
{
    font-size: 12px;
}

h3
{
    font-size: 12px;
}

.contactform table
{
    width: 100%;
}

.contactform input, .contactform textarea
{
    width: 100%;
    border: solid 1px #efefef;
    background-color: #ffffdd;
}

.contactform th
{
    width:100px;
    text-align: right;
    vertical-align: top;
    background-color: #eeeeee;
}

.contactform td
{
    background-color: #ffffdd;
    border-bottom: 1px dashed #dddddd;
}

.contactform label
{
    border-bottom:1px dashed black;
}

.contactform a
{
	display:block;
}