@charset "utf-8";
.imageSwitchBtn_arrow {
    font-size:12px;
    font-family:'Verdana';
    text-align:center;
    display:block;
    overflow:hidden;
    width:71px;
    height:71px;
    cursor:pointer;
    filter:alpha(opacity=50);
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px
}
.arrow_next {
    background:url(../png/rightbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.1);
    margin-right:1%;
    float:right;
    background:url(../gif/rightbc6d.gif?v=201406241613) no-repeat\9;
    background-color:#727272\9;
    filter:alpha(opacity=50)
}
.arrow_prev {
    background:url(../png/leftbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.1);
    margin-left:1%;
    float:left;
    background:url(../gif/leftbc6d.gif?v=201406241613) no-repeat\9;
    background-color:#727272\9;
    filter:alpha(opacity=50)
}
.arrow_next_hover {
    background:url(../png/rightbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.3);
    background:url(../gif/rightbc6d.gif?v=201406241613) no-repeat\9;
    background-color:#727272\9;
    filter:alpha(opacity=80)
}
.arrow_prev_hover {
    background:url(../png/leftbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.3);
    background:url(../gif/leftbc6d.gif?v=201406241613) no-repeat\9;
    background-color:#727272\9;
    filter:alpha(opacity=80)
}
.arrow_next_disable {
    background:url(../png/rightbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.1);
    cursor:default
}
.arrow_next_disable:hover {
    background:url(../png/rightbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.1)
}
.arrow_prev_disable {
    background:url(../png/leftbc6d.webp?v=201406241613) no-repeat rgba(0, 0, 0, 0.1);
    cursor:default
}
.arrow_prev_disable:hover {
    background:url(../leftbc6d.html?v=201406241613) no-repeat rgba(0, 0, 0, 0.1)
}

.formStyle65 .formMiddle .formMiddleContent {
    min-height:20px;
    *height:20px
}

