		@-ms-viewport { width: device-width; }
		@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
		html { height:100%; }
		body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
	
.music{
	width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 1000;
}

.music .control {
    width: 2.5rem;
    height: 2.5rem;
    /* background: url(../plugins/music_c0fda01.gif) transparent no-repeat center center; */
    background-size: contain;
}
.music .control .control-after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.75rem;
    margin-left: -.75rem;
    /* background: url(../plugins/music_off_8d94020.png) transparent no-repeat center center; */
    background-size: 100% 100%;
    -webkit-animation: rotate2d 1.2s linear infinite;
    animation: rotate2d 1.2s linear infinite;
    z-index: -1;
}
.music.stopped .control {
    background: 0 0;
}
.music.stopped .control .control-after {
    -webkit-animation: none;
    animation: none;
}


.article_box{
position:absolute;z-index:9998;width:100%;height:100%;top:0;color:#9a9a9a;border:solid 1px #9a9a9a; border-radius:5px; resize:none;
}

.commbox{
background-image:url('../oskin/comm_bg.png');
position:absolute;width:381px;height:124px;left:50%;margin-left:-190px;top:60%; z-index:9999;
}
.commt{
position:absolute;width:300px;height:100px;left:50%;margin-left:-150px;top:50%;margin-top:-50px;
background-color:#f7f7f7;color:#9a9a9a;width:300px; height:80px; border:solid 1px #9a9a9a; border-radius:5px; resize:none;
}

.closecomm{
position:absolute;
left:50%;margin-left:140px;
margin-top:115px;

}
#comm_cancel{width:50px;height:30px;line-height:30px;border:0;background:#377bcd;padding-top:0px;position:absolute;left:50%;margin-top:70px;color:#ffffff} 

#comm_send{width:50px;height:30px;line-height:30px;border:0;background:#377bcd;padding-top:0px;position:absolute;left:50%;margin-top:70px;color:#ffffff} 


.at_box{
background-image:url('../oskin/at_bg.png');
position:absolute;width:331px;height:124px;left:50%;margin-left:-165px;top:60%; z-index:9999;
}

.close_at{
position:absolute;
left:50%;margin-left:140px;
margin-top:50px;

}
#at_cancel{width:70px;height:30px;line-height:30px;border:0;background:#377bcd;padding-top:0px;position:absolute;left:50%;margin-top:70px;color:#ffffff} 

#at_send{width:70px;height:30px;line-height:30px;border:0;background:#377bcd;padding-top:0px;position:absolute;left:50%;margin-top:70px;color:#ffffff} 
audio{
height:50px;
width:100%;
}