@charset "utf-8";
/*************************************
* file name：common.css
* personnel：高昂
* date：2008-8-15
* contact：010-51570010 gaoang@redoffice.com.cn
* content：页面制作样式库文件
************************************/
/*公共标签样式 开始*/
*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif,"宋体";
	font-size:12px;
	color:#343434;
	background:#fff;
}

ul{
	list-style:none;
}
img{
	border:0;
}
input{
	border:1px solid #a6a6a6;
	height:19px;
}
textarea{
	border:1px solid #515151;
}
.checkboxstyle,.radiostyle{
	border:none;
}
a{
	color:#343434;
	text-decoration:none;
	line-height:22px;
}
a:hover{
	text-decoration:underline;
}
/*a:visited{
	color:#a80000;
}
*/a.on{
	font-weight:bold;
}

/*table*/
table{
	width:100%;
	border-collapse:collapse;
}
table td{
	padding:0;
	margin:0;
}
table th.wztop{
	vertical-align:top;
}

/*公共属性样式*/
/*隐藏元素*/
.none{
	display:block;
	overflow:hidden;
	height:0px;
	width:0px;
}
/*取消浮动*/
.clear { 
	clear:both;
}
/*字体样式 开始*/
.fontred {
	color:#e40c0c;
}
.fontredstar {
	color:#e40c0c;
	font-family:"宋体";
}
.fontwrite{
 color:#ffffff;
}
.fontgrey{
	color:#8f8f8f;
}
.fontblue{
	color:#0284f4;
}
.fontlink{
	color:#0284f4;
	text-decoration:underline;
}
a.fontlink:hover{
	text-decoration:none;
}
.underline{
	text-decoration:underline;
}
/*字体加粗*/
.fontbold {
	font-weight:bold;
}
/*首页右侧登录按钮*/
.btnstyle1 span.loginbut {
	padding-top:2px\9; /*For IE7 & IE6*/  
}