/*此css作为的工具使用。其中定义的是具有全局性的通用样式。比如：清除浮动，隐藏等样式。*/
.clearfix:after {content: ".";display: block;height: 0;	clear: both;visibility: hidden;}
.clearfix {	zoom:1;	display: inline-block;	_height:1px;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.displaynone{display:none;}
.displayblock{display:block;}

.textalign{text-align:center;}
.textalignright{text-align:right;}
.align{margin:0 auto;}

.blank1,.blank2,.blank10,.blank15,.blank5,.blank25{clear:both;display:block;font-size:1px;overflow:hidden;}
.blank1{height:1px;}
.blank2{height:2px;}
.blank5{height:5px;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank25{height:25px;}

.center{margin:0 auto;}

.floatright{float:right;}
.floatleft{float:left;}
.fontbold{font-weight:bold;}

.displayInline{display:inline;}
.readonly{background-color:#E2E2E2; color:#646464;}

.clearboth{clear:both;}
.relative{position:relative;}
.attention{color:red;}

.red{color:red;}

#faq{background:#6699CC;position:absolute;display:none;left:20%;top:20%;;height:460px;width:518px;z-index:10;}
#hiddendiv{padding:5px;width:96%;font-weight:bold;text-align:right;}
#hiddena{font-size:12pt;color:#FFFFFF;}
#faqcontent{text-indent:2px;width:508px;font-size:9pt;margin:0 5px 0 5px;background:white;height:425px;overflow:auto;}
