#oldy_button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff6600;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    padding: 4px 7px;
    box-shadow: 0 0 9px #999;
}
#oldy_button:hover {
    background-color: #ff8533;
}
#oldy_button.active {
    background-color: #ff8533;
}
#oldy_button.active:hover {
    background-color: #ff6600;
}
#oldy_button p {
    margin: 0;
    color: #FFFFFF;
}
#oldy_form {
    position: absolute;
    top: 27px;
    right: 0;
    width: 450px;
    max-width: 100%;
    border: 1px solid #ff6600;
    background-color: #FFFFFF;
    border-radius: 5px;
    z-index: 5;
    padding: 5px 10px;
    display: none;
    box-shadow: 0 0 10px #333;
}
#oldy_form p {
    margin: 0;
}
#oldy_form textarea {
    width: 438px;
    max-width: 100%;
    height: 50px;
}
#oldy_form #oldy_submit {
    float: right;
    height: 27px;
    margin-top: 7px;
    line-height: 14px;
}
#oldy_form .container-input.checkbox_old {
    float: right;
    font-size: 14px;
    padding-left: 20px;
    margin: 14px 10px 0 0;
}