﻿<!--
*{
   margin:0;
   padding:0;
}
body{
   text-align:center;
   background:#F8F8F8 url(../img/bg.gif);
   font:normal 12px "宋体", Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
   color:#000;
}
html,body{
   width:100%;
   height:100%;	
}
a:link,
a:visited{
   color:#000;
   text-decoration:none;
}
a:hover{
   color:#BC2931;
   text-decoration:underline;
}
/* 链接样式 */
.cdGreen,a.cdGreen:link,a.cdGreen:visited,a.cdGreen:hover{color:#6e8e00;}
.cdPink,a.cdPink:link,a.cdPink:visited,a.cdPink:hover{color:#ff0090;}
.clBlue,a.clBlue:link,a.clBlue:visited,a.clBlue:hover{color:#0069b3;}
.cRed,a.cRed:link,a.cRed:visited{ color:#F00; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1F3A87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#BC2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#FFF;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#BC2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#FF0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/*clear both*/
.clearfix:after {
   content: ".";
   display:block;
   height:0;
   clear: both; 
   visibility: hidden;
}
.clearfix {
	 display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear{
	 clear:both;
	 visibility:hidden;
	 font-size:1px;
	 width:1px;
	 height:1px;
}
em{
	 font-style:normal;
}
form,div,span,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	 text-align:left;
}
img{
	 border:0;
}
#player-content{
   position:absolute;
   width:508px;
   padding-right:4px;
   height:458px;
   overflow:hidden;
   left:50%;
   top:50%;
   margin:-228px 0 0 -256px;	
}
#player-content h2{
   float:left;
   width:200px;
   height:16px;
   padding-top:10px;
   font-size:14px;
   letter-spacing:2px;
   color:#999;
   line-height:20px;
   overflow:hidden;
   clear:both;
   text-align:center;	
   padding-right:4px;
   background:#CCC url(../img/shadow_side.gif) 100% 0 repeat-y;
}
#player-content h3{
   float:right;
   width:204px;
   font-family:Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
   height:16px;
   padding:2px 14px 8px 0;
   font-size:14px;
   text-align:right;
   color:#999;	
}
#player{
   margin:0 auto;
   width:480px;
   height:400px;
   overflow:hidden;
   border:10px solid #CCC;
   background-color:#FFF;
   padding:4px;	
}
#shadow-side{
   position:absolute;
   width:4px;
   height:508px;
   overflow:hidden;
   left:508px;
   top:26px;
   font-size:1px;
   background:transparent url(../img/shadow_side.gif);
}
#shadow-bottom{
   position:absolute;
   left:0;
   bottom:0;
   width:512px;
   height:4px;
   overflow:hidden;
   font-size:1px;
   background:transparent url(../img/shadow_bottom.gif) 100% 0 no-repeat;	
}
//-->