#qplayer {
    display: none;
    background: #999;
    position: absolute;
    left: 70px;
    top: 40px;
    padding: 2px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    border: 4px solid #999;
    width: 638px;
    height: 363px;
}

#qplayer .qheader {
    height: 0;
    background: #111;
    font-weight: bold;
    color: #666;
    line-height: 32px;
    padding: 0 10px;
}

#qplayer .qvid-content {
    background: #999;
    width: 638px;
    height: 363px;
}

#qplayer .qclose {
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    background: #999;
    padding: 0 10px;
    -moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	color: #fff;
}

#qplayer .qclose:hover {
    color: #eee;
    background: #4F5650;
}


