.container {
    width: 90%;
}

table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
}

table .lft {
    color: #333;
    font-size: 14px;
    text-align: right;
    width: 110px;
}

table td {
    height: 45px;
    line-height: 45px;
}

table td .input {
    border: 1px solid #dedede;
    color: #666;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 3px;
    width: 200px;
}

table td input[type="button"] {
    background-color: #ebebeb;
    border: 1px solid #dedede;
    color: #666;
    cursor: pointer;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 98px;
}

table td span {
    color: #999;
}

a {
    color: #fd6396;
    text-decoration: none;
}