﻿/* Contact Form Stylesheet */

/* layout */

DIV#cform
{
    position: absolute;
    left: 0em;
    width: 24em;
    top: 5em;
    height: 10em;
}

DIV#cmess
{
    position: absolute;
    left: 6em;
    width: 16em;
    top: 0em;
    height: 1em;
    text-align: center;
}

DIV#clab1
{
    position: absolute;
    left: 0em;
    width: 5.5em;
    top: 1.25em;
    height: 1em;
}

DIV#cfld1
{
    position: absolute;
    left: 6em;
    width: 16em;
    top: 1em;
    height: 1em;
}

DIV#clab2
{
    position: absolute;
    left: 0em;
    width: 5.5em;
    top: 2.75em;
    height: 1em;
}

DIV#cfld2
{
    position: absolute;
    left: 6em;
    width: 16em;
    top: 2.5em;
    height: 1em;
}

DIV#clab3
{
    position: absolute;
    left: 0em;
    width: 5.5em;
    top: 4.25em;
    height: 1em;
}

DIV#cfld3
{
    position: absolute;
    left: 6em;
    width: 16em;
    top: 4em;
    height: 1em;
}

DIV#clab4
{
    position: absolute;
    left: 0em;
    width: 5.5em;
    top: 6.5em;
    height: 1em;
}

DIV#cfld4
{
    position: absolute;
    left: 6em;
    width: 16em;
    top: 5.5em;
    height: 3em;
}

DIV#cfld5
{
    position: absolute;
    left: 6em;
    width: 16em;
    top: 8.75em;
    height: 1em;
    text-align: center;
}

/* forms */

FORM#contact
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

/* form fields */

INPUT.cinp1
{
    width: 100%;
    font-family: Verdana, Arial;
    font-size: 80%;
}

TEXTAREA.cinp2
{
    width: 100%;
    font-family: Verdana, Arial;
    font-size: 80%;
    height: 3em;
}
