.T_iframe { position: absolute; /*绝对定位保证iframe不会占用流布局空间*/ width: 100%; /*100%保证可以覆盖整个div*/ height: 100%; z-index: -1; /*-1保证iframe显示在div下方*/ filter: alpha(opacity=0); }
.boxy-wrapper { position: absolute; }
 .
.boxy-wrapper.fixed { position: fixed; }
/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
/* Border */
.boxy-wrapper { empty-cells: show; }
/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .title-bar { background-color: #062C56; padding: 6px; position: relative; }
.boxy-wrapper .
.title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 12px; line-height: 1; }
/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; font-size: 12px; }
.boxy-wrapper .answers { display: block; text-align: center; padding: 20px 0 0 0; }
.boxy-wrapper .answers input{ display: inline-block; display: block\9; width: 63px; height: 26px; background: url(../Images/Home/public.png) no-repeat -34px -704px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
.boxy-wrapper .answers input.yesbt{ display: inline; float: left; margin: 0px 20px 0 162px; width: 63px; height: 26px; background: url(../Images/Home/public.png) no-repeat -34px -732px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
.boxy-wrapper .answers input.nobt{ display: inline; float: left; width: 63px; height: 26px; background: url(../Images/Home/public.png) no-repeat -99px -704px; text-indent: -9999px; overflow: hidden; border: none; cursor: pointer; clear: none; }
/* new */
.newcue{ width: 500px; background: #f2f2f2; margin: 0px auto 0; padding: 5px; box-shadow: 0 0 5px rgba(64, 64, 64, 1); border-radius: 2px; }
.newcuebox{ width: 498px; float: left; border: 1px solid #d7d7d7; background: #fff; }
.newcuetitle{ width: 498px; height: 41px; float: left; position: relative; border-bottom: 1px solid #d7d7d7; background: url(../Images/Home/public.png) repeat-x 0 -822px; }
.newcuetitle h1{ display: block; font: bold 14px/41px "\5b8b\4f53"; position: absolute; left: 14px; color: #5f5f5f; text-shadow: 0 1px 1px #fff; }
.newcuetitle a.close{ display: block; position: absolute; top: 12px; right: 8px; width: 18px; height: 18px; background: url(../Images/Home/public.png) no-repeat 100% -588px; }
.newcuemain{ width: 448px; float: left; padding: 20px 20px 20px 30px; }
.cuecontent{ display: inline; color: #333; font: normal 18px/30px "Microsoft Yahei","simhei"; padding: 13px 0 10px 0px; background: url(../Images/Other/hover.png) no-repeat -235px -1048px; }
.clear{ font: 0px/0px serif; display: block; clear: both; }
.newcuemain table{ margin: 0px auto; }
.newcuemain table tr th{ width: 35px; height: 45px; overflow: hidden; background: url(../Images/Other/hover.png) no-repeat -235px -1052px; }
.newcuemain table tr td{ text-align: left; font: normal 18px/30px "Microsoft Yahei","simhei"; }
