*html .concrete
{
	display: inline-block;
	clear: both;
}
*+html .concrete
{
	display: inline-block;
	clear: both;
}
.concrete:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.aligncenter
{
	text-align: center;
}
.alignright
{
	text-align: right;
}
.alignleft
{
	text-align: left;
}
.block
{
	display: block;
}
.displaynone, .hidden {
	display:none;
}
.justify
{
	text-align: justify;
	text-justify: distribute;
}
.forcewrap
{
	word-wrap: break-word;
	text-overflow: hidden;
	overflow: hidden;
}
.clear
{
	clear:both;
	line-height: 0;
	height:0;
	font-size:0;
}
.gray
{
	color: #999;
}
.white {
	color:#fff;
}
.lightwhite 
{
	color:#C7C8CA;}
.blue {
	color:#0067C6;
}
.or_b, .orange 
{
	color:#ff6600;} 
.or 
{
	color:#CC6600;}
.lightor 
{
	color:#ed9e69;}
.green:visited{
	color:#0a6666;}
.green 
{
	color:#199904;}
.deepgreen:visited{
	color:#0a6666;}
.deepgreen {
	color:#20800D;}
.lightgreen:visited 
{
	color:#0a6666;}
.lightgreen 
{
	color:#34B431;
}
.red {
	color:#ff6600;
}
.black {
	color:#333;
}
.lightblack 
{
	color:#999;}
.padding
{
	padding: 4px;
}
.b
{
	font-weight: bold;
}
.borderless
{
	border: none;
}
.font12 
{
	font-size:12px;
}
.font14 
{
	font-size:14px;
}
.font16  
{
	font-size:16px;}
.font20	{
	font-size: 20px;
	line-height: 24px;
}
.spacer, .spacer5
{
	height: 8px;
	width: 5px;
	line-height:1px;
	font-size:1px;
}
.spacer5
{
	height: 5px;
}
.spacer4
{
	height: 4px;
	line-height:1px;
	font-size:1px;
}
.spacer2 
{
	height:2px;
	line-height:0;
	font-size:0;
	width:1px;}
.vspacer 
{
	width:8px;
	height:1px;
	float:left;}
.textindent
 {
	text-indent:24px;
}
.h22 {
	line-height:22px;
}
.ln18 
{
	line-height:18px;}
.pdlr {
	padding:0 8px;
}
.pdlr4 
{
	padding:0 4px;}
.pdlr10 {
	padding:0 10px;
}
.ellipsis {
   white-space:nowrap;
   text-overflow:ellipsis;
   overflow: hidden; 
}
.grayline 
{
	border-bottom:1px solid #dcddde;}
.absolute 
{
	position:absolute;
	height:1px;}
.relative 
{
	position:relative;}
/*width*/
.width80 
{
	width:80px;
	padding-right:10px;}
.width160 
{
	width:160px;
	padding-right:10px;}
	
/*修补边框*/
.reborder {
	height:1%;}
	
.imgframe 
{
	padding:2px;
	background:#fff;
	border:1px solid #ccc;}