﻿body {
    font-family:Arial;
    width:100%;
    font-size:13px;
    margin:0 auto;
}
.AgentRegister{
    width:1000px;
    margin:auto;
}
.header {
    width:1000px;
    margin:0 auto;
}
.footer {
    background:#00a8a8;
    height:150px;
}
.support {
    float:right;
    margin-top: -30px;
padding-right: 80px;
}
.menu {
    height: 30px;
line-height: 30px;
background: #008080;
margin-top:10px;
}
.banner {
    margin-top:15px;
    width:100%;
    height:auto;
}
.banner img{ width:100%;}
.note {
    color:#ff6a00;
    font:bold;
}
.Reg_title {
    background:#00a8a8;
    padding:8px;
    color:#FFF;
}
h3 {
    color:#00a8a8;
    text-decoration:underline;
    font-size:18px;
}
.p_detail {
    width:350px;
    padding:4px;
}
.txt_area {
    width:600px;
    height:150px;
}
tr {
   color:#007877;
   font-size:14px;
}
td {
    vertical-align:top;
}
.select_box {
    width:350px;
    padding:4px;
}
.submit {
    border: none;
    line-height: 30px;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 12px;
    width: 180px;
    margin-right: 3px;
    background: rgb(97,144,21);
}
.submit:hover{
    cursor:pointer;
    background:#0e61a4;
}