@charset
"utf-8"
;
#messageBox {
    background-color: #F5F5F5;
    padding: 10px 0px 10px 0px;
}

#messageBox .error {
    display: block;
}

#messageBox .title {
    font-weight: bold;
    font-size: 13px;
}

#messageBox .data {
    padding: 5px 0px 10px 0px;
    font-size: 13px;
}

#messageBox .button {
    padding: 2px 10px 2px 10px;
}

#messageBox .button input {
    color: blue;
    cursor: pointer;
}

label.error {
    color: red;
    width: auto;
    display: inline;
}

label {
    display: none;
}

.message {
/*border:1px solid red;*/
    float: left;
    font-size: 11px;
    color: red;
    width: 100%;
}

.messageBox {
    color: red;
    display: none;
    float: left;
    font-size: 12px;
    width: 100%;
}
/*html, body {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*font: 400 13px Verdana, Arial, Helvetica, sans-serif, "新細明體";*/
    /*color: #777;*/
/*}*/
