﻿

#formfields
{
    margin-left: 220px;
    width: 515px;
}

#formfields label
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: .9em;
    font-weight: bold;
}

.formrow
{
    margin-top: 0px;
    margin-bottom: 8px;
    width: 98%;
}


.landerlink
{
    width: 261px;
    height: 39px;
    float: left;
    display: inline;
    margin-top: 8px;
    margin-left: 93px;
    background: url(/images/stretch/landerlink.gif) no-repeat left top;
}

.landerlink:hover
{
    background-position: left top;
}

.landerlink img
{
    border: 0;
}

#submit
{
    float: left;
    display: inline;
    margin-left: 34px;
    margin-top: 4px;
}

#show_window
{
  
}
.show_window
{
    position: relative;
    z-index: 5;
    top: 316px;
    left: -34px;
}

.privacytext
{
    font-size: 0.7em;
}


/* validation */

.validator
{
    color: Red;
    font-weight: bold;
}
.errorRequired
{
    background-color: #FA9999;
}
.errorInvalid
{
    background-color: #ffff66;
}
.errorLength
{
    background-color: #ffff66;
}
.phoneLengthInvalid
{
    background-color: #ffff66;
}

#optindebtrelief
{
	display: block;
}