/*CONTACT_MAIN-----------------------------*/
#contact {
    width: 700px;
    position: relative;
    margin: 0 auto;
    /*margin: 0 265px;*/
    /*padding-top: 20px;*/
    /*padding-top: 40px;*/
    padding-top: 100px;
    left: 14px;
}

#contact_fillout {
    width: 700px;
    position: relative;
    margin: 0 auto;
    /*margin: 0 265px;*/
    /*padding-top: 20px;*/
    /*padding-top: 0px;*/
    padding-top: 28px;
    left: 14px;
}

/*-----------------------------CONTACT_MAIN*/

/*CONTACT_INFO-----------------------------*/
#contact_info {
    position: relative;
    width: 650px;
    font-size: 16px;
    margin: 0 auto;
}

#tip {
    float: left;
    color: #f39800;
    line-height: 10px;
    margin-bottom: 20px;
}

#tip span {
    display: block;
    margin-bottom: 10px;
}

#contact_list {
    float: left;
    font-size: 12px;
    font-family: "微軟正黑體";
    border-spacing: 18px;
    color: #727171;
    margin-top: -12px;
    margin-left: -18px;
}

#contact_info img {
    float: right;
}
/*-----------------------------CONTACT_INFO*/

/*CONTACT_FROM-----------------------------*/
#contact_form {
    position: relative;
}

fieldset {
    padding: 35px;
    width: 580px;
    /*margin: 30px auto;*/
    margin: 65px auto;
    border: 1px solid #CCC;
    border-radius: 2px;
    font-family: "微軟正黑體";
    /*color: #727171;*/
}

fieldset div + div {
    margin-top: 25px;
}

label {
    display: inline-block;
    width: 90px;
    text-align: left;
    color: #727171;
}

input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #727171;
}

input[type="radio"] label {
    color: #727171;
}

textarea {
    vertical-align: top;
    resize: none;
    width: 360px;
    height: 90px;

}

input, textarea {
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #999;
}

input:focus, textarea:focus {
    border-color: #dddddd;
}

.font_orange {
    color: #f39800;
}

#send_button, #send_contact {
    background-color: #9e9f9f;
    color: white;
    width: 100px;
    height: 20px;
    text-align: center;
    padding-top: 8px;
    margin-top: 20px;
    margin-left: 92px;
}

#send_button:hover, #send_contact:hover {
    background-color: #555555;
}

button {
    background-color: #2e6e9e;
    color: #ffffff;
}

/*-----------------------------CONTACT_FROM*/

.clear {
    overflow: hidden;
}