diff --git a/css/default.css b/css/default.css index 441590080..e917526f3 100644 --- a/css/default.css +++ b/css/default.css @@ -134,6 +134,11 @@ table a {color:#000;text-decoration:none} .td_datetime {width:100px;text-align:center} .td_mng {width:80px;text-align:center} +/* ///// 새창 기본 스타일 ///// */ +.new_win {} +.new_win h1 {margin-bottom:20px;padding:20px 20px 10px;background:#fff;font-size:1.2em} +.new_win table {margin:0 auto 20px;width:93%} + /* ///// 스킨별 스타일 ///// */ /* 아웃로그인 스킨 */ .ol {position:relative;margin-bottom:10px;padding:14px;border:1px solid #ddd;background:#fff} @@ -304,12 +309,10 @@ table a {color:#000;text-decoration:none} #bo_vc a {color:#000;text-decoration:none} #bo_vc p {padding:0 0 5px;line-height:1.8em} #bo_vc fieldset {margin:0 0 10px;padding:0} -#bo_vc_w {zoom:1} -#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc #bo_vc_winfo {float:left} #bo_vc #captcha {float:left;margin-left:10px;padding:0 5px 0 0;border:0} #bo_vc #captcha a {display:inline-block;margin-right:5px;text-decoration:underline;vertical-align:middle} -#bo_vc .fs_input {margin-right:5px} +#bo_vc .fieldset_input {margin-right:5px} #bo_vc footer {zoom:1} #bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} .bo_vc_act {float:right;margin:0;list-style:none;zoom:1}