#logArea {
position: relative;
}
.f-dn {
display: none;
}
.u-input {
width: 36%;
min-width: 60px;
font-size: 14px;
height: 18px;
line-height: 18px;
padding: 5px 10px;
border: 1px solid #ddd;
outline: none;
color: #999;
background: #fff;
transition: background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;
}
.u-input:focus,
.u-input:active {
color: #777;
border-color: #5bc0de;
}
.u-dialog-wrap .u-dialog-title {
height: 39px;
}
.u-dialog-wrap .u-dialog-operation {
height: 42px;
}
