﻿html, body
{
    background:#000000 url(/images/FTMLogoBig.jpg) no-repeat bottom right;
}

div.FormField
{
    position:relative; 
    float:left;
    padding-right:10px;
}

.FieldLabel
{
    font-size:9px; 
    margin-top:1px;
    margin-bottom:3px;
}

.Heading
{
    font-size:large;
    font-weight:bold;
    margin-top:0px;
}

input.text, textarea, select
{
    font-size:1.1em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/images/fieldbg.gif) repeat-x top;
}

#SubContent
{
	position:relative;
	float:left;	
	width:621px; 
	height:410px; 
	padding:0px 0 0 10px; 
	border:solid 1px black;
	background:#FFFFFF url(/images/subBackground.jpg) no-repeat bottom right;
}