#close {
    float: right;
    padding: 0px 5px;
    background: none;
    position: relative;
    top: -40px;
    right: -18px;
}

#close:hover {
    float: right;
    padding: 0px 5px;
    border: solid 1px #fff;
    cursor: pointer;
}

.error {
    border-color: #E42 !important;
    z-index: 1;
}

span.error {
    font-weight: normal;
    font-size: 11px;
    color: #e42;
    position: relative;
    bottom: 25px;
    left: 7px;
    padding-right: 5px;
}

.hidden {
    display: none !important;
}