@charset "utf-8";
/* CSS Document */
.boxEx{
    position: absolute;
    z-index: 800;
    text-align:left;
    font-size: 10pt;
}
.boxExFrame{
    line-height:18px;
    padding: 4px 6px 2px 4px;
    color:#000000;
}
.boxExFrame_right{
    margin-left:9px;
}
.boxExFrame_left{
    margin-right:9px;
}
.boxExArrow{
    width:10px;
    height:9px;
    margin-top:6px;
    background-repeat: no-repeat;
}
.boxExIcon{
    width:20px;
    height:16px;
    background-image:url(../../img/home/images/prompt.gif);
}
.boxExIcon_right{
    float:left;
}
.boxExIcon_left{
    float:left;
}
.boxExMain_right{
    margin-left:20px;
}
.boxExMain_left{
    margin-left:20px;
}
.boxExNoticeLoading{
    background-image:url(../../img/iput_loading.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}
.boxExLoading{
    background-image:url(../../img/iput_loading.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
}
.boxExFrame_note{
    background-color:#E2F5FF;
    border:solid 1px #00A8FF;
}
.boxExArrow_note_right{
    float:left;
    background-image:url(../../img/home/images/blue_03.gif)
}
.boxExArrow_note_left{
    float:right;
    background-image:url(../../img/home/images/blueR_03.gif)
}
.boxExIcon_note{
    background-position:0px -27px;
}
.boxExFrame_error{
    background-color:#fff2e9;
    border:solid 1px #ff6600;
}
.boxExArrow_error_right{
    float:left;
    background-image:url(../../img/home/images/red_03.gif)
}
.boxExArrow_error_left{
    float:right;
    background-image:url(../../img/home/images/redR_03.gif)
}
.boxExIcon_error{
    background-position:0px -50px;
}
.boxExFrame_correct{
    background-color:#E6FFE6;
    border:solid 1px #00BE00;
}
.boxExArrow_correct_right{
    float:left;
    background-image:url(../../img/home/images/green_03.gif);
}
.boxExArrow_correct_left{
    float:right;
    background-image:url(../../img/home/images/greenR_03.gif);
}
.boxExIcon_correct{
    background-position:0px -5px;
}
#boxExResult{
    z-index: 997;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    font-size: 10pt;
    text-align: center;
    background-image:url(../../img/home/images/filter.gif);
}
#boxExResult_frame{
    margin:0 auto;
    border: 3px solid #7F9DB9;
    width: 300px;
    height: 100px;
    z-index: 998;
    background-color: #F1FAFE;
}
#boxExResult_loading{
    background-image:url(../../img/iput_loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 20px;
    height: 18px;
    line-height: 18px;
    z-index: 999;
    font-weight:bold;
}
#boxExResult_note{
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    color: #737373;
    z-index: 999;
}
