﻿.member
{
    margin: 0;
    padding: 0;
    width: 100%;
}
.memberTitle
{
    background: none repeat scroll 0 0 #D9E9F1;
    border: 1px solid #D9E9F1;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    width: 100%;
    text-indent: 20px;
}
.memberContent
{
    border: 1px solid #E9EAE7;
    height: auto;
    width: 100%;
}
.memberContent tr td
{
    line-height:36px;
}
.text-input
{
    border: 1px solid #B5B8C8;
    color: #555555;
    font-size: 14px;
    padding: 3px;
    width: 240px;
}
.memberLeft
{
    text-align: right;
    height: 30px;
    color: #000000;
}
.memberMenuDiv
{
    width:200px;
    border:1px solid #CCCCCC;
    margin-top:20px;
    margin-bottom:20px;
}
.memberMenuTitle
{
    height:28px;
    width:190px;
    padding-left:10px;
    line-height:28px;
    background-color:RGB(15,151,202);
    color:White;
    font-weight:bold;
    border-bottom:1px solid #CCCCCC;
}
.memberMenuUl
{
    line-height:26px;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
}
.memberRightTop
{
    margin-top:20px;
    height:28px;
    line-height:28px;
    width:97%;
    padding-left:3%;
    background-color:RGB(15,151,202);
    border:1px solid #CCCCCC;
    color:White;
    font-weight:bold;
}