/*공통요소*/

/*여러줄 입력상자*/
textarea{background-color:white;text-align:left;
border:dotted 2 #6699CC;  margin: 3px;
scrollbar-face-color:skyblue; 
scrollbar-shadow-color:#6699CC;
scrollbar-highlight-color: #6699CC;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #99CCFF}

/*버튼*/
.button{color:white; background-color: #6699CC; 
border-width:0; height:18; cursor:hand;}

.button1{color:white; background-color: #aecfae; 
border-width:0; height:18; cursor:hand;}

.button2{color:white; background-color: #ce6fae; 
border-width:0; height:18; cursor:hand;}

/*입력상자*/
.input{text-align:center; border:dotted 2 #6699CC; background-color:transparent ; margin-bottom: 3px; }

/*목록상자*/
.select{text-align:center;background-color:white ; }
.option{text-align:center;background-color:white ; }

/*스타일 적용안함*/
.nostyle{border:0 ; background-color:transparent}

.p2{width:200 ; height:15; border:1px solid gray; padding:1px; vertical-align:bottom; text-indent:1pt; text-align:center; font-size:12pt;font-family: 휴먼옛체, 둥근제목체,궁서, 돋움  }

/*입력상자*/
.daily_input{border:solid 1 #6699CC; background-color:transparent ; margin-bottom: 0px; }
