﻿.feeBack span, .feeBack input[type=text], .feeBack select, .feeBack option {
    font-size: 1em;
    border-radius: 5px;
}

.feeBack td:nth-child(1){
    text-align:right;
}

input[type=text], select, textarea {
    padding: 5px;
}

input[type=text] {
    width: 200px;
    text-overflow: ellipsis;
    border-width: 1px;
}

select {
    min-width:100px;
}

textarea {
    resize: none;
    border-radius: 5px;
    font-size: 1.3em;
}

.feeBack td{
    padding-bottom:10px;
}

.alignTop {
    vertical-align: top;
    padding-top: 7px;
}

.captchaArea input[type=text] {
    transform: translateY(-8px);
}

.captchaArea img{
    transform: translateY(6px);
}

.captchaArea img:hover{
    cursor:pointer;
}

.captchaArea div {
    display: inline;
}

.captcha {
    width: 100px;
}

.submitArea{
    text-align:center !important;
}

input[type=button] {

    margin: 10px;
    font-size: 1em;
    padding: 5px;
    cursor: pointer;
    background-color: #e15e00;
    width: 100px;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin-right:7px;
}

    input[type=checkbox]:hover, label:hover {
        cursor: pointer;
    }

.checked{
    color:red;
    font-weight:bold;
}

.uncheck{
    color:black;
    font-weight:normal;
}

.require {
    color: red;
}

.link_style a{
    text-decoration:none;
    color:blue;
}

    .link_style a:hover {
        color:orange;
    }