@charset "utf-8";

/* for modal */
#ifrModalWrap { visibility: hidden; width: 100%; height: 100%; position: absolute; top: 0; left: 0; margin: 0; padding: 0; z-index: 990; color: #000; }
#ifrModalBg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.5; filter: alpha(opacity=50); }
#ifrModalWin { display: none; border: 5px solid #0c4da2; background-color: #fff; position: absolute; z-index: 999; }
#modal_head { height: 20px; padding: 10px; background-color: #eee; border-bottom: 1px solid #999; position: relative; overflow: hidden; background: url("./imgs/modalHeadBg.gif") repeat-x 0 0; }
#modal_head h2 { height: 15px; padding: 3px 0 0; margin-right: 20px; font-size: 14px; color: #2C89A4; overflow: hidden; }
#modal_close { width: 20px; height: 20px; border: 0; padding: 0; margin: 0; background-color: #ddd; cursor: pointer; overflow: hidden; position: absolute; top: 10px; right: 10px; background: transparent url("./imgs/hui_del.gif") no-repeat 2px 2px; }
#modal_close span { visibility: hidden; }
#modal_contents { width: 100%; border: 0; padding: 0; margin: 0; }
