@charset "utf-8";
/* CSS Document */

.float_layer_vx { width: 90px; border: 1px solid #333; display:none; background: #fff; margin-bottom: 5px; }
.float_layer_vx h2 { height: 20px; padding-left: 10px; position: relative; }

.float_layer_vx .min_vx { width: 21px; height: 20px; position: absolute; top: 2px; right: 25px; background-image: url(../images/vx/min2.gif); background-repeat: no-repeat; background-position: 0 bottom; }
.float_layer_vx .min_vx:hover { background-image: url(../images/vx/min2.gif); background-repeat: no-repeat; background-position: 0 0; }

.float_layer_vx .max_vx { width: 21px; height: 20px; position: absolute; top: 2px; right: 25px; background-image: url(../images/vx/max2.gif); background-repeat: no-repeat; background-position: 0 bottom; }
.float_layer_vx .max_vx:hover { background-image: url(../images/vx/max2.gif); background-repeat: no-repeat; background-position: 0 0; }

.float_layer_vx .close_vx { width: 21px; height: 20px; background: url(../images/vx/close.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 3px; }
.float_layer_vx .close_vx:hover { background-image: url(../images/vx/close.gif); background-repeat: no-repeat; background-position: 0 0; }

.float_layer_vx .content_vx { height: 90px; overflow: hidden; color: #666; width: 90px; background-image: url(../images/vx/vx2.png); background-repeat: no-repeat; background-position: 0px 0px; }
