.scroller {
    border-top: 1px solid #E0E1E2;
    float: left;
    height: 25px;
    padding: 30px 0;
    width: 100%;
}

.scroller div {
    width: 100% !important;
}

.content img {
    border-width: 0;
}

.subscribe {
    cursor: pointer;
}

.panelSubscribeDetails .framesubscribe {
    background-color: white;
    height: 274px;
    left: 50%;
    margin-left: -225px;
    margin-top: -188px;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 450px;
    z-index: 5000;
}

.panelSubscribeDetails .overlaysubscribe {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 4000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: black;
}


.panelSubscribeDetails .item.small,
.panelSubscribeDetails .item.medium,
.panelSubscribeDetails .item.large {
    float: left;
    margin-bottom: 10px;
}

.panelSubscribeDetails .item.small {
    width: 50%;
}

.panelSubscribeDetails .item.medium {
    margin-left: 22px;
    width: 100%;
}

.panelSubscribeDetails .item.large {
    width: 100%;
}

.panelSubscribeDetails .item .property {
    color: black;
}

.panelSubscribeDetails .item.small .value > input {
    border: 1px solid #e0e1e2;
    width: 150px;
}

.panelSubscribeDetails .item.medium .value > input {
    border: 1px solid #e0e1e2;
    width: 200px;
}

.panelSubscribeDetails .item.large .value > input {
    border: 1px solid #e0e1e2;
    width: 338px;
}