﻿body { margin: 0; padding: 0; border: 0; height: 100%; max-height: 100%; }

#topFrame { position: absolute; top: 0; left: 0; height: 88px; width: 100%; overflow: hidden; vertical-align: middle; background-color: #D2E6FA; }
#leftFrame { position: fixed; top: 88px; bottom: 0; left: 0; width: 210px; overflow: hidden; vertical-align: top; background-color: #D2E6FA; }
#maincontent { position: fixed; left: 210px; top: 88px; right: 0; bottom: 0; background: #fff; border: none; }
* html body { padding: 88px 0 0 210px; }
* html #maincontent { height: 100%; width: 100%; }
* html #framecontentTop { width: 100%; }

/*弱密码提示框*/
.windowtip { width: 744px; height: 562px; position: absolute; top: -562px; left: 360px; z-index: 9999; }
.windowtip .ropes { height: 269px; }
.windowtip .ropes div { width: 162px; height: 271px; position: relative; z-index: 100; }
.windowtip .bord { width: 417px; height: 292px; margin: -10px auto 0 119px; padding: 14px 44px 0 44px; background: url('/images/tipbord.png') no-repeat; }
.windowtip .tiptitle { height: 55px; line-height: 55px; text-align: center; font-size: 24px; }
.windowtip .tipcontent { width: 404px; height: 175px; margin-top: 8px; background-color: #edf6fb; border: 1px solid #c4c4c4; line-height: 28px; padding: 4px 6px; text-indent: 2em; font-size: 16px; }
.windowtip .tipcontent a { font-size: 16px; text-decoration: underline; color: #3186c8; }
.windowtip .tipopr { padding: 4px 0; float: right; height: 32px; }
.windowtip .tipopr input[type='checkbox'], label { vertical-align: middle; }
.windowtip .tipokbtn { width: 76px; height: 32px; margin-left: 5px; background: url('/images/tip_btn_1.png'); background-color: transparent; cursor: pointer; }
.windowtip .tipokbtn:hover { background: url('/images/tip_btn_2.png'); }
