@charset "utf-8";
.window-ui { background: url(../../images/fit-window-ui.jpg) repeat-x; }
.overlay { background-color: #000; display: block; width: 100%; position: absolute; z-index: 99998; left: 0; top: 0; display: none; }
.window { width: 700px; height: 340px; position: absolute; z-index: 99999; left: 50%; top: 0; margin-left: -360px; background-color: #F3F3F3; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0px 4px 16px #000000; -moz-box-shadow: 0px 4px 16px #000000; box-shadow: 0px 4px 16px #000000; }
.window-wrap { height: 100%; width: 100%; position: relative; }
.window-title { width: 100%; height: 61px; margin: 0; background: url(../images/fit-window-ui.jpg) repeat-x top; position: relative; }
.window-title-h2 { display: inline-block; margin: 20px 30px; }
.window-title-cancel { width: 32px; height: 32px; display: block; position: absolute; right: 0; top: 0; font: 14px/32px bold Arial, Helvetica, sans-serif; color: #333; text-align: center; font-weight: bold; }
.window-title-cancel:link, .window-title-cancel:visited { color: #333; }
.window-title-cancel:hover { color: #000; text-decoration: none; }
.window-title-cancel:active { color: #333; }
.window-main { background-color: #F3F3F3; }
.window-option { height: 39px; width: 100%; background-position: 0 -61px; }
.window-option-p { height: 39px; line-height: 39px; margin: 0 10px 0 30px; display: inline-block; color: #666; float: left; }
.window-option-a { height: 38px; line-height: 39px; display: inline-block; width: 88px; text-align: center; float: left; }
.window-option-a:link ,.window-option-a:visited { color: #333; }
.window-option-a:hover { color: #111; text-decoration: none; }
.window-option-a:active { color: #000; }
.window-option-a.selected { background: url(../../images/fit-window-ui.jpg) 0 -100px no-repeat; color: #FFF; font-weight: bold; text-shadow: 0 1px #333; }
.window-btn-wrap { height: 70px; width: 100%; background-position: 0 -138px; position: absolute; bottom: 30px; left: 0; }
.draging { -webkit-box-shadow: 0px 6px 32px #000000; -moz-box-shadow: 0px 6px 32px #000000; box-shadow: 0px 6px 32px #000000; }
.noSelect { -moz-user-focus: ignore; -moz-user-input: disabled; -moz-user-select: none; -webkit-user-focus: ignore; -webkit-user-input: disabled; -webkit-user-select: none; }

.window-bottom { position: absolute; bottom: 0; left: 0; background-position: 0 -208px; height: 30px; width: 100%; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }



