@charset "UTF-8";

/* nickname registration */
#nickname_layer { position:absolute; top:0; left:0; z-index:999; width:100%; height:100%; background-image:url(/resources/images/nickname/bg.png); }
#nickname_box, #nickname_title, #nickname_console, #nickname_input, #nickname_close { border-radius:3px; behavior:url(/resources/styles/PIE.htc); }
#nickname_box { padding:7px; padding-bottom:16px; position:fixed; top:100px; left:100px; z-index:9999; width:741px; background-color:#ffffff; box-shadow:1px 1px 5px rgba(0,0,0,0.4); }
#nickname_title { margin-bottom:7px; padding:10px 30px; color:#ffffff; background-color:#DD0E02;font-size:18px; font-weight: bold; }
#nickname_console { margin-bottom:12px; padding:35px 65px; background-color:#ECECEC; }
#nickname_lead { margin-bottom:8px; color:#e60012; line-height:1.5; font-weight:bold; }
#nickname_lead:before { margin-right:4px; display:block; float:left; width:18px; height:18px; background:url(/resources/images/nickname/icon_need.gif) no-repeat 0 0; content:''; }
#nickname_input { margin-right:7px; padding:1em; border:1px #BDBDBD solid; float:left; width:430px; }
#nickname_input:focus { background:#FAD2D6; }
#nickname_check { float:right; }
#nickname_register { clear:both; text-align:center }
#nickname_close { padding:4px; position:absolute; top:14px; right:14px; z-index:99999; line-height:1; background-color:#ffffff; }
.nickname_error { clear:both; color:#e60012; font-weight:bold; }
#nickname_complete { color:#8f4f0b; font-weight:bold; font-size:1.5em; text-align:center;  }

#nickname_lead_mypage { margin-bottom: 8px; color: black; line-height: 1.5; font-weight: bold; }
