@charset "utf-8";

.calendarzone {
    display:inline;
    position:relative;
}

.calendarzone .calendar-layer {
    display:none;
    position:absolute;
    top:20px;
    left:0;
}

.calendarzone button.calendar-btn {
    width:17px;
    height:18px;
    margin:0;
    padding:0;
    border:medium none;
    text-indent:-9999em;
    vertical-align:middle;
    background:url(btn_calendar.gif) no-repeat scroll 0 0 transparent;
}

.calendarzone button.calendar-btn2 {
    width:17px;
    height:18px;
    margin:0;
    padding:0;
    border:medium none;
    text-indent:-9999em;
    vertical-align:middle;
    background:url(btn_calendar.gif) no-repeat scroll 0 0 transparent;
}

.calendarzone .calendar-frame {
    border:1px solid #999;
    height:175px;
    width:169px;
}

/* 달력 iframe이 안나오는 오류 수정 */
.field_area{
	overflow:visible;
}

.calendar_txt {
    height:1.17em;
    padding:0.25em 0 0 0.25em;
    font-family:"돋움", Dotum, 굴림, Gulim, AppleGothic, Sans-serif;
    font-size:1em;
    border:0.08em solid #d1d1d1;
    color:#8a8a8a;
    background-color:#fff;
}