@charset "utf-8";
*{ margin:0; padding:0;}
body{font-size:13px; font-family:"Arial","simsun"; background:#CCF url(http://img1.3seyu.com/images/bg.jpg) repeat-x; }
#pw_cont{ 
  width:700px; 
  height:auto; 
  margin:0 auto;
}
.pw_left{ 
  width:125px;
  float:left; 
  height:92px; 
  border-right:solid 1px #EBEBF5; 
  text-align:center; 
  margin-left:30px; 
  display:inline;
}
.pw_right{ 
  width:520px;
  float:right; 
  line-height:30px; 
  font-weight:bold; 
  color:#FF6600;
}
.pw_right img{ margin-left:5px;margin-top:2px; }
.pw_right .p_spn{ float:left; margin-top:2px;}
.clear:after{ 
  content:"."; 
  height:0; 
  vidibility:hidden; 
  display:block; 
  clear:both;
}
*html .clear{ height:1%;}