/* 全局样式 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;font-size:12px; font-family:"宋体";}

ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}

a:link {color: #0033CC; text-decoration: none } /* 未被访问的链接 红色 */ 
a:visited {color: #0033CC; text-decoration: none } /* 已被访问过的链接 绿色 */ 
a:hover {color: #FF0000; text-decoration: underline} /* 鼠标悬浮在上的链接 橙色 */ 
a:active {color: #0033CC; text-decoration: none } /* 鼠标点中激活链接 蓝色 */ 

.clearit{clear:both;}

/* page */
.page{width:960px; overflow: visible; _display:inline-block; margin:0 auto;}


form label.error {color:red;padding-left: 16px; background:url("../images/unchecked.gif") no-repeat 0px 0px;}
form label.success {color:red;padding-left: 16px;background:url("../images/checked.gif") no-repeat 0px 0px;}
