﻿/* Purely for presentation purposes */
.wrapper 
{
	min-height: 100%;
	height: auto !important; /* For IE6 */
	height: 100%; /* For IE6 */
	margin: 0px auto -350px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push 
{
	height: 350px; /* .push must be the same height as .footer */
}

/* DEFAULTS
----------------------------------------------------------*/


.page
{
    background-color: #ffffff;
    height:100%;
    text-align:center;
}

.formMainHeader
{
    padding-top:20px;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold;
    color: #000000;
    font-size:2em;
}

.formMainHeader1
{
    padding-top:20px;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold;
    color: #113535;
    font-size:3.6em;
}


.formSubHeader
{
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold;
    color: #808080;
    font-size: medium;
}

.formfieldname
{
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 0.8em;
}

.form table
{
    margin-left:auto;
    margin-right:auto;
}

.header
{
    margin:-10px -10px 0px -10px;
    background: #113535;
    width: 101%;
}

.mainHeader
{
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding-top:5px;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.6em;
}

.subHeader
{
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    font-size: 0.7em;
}

.footer
{
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: right;
    line-height: normal;
}

.fancy_button
{
    background: #113535;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size:1em;
    color:White;
}

.title
{
    float:left;
    text-align: left;
    padding-left:20px;
    width: auto;
}

.contacts
{
    font-size: 1.0em;
    text-align: right;
    padding-right:10px;
    color: White;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


