#videoplay {
    position: relative;
    width: 710px;
    height: 540px;
    margin: 0 auto;
    top: 105px;
    
}
#videoplay .info {
    float: left;
    height: 65px;
    margin-top: 15px;
}
#videoplay .title {
    float: left;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    height: auto;
    margin-bottom: 15px;
}
#videoplay .description {
    float: left;
    font-size: 1.8em;
    line-height: 21px;
    color: #000;
    height: auto;
}
#videoplay .player {
    float: left;
    width: 710px;
    height: 425px;
    background-color: #000;
}
#videoplay .legend {
    position: absolute;
    width: 710px;
    height: auto;
    top: 414px;
    left: 0px;
    color: #ffff00;
    font-size: 23px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    z-index: 700;
    line-height: 24px;
}
#videoplay .legend_up {
    margin-top:-280px;
    line-height: 24px;
}
#videoplay .legend_up_full {
    margin-top:-515px;
    line-height: 24px;
}
#videoplay .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    max-width: 460px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}