@charset "utf-8";
/* CSS Document */
body,div,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,tr,img { margin:0; padding:0;border:0;font:inherit}
/** 设置内容左对齐，恢复因BODY设置剧中产生的继承 **/
html{font-size:62.5%}
body{font-family:Helvetica,Arial,sans-serif;background:#fff;line-height:150%;color:#333}

/** 标签属性，textarea,input 强制输入时内容超出时换行 **/
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}
*:focus { outline: none; }

/** 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 **/
li{ list-style-type:none;}

/** 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 **/
img{ border:0 none;}

/** 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 **/
a { color:#333;text-decoration:none;}

/** 去掉链接的虚线框 **/
a { outline:none; star:expression(this.onFocus=this.blur());}
/** 鼠标样式 **/
.pointer{ cursor:pointer;}

/** 取消边框 **/
.NoBorder{ border:0 none;}

/** 文本对齐方式 **/
.t_l{ text-align:left;}
.t_c{ text-align:center;}
.t_r{ text-align:right;}
/** 浮动定义 **/
.fl{ float:left;}
.fr{ float:right;}
/** margin定义 **/
.mp10 { margin-top:10px;}
.mt5 { margin-top:5px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.ml25 { margin-left:25px;}
.ml46 { margin-left:46px;}
.cl{ clear:both;}