﻿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: 82px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
}
.blue_background_top
{
    width: 791px;
    height: 11px;
    /* background-image: url("../images/blue_background_top.png"); */
    background-repeat: no-repeat;
}
.blue_background_middle
{
    width: 791px;
    min-height: 100%;
    /* background-image: url("../images/blue_background_middle.png"); */
    background-repeat: repeat-y;
}
.blue_background_bottom
{
    width: 791px;
    height: 11px;
    /* background-image: url("../images/blue_background_bottom.png"); */
    background-repeat: no-repeat;
}
/*****************************************************/
.banner_main
{
    width: 791px;
    height: 288px;
    background-image: url("../images/banner_main.png");
    background-repeat: no-repeat;
}
/*****************************************************/
.module_memberbenefits
{
    float: left;
    width: 360px;
}
.module_lecform
{
    float: right;
    width: 425px;
    margin-right: 6px;
    background-color: #fff;
}
/*****************************************************/
.myleft
{
    float: left;
    text-align: right;
    width: 150px;
    font-weight: bold;
    margin-bottom: 10px;
}
.myright
{
    float: right;
    text-align: left;
    width: 270px;
    margin-bottom: 10px;
}

.myright input[type="text"]
{
    width: 200px;
    height: 20px;
}
/*****************************************************/
.pageheader1
{
    font-size: 13pt;
    font-weight: bold;
    color: #000;
}
.pageheader2
{
    font-size: 11pt;
    font-weight: bold;
    color: #000;
}
.small
{
    font-size: 7pt;
}
/*****************************************************/
.padding
{
    margin: 0 20px 0 20px;
}
/*****************************************************/


#greyBox
{
    padding-left: 20px;
    width: 760px;
}

#greyBox p, ul, h3 
{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#greyBox h3
{
    font-size:medium;
}

#greyBox 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;
}