﻿ /*招聘公司注册*/
.company-table {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 12px;
}

.company-table td {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.company-table .table-title {
    background: rgba(171,0,14,1);
    color: #fff;
}

.company-table .checkMail {
    font-size: 14px;
    color: blue;
    text-decoration: none;
}

.company-table input[type='text'], select {
        vertical-align: baseline;
    }

.company-table input[type='radio'] {
    margin-top: -2px;
}

.company-table .register {
    outline: none;
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #ab000e;
    width: 100px;
    cursor: pointer;
    font-family: "微软雅黑";
}

.tdLess a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 517px;
}