fieldset {
    margin: 1em 0em 0 0;
    padding: 0;
    border: 0px solid #CCC;
    font-family: ·L³n¥¿¶ÂÅé, Microsoft JhengHei;
    font-size: 1em;
    color: #363837;
    letter-spacing: 0.1em;
    width: 90%;
}

label {
    float: left;
    width: 22%;
    background: url(../images/icon2.png);
    background-position : left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}
label2 {
    float: left;
    width: 22%;
}

@media only screen and (max-width: 600px) {
label {
    float: left;
    width: 100%;
}
label2 {
    float: left;
    width: 1%;
}
}

fieldset ol {
    list-style: none;
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 3px;
}
fieldset li {
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: ·L³n¥¿¶ÂÅé, Microsoft JhengHei;
    font-size: 0.8em;
}
fieldset li input.fildform{
    line-height: 30px;
    width: 76%;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 7px;
}
fieldset li textarea.fildform{
    width: 76%;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 7px;
    height: 120px;
    margin-bottom: 10px;
}
fieldset li select.fildform{
    line-height: 30px;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 7px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
fieldset li input.fildform{
    float: left;
    width: 100%;
}
fieldset li textarea.fildform{
    float: left;
    width: 100%;
}
}

fieldset .submit {
    border-style: none;
}

.safetytext {
    font-family: 'Lucida Grande', Tahoma;
    font-size: 1.3em;
    color: #256ff6;
    letter-spacing: 0.2px;
}