@charset "utf-8";

.contactTop {
    background-image:url(../img/common/touka_top.png);
    background-repeat: repeat-y;
    color:#fff;
    width: 980px;
    margin-left:auto;
    margin-right:auto;
    height: 54px;
}
.contactTop th{
    text-align: left;
    padding-left:20px;
    font-size: 22px;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.contact {
    background-image:url(../img/common/touka_bottom.png);
    background-repeat: repeat-y;
    color:#fff;
    width: 980px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    line-height: 1.5em;
    border-collapse: collapse;
}
.contact td{
    text-align: left;
    padding-left:22px;
    padding-right:25px;
    font-size: 14px;
    vertical-align: top;
    padding-top:10px;
    padding-bottom:10px;
}
.border{
    height: 1px;
    border-top:solid 1px white;
}
.required {
    color: #f00;
}
.sendButtonTd{
    text-align: center!important;
}
.sendButton{
    width:195px;
    height: 39px;
    color: white;
    font-size: 20px;
    background-image:url(../img/common/nav_btn2.gif);
}
.error {
    color: #f00;
}
