﻿html, body
{
    height: 100%;
    font-family: Arial;
    font-size: 9pt;
    color: #000;
}
.container
{
    margin: 0 auto;
    width: 791px;
    height: 100%;
}
li
{
    list-style: circle;
    margin-bottom: 10px;
    margin-left: 20px;
}
/*****************************************************/
.top_banner
{
    width: 791px;
    height: 63px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
}
.orange_background_top
{
    width: 791px;
    height: 5px;
    background-image: url("../Images/orange_background_top.png");
    background-repeat: no-repeat;
}
.orange_background_middle
{
    width: 791px;
    min-height: 100%;
    background-image: url("../Images/orange_background_middle.png");
    background-repeat: repeat-y;
}
.orange_background_bottom
{
    width: 791px;
    height: 5px;
    background-image: url("../Images/orange_background_bottom.png");
    background-repeat: no-repeat;
}
/*****************************************************/
.banner_idprotectionservices
{
    width: 791px;
    height: 207px;
    background-image: url("../images/banner_main.png");
    background-repeat: no-repeat;
}
/*****************************************************/
.module_memberbenefits
{
    float: left;
    width: 380px;
}
.module_lecform
{
    float: right;
    width: 375px;
    margin-right: 12px;
    padding-left: 15px;
    background-color: #fff;
}
/*****************************************************/
.myleft
{
    float: left;
    text-align: right;
    width: 120px;
    font-weight: bold;
    margin-bottom: 10px;
}
.myright
{
    float: right;
    text-align: left;
    width: 250px;
    margin-bottom: 10px;
}

.myright input[type="text"]
{
    width: 200px;
    height: 20px;
}
/*****************************************************/
.pageheader1
{
    font-size: 13pt;
    font-weight: bold;
    color: #0e60a0;
}
.pageheader2
{
    font-size: 11pt;
    font-weight: bold;
    color: #0e60a0;
}
.small
{
    font-size: 7pt;
}
/*****************************************************/
.padding
{
    margin: 0 20px 0 20px;
}
/*****************************************************/

#orangeBox
{
    padding-left: 20px;
    width: 760px;
}

#orangeBox p, ul, h3 
{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#orangeBox h3
{
    font-size:medium;
}

#orangeBox h1
{
    font-size:large;
    text-align:center;
}

.inputField
{
    
    display:inline-block;
    vertical-align:top;
}

.inputTitle
{
    width:25%;
    display:inline-block;
    vertical-align:middle;
}

.inputBlock
{
    padding-bottom:6px;
}

#formContainer
{
    width: 520px;
}

#leftCol
{
    float:left;
}

#rightCol
{
    float:right;
}

#largerGap
{
    padding-bottom:15px;
}