﻿body
{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-family:Euphemia;
}
div#container
{
    width:980px !important;
    height:100%;
    margin-left:auto;
    margin-right:auto;    
}
div
{
    padding:0;
    margin:0;    
}

div#formarea
{
    width:900px;
    margin-left:65px;
}

div#header
{
    /*height:170px !important;
    width:980px !important;
    margin-left:auto;
    margin-right:auto;    
    background-image:url('images/frmheader111.jpg');
    background-position:left top;
    background-repeat:no-repeat;*/

    height: 170px !important;
width: 980px !important;
margin-left: auto;
margin-right: auto;
background-image: url('images/frmheader111.jpg');
background-position: center top;
background-repeat: no-repeat;
background-size: 300px 100px;
}
div.threeforth
{
    width:75%;
    float:left;    
}
div.oneforth
{
    width:25%;
    float:left;
}

span.textbold
{
    font-weight:bold;
    font-size:14pt;    
    font-family:Euphemia;
}

input,textarea
{
    border:solid 1px black; 
    height:30px;   
}
span.labletext
{
    font-weight:bold;
    line-height:25px !important;
    vertical-align:middle;
        
}