
.textarea {
    height: 150px;
}

.iata {
    width: 137px;
    height: 95px;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #333333;
    margin: 0px 15px 15px 0px;
}

.iata .type {
    width: 137px;
    height: 95px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.iata .color {
    width: 50px;
    height: 15px;
    position: absolute;
    right: -18px;
    top: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    border: 1px solid #333333;
}