﻿@charset "utf-8";
@import url("Font.css");
@import url("Link.css");
/* 全局样式 */


body {background-color:#f5f2eb; font-size: 12px; margin: 0; padding: 0; color: #555;}
body * {font-size:100%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; padding:0px; margin:0px;}
p {padding:0; margin:0;}
ul, li {list-style-type:none; margin:0px; padding: 0px;}
a:link img, a:visited img {border:none;}
a {color:#555; text-decoration:none;}
input {color:#555; background:#FFF; border:1px solid #CCC;}
.clearFloat {clear:both; font-size:0; height:0; line-height:0px; margin:0px; padding:0px;}
li.clearFloat {clear:both;}
.hidden {display:none;}
.pngImg img {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../Images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

