﻿a,area { blr:e­xpression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
body {font-size:12px; font-family:Arial, Helvetica, sans-serif}
*{margin:0;padding:0;}
A img{border:none;}
.clear{clear:both;}
.ren{ float:left; padding:20px 10px 0px 15px}
.tishi{float:left; font-size:14px; text-indent:24px; color:#333; line-height:22px; padding:20px 15px 20px 15px;width:240px}
.tishi a{color:#FF6600; text-decoration:underline; }
.tishi a:hover{color:#FF6600; text-decoration:none;}
.button{line-height:32px; font-size:14px ; float:left; margin-left:5px}
.button a{color:#333; text-decoration:none;background:url(images/botton.gif) no-repeat; padding:9px 20px 10px 32px}
.button a:hover{color:#FF6600; text-decoration:none; background:url(images/botton.gif) no-repeat 0px 1px; padding:9px 19px 10px 33px}
.close{float: right; padding:3px 5px 0 0}
.sorry {
	color: #FF6600;
	font-weight: bold;
}


/*隐藏层DIV*/
.divhidden{position:absolute;left:0;top:0;z-index:10000;background:rgb(238, 238, 238);text-align:center;width:100%;height:expression(window.screen.Height);filter:alpha(opacity=80);display:none;}
/*End隐藏层DIV*/

/*多层设置(CSS要和JS对应来，JS那边是z-index10000为隐藏层的起点，每加一层隐藏层的起点加11，正好多出每个层一个z-index完全覆盖掉)*/
.twofloat{z-index:10010;position:absolute;top:30%; background-color:White;width:98%;display:none;}
