/* ============================================ */
/* エラー箇所強調
/* -------------------------------------------- */
span.setErrorLabel,
label.setErrorLabel,
td.setErrorLabel{
    color:red;
}
/* ============================================ */

/* ============================================ */
/* メッセージ枠
/* -------------------------------------------- */
div.messageDiv{
    border: 2px solid #CC0000;
    padding: 10px;
    font-size: 1.4em;
    /*font-weight: bold;*/
    color: #CC0000;
    background-color: #FFEDEB;
}
td.messageMark{
    vertical-align: top;
}
td.messageString{
    padding-left:30px;
}

td.messageString a:link,
td.messageString a:visited,
td.messageString a:hover{
    color: #CC0000;
}

td.messageString a:hover{
    text-decoration: none;
}

/* ============================================ */

/* ============================================ */
/* エラーコントロール
/* -------------------------------------------- */
input.setError,
select.setError{
    border: 2px solid #CC0000;
}
/* ============================================ */

/* ============================================ */
/* エラー箇所強調
/* -------------------------------------------- */
span.setError{
    color:red;
}
/* ============================================ */


/* ============================================ */
/* エラー背景
/* -------------------------------------------- */
.setErrorBackground{
    background-color: #FFFBDF;
}
/* ============================================ */

/* ============================================ */
/* エラーコントロール
/* -------------------------------------------- */
.errorStringStyle{
    font-weight: bold;
    color: #CC0000;
}
/* ============================================ */
