@CHARSET "UTF-8";
/*input[type="text"] {padding:5px; border:1px solid #999; background:transparent;}*/
input[type="text"] {height:16px; border:1px #999 solid; background:transparent;}
input[type="password"] {height:16px; border:1px #999 solid; background:transparent;}
input.txt_box {width:150px; border:1px solid #999; background:transparent;}
input.add_box {width:400px; border:1px solid #999; background:transparent;}
input.num_box {width:50px; border:1px solid #999; background:transparent;}
input.zip_box {width:60px; border:1px solid #999; background:transparent;}

input.de_kor {ime-mode:active;}
input.de_eng {ime-mode:inactive;}
input.de_num {ime-mode:active;}

textarea.txt_area {
	width:99%;
	/*height:80px;*/
	font-size:9pt;
	color:#000;
	border:1px #999 solid;
	/*background-image: url('../images/textline.gif');*/
	line-height:15pt;
    scrollbar-face-color:#fff;
    scrollbar-shadow-color:#ccc;
    scrollbar-highlight-color:#ccc;
    scrollbar-3dlight-color:#fff;
    scrollbar-darkshadow-color:#fff;
    scrollbar-track-color:#fff;
    scrollbar-arrow-color:#666;
    ime-mode:active;
	overflow-y:auto;
}

.w10 {width:10px;}
.w20 {width:20px;}
.w30 {width:30px;}
.w40 {width:40px;}
.w50 {width:50px;}
.w60 {width:60px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100 {width:100px;}
.w110 {width:110px;}
.w120 {width:120px;}
.w130 {width:130px;}
.w140 {width:140px;}
.w150 {width:150px;}
.w160 {width:160px;}
.w170 {width:170px;}
.w180 {width:180px;}
.w190 {width:190px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w500 {width:500px;}

/* textarea 글자수체크 플러그인에서 사용 */
.go_red {color:red;}
.go_green {color:green;}

.button {cursor:pointer;}