﻿body
{
    margin: 0px auto;
    background-image: url(/images/Advanced-Health-Care-Plans-Background.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 14px;
    color: #414141;
}

input, textarea, select
{
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 14px;
    color: #414141;
    border:1px solid #92babf;
    padding:2px;
}

#Wrapper
{
    width: 980px;
    margin: 0px auto;
    background-image: url(/images/Advanced-Health-Care-Plans-Wrapper-Background.jpg);
    background-repeat: no-repeat;
    height: 580px;
}

#Affordable_Title
{
    position: relative;
    top: 20px;
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 24pt;
    color: #7b9da1;
}

#Prescription_Title
{
    position: relative;
    top: 24px;
    left: 50px;
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 20pt;
    color: #7b9da1;
}

#Insurance_Types
{
    float: left;
    position: relative;
    left: 0px;
    top: 341px;
    width: 504px;
    height: 148px;
    text-align: right;
    padding-right: 20px;
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 18pt;
    color: #ffffff;
}

#Insurance_Types ul
{
    margin-top: 18px;
    list-style-type: none;
}

#Contact_Form
{
    float: left;
    position: relative;
    XXleft: 532px;
    top: 42px;
    width: 420px;
    height: 450px;
    XXbackground: Blue;
}

#Contact_Form table
{
    margin: 15px 20px 20px 20px;
}

#Contact_Form table td
{
    padding: 2px;
    vertical-align:top;
}

.errorMessage
{
    color: #FF0000;
}

.clear
{
    clear: both;
}

