﻿@charset "utf-8";
/*重置样式*/
@import url("reset.css");
/*主要样式*/
@import url("webMain.css");
/*首頁佈局*/
*{ padding:0px; margin:0px;}
html,body{ height:100%; height:auto;}
body{ cursor:default;overflow:hidden;font-family:Arial, Helvetica, sans-serif,'宋体'}
.clean{ clear:both; height:0; font-size: 1px; line-height: 0px; overflow:hidden;}

#wait_div {position:fixed;top:0px;left: 0px;background:url(../images/loading_main.gif) no-repeat center;z-index: 99999999;
width:100%;height:100%;display: none;}
.wait_div {position:absolute; background:url(../images/wait_small.gif) no-repeat left; width:160px; height:32px; line-height:32px;text-align: left;text-indent: 20px;top:50%; left:50%; margin:-16px 0 0 -80px;}

checkbox{outline:none;blr:expression(this.onFocus=this.blur());}
<!--IE6下的实现  -->
/*{margin:0;padding:0;} 
html,body{padding:100px 0;width:100%;height:100%;overflow:hidden;} 
#index_top{position:absolute;top:0;width:100%;height:70px;line-height:70px;text-align:center;background:url(../images/bg_s_header.png) repeat-x left top;} 
#middle{position: relative;top:-70px;height:100%;bottom:30px;width:100%; text-align:center;overflow: auto;} 
#index_foot{position:absolute;bottom:0;width:100%;height:30px;line-height:30px; 
} 

<!-- IE7、IE8下的实现  -->
*{margin:0;padding:0;} 
html,body{width:100%; height:100%; overflow:hidden; } 
#index_top{position:absolute;top:0;width:100%; height:70px;background:url(../images/bg_s_header.png) repeat-x left top;} 
#middle{ position: absolute; top:70px;height:auto;bottom:100px;width:100%; text-align:center;overflow: auto; } 
#index_foot{ position:absolute; bottom:0; width:100%; height:100px; line-height:100px;} 
 */
<!--全部CSS代码  -->
*{margin:0;padding:0} 
body{padding:0 !important;padding:100px 0;width:100%;height:100%; height:auto;overflow:auto; min-width:1300px;} 
#index_top{width:100%;text-align:left; background-color: #F1F1F1; border-bottom: #DCDCDC solid 1px;} 
#main{position: relative;height:auto; min-height:500px;width:100%; text-align:center; }
#btcMain_content{ margin:0 auto; text-align:center;  }
.btcMainTop{ width: 1200px; height: 100px; margin: 0px auto; position: relative; }
.btcIndexImgLogo { width: 190px; float: left; }



/* 内页布局 */
/* pageList */
.listDiv{
	padding: 2px 10px 0px 10px;
}
/* 标题 */
.listTitle{
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
/* 模糊查询 */
.searchDiv{
	width: auto;
	text-align: left;
	padding:10px 4px;
}
.searchDiv .searchItem{
	text-align: left;
	padding-right: 20px;
	    float: left;
}

/* 操作按钮 */
.listBtnDiv{
	width: auto;
	text-align: left;
}

/* edit */
.formDivTitle{
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.formDiv{
	width: auto;
	text-align: center;
}
.formMsg{
	width: 300px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.viewDiv{
	text-align: left;
}