*{padding: 0; margin: 0;}
html,body{
  background:url(nothing.txt) white fixed; /* prevent screen flash in IE6 */
  margin:0; padding:0;
}
#bgs{

    position: absolute;
	z-index:2;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#CCCCCC;
	filter:alpha(opacity=85);
	-moz-opacity: 0.75;
	opacity: 0.75;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}

.all_style{
    position: absolute;
	z-index:3;
	height:100;
	width:100;
	background-color:#ffffff;
    top:10%;
    left:10%;
 /*
	margin-top: expression(0 - parseInt(this.offsetHeight / 1) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    marginLeft: expression(0 - parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px');
 */

}

.all_style2{
    position: absolute;
	z-index:3;
	background-color:#ffffff;

 /*
	margin-top: expression(0 - parseInt(this.offsetHeight / 1) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    marginLeft: expression(0 - parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px');
 */

}

#fdiv{
 /*
position : relative;
position : absolute;
text-align:center;
*/

  background:#eee;
  border:1px solid blue; padding:7px;
  width:50px; height:50px;
  position:absolute; top:52%; left:50%;
  margin-left:-100px;
  margin-top:-90px;

}

#fixed-center{
  background:#FFFF99; color:#FF6600; font-weight:bold;
  border:1px solid #990000; padding:10px;
  width:400px; height:200px;
  position:fixed; top:50%; left:50%;
  margin-left:-200px; margin-top:-100px;
  _position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
  _margin-top:0;
  z-index:2;
}

#load_show{
margin:auto auto;
margin-left:auto; margin-right:auto;
background:#eee;

}






input.btn{
font-size:13px;
padding:1px 4px;
padding-top:6px;
border:0px;
width:80px;
background:#ffffff;
border:#6699FF 1px solid;
}

input.btn2{
font-size:13px;
padding:1px 4px;
padding-top:6px;
border:0px;
width:130px;
background:#ffffff;
border:red 1px solid;
}


input.btn2:hover{
font-size:13px;
padding:1px 4px;
padding-top:6px;
border:0px;
width:130px;
background:#FFFF00;
border:blue 1px solid;
}

input.intxt{
border:#eee 2px solid;
background:#E8E8E8;
}

input.intxt:hover{
border:#808080 2px solid;
background:#E8E8E8;
}

.input_textarea{
border:#eee 2px solid;
background:#E8E8E8;
}

.input_textarea:hover{
border:#808080 2px solid;
background:#E8E8E8;
}












