﻿/*--以下是所有页面CSS通用的样式，每个页面都须载入---*/
body 
{
	margin:0;
	padding:0;
	background-color:#ccc;
	font-family:宋体;
	font-size:62.5%;background: #999 url(../images/bk.jpg) repeat-x fixed;
}
h1,h2,h3,h4,h5,h6,p,div,span,dt,a,img,tr,td,th,table,tbody,dd,dl,ul,li,ol,fieldset,label,legend,form { 
  border: 0;
  margin: 0;
  padding: 0;
  font-weight:normal;
}
ul,input
{
	list-style:none;
	margin:0;
	padding:0;
	}
input[type="text"]:focus,input[type="password"]:focus
{
	background-color: #ffffcc;
}

/*--以上是所有页面CSS通用的样式，每个页面都须载入---*/
.indent
{
	 text-indent:-5000px;
	}
/*----隐藏的行标记为了清除浮动----*/
#p_hide
{
	 height:0px;
	 clear:both;
}