﻿body
{
    background-color: #e9dde9;
    font-family: Tahoma;
    font-size: 11pt;
}
h2
{
    text-align: center;
    color: #702178;
}
.InputTable
{
    font-family: Arial;
    font-size: 10pt;
    background-color: white;
}
input
{
    font-size: 10pt;
    font-family: Arial;
}

.req
{
    border: solid 1px #bd2e2e;
    background-color: #fccfcf;
}

#OuterContainer
{
    border: solid 1px #671470;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 820px;
    background-color: white;
}

#HeaderContainer
{
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #65156e;
    width: 570px;
    height: 100px;
    background-image: url('dispatchheadersmall.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
#InputDiv
{
    margin-left: 140px;
    width: 506px;
    height: 336px;
    background-image: url('InputForm.png');
    background-repeat: no-repeat;
}
.FirstNameTextBox
{
    position: relative;
    top: 26px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background: transparent;
    border: none;
    width: 280px; /*border: solid 1px black;*/
}
.LastNameTextBox
{
    position: relative;
    top: 43px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background: transparent;
    border: none;
    width: 280px; /*border: solid 1px black;*/
}
.EmailTextBox
{
    position: relative;
    top: 60px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background: transparent;
    border: none;
    width: 325px; /*border: solid 1px black;*/
}
.AddressTextBox
{
    position: relative;
    top: 77px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background: transparent;
    border: none;
    width: 325px; /*border: solid 1px black;*/
}
.CityTextBox
{
    position: relative;
    top: 94px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background: transparent;
    border: none;
    width: 190px; /*border: solid 1px black;*/
}
#StateList
{
    position: relative;
    top: 108px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background-color: white;
    border: none;
    width: 120px; /*border: solid 1px black;*/
}
.ZipTextBox
{
    position: relative;
    top: 128px;
    left: 150px;
    height: 25px;
    font-size: 14pt;
    background: transparent;
    border: none;
    width: 170px;
}
.ErrorList
{
    margin-left: 260px;
}
#ShareDiv
{
    color: #65156e;
    padding: 15px;
    background-color: #bf9bc1;
    text-align: center;
    font-weight: bold;
}
#ShareDiv a img
{
    border: 0;
    text-decoration: none;
}

#LinkDiv
{
    text-align: center;
}
#LinkDiv a img
{
    border: 0;
    margin: 3px;
    text-decoration: none;
}
#HeadLinkDiv
{
    text-align: center;
    margin-bottom: 20px;
}

#HeadLinkDiv a img
{
    border: 0;
    margin: 3px;
    text-decoration: none;
}
.header
{
    position: relative;
    padding-left: 10px;
}


