

    .ticker-bg {
        display: inline-block;
        padding: 5px;
    }

    .ticker-bg input {
        display: inline-block;
    }

    .ticker-bg label {
        display: inline-block;
        padding-left: 5px;
    }

    #Ticker_background {
        width: 900px;
        max-height: 400px;
        overflow-y: scroll;
        border: 1px dashed #DDD;
        padding: 5px;
    }

    #Ticker_slider {
        border: 1px solid #DDD;
        padding: 5px;
        width: 900px;
        overflow-y: scroll;
        height: 400px;
    }

    .ticker-slider {
        display: inline-block;
        margin: 5px;
    }

    .ticker-slider input {
        display: inline-block;
    }

    .ticker-slider label {
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    .ticker-slider {
        text-align: center;
    }
    
    .wizard-step{
        clear: both;
        overflow: auto;
        margin: 0px 0px 10px 0px;
    }
    
    .wizard-step .controls {
        margin: 10px 0px;
    }

    .wizard-step label {
        display: inline-block;
    }
    
    .wizard-step .result{
        margin: 10px 0px 10px 0px;
    }
    
    .wizard-step h2{
        margin: 5px 0px 10px 0px;
    }


    .text-label {
        width: 150px;

    }
    
    #ticker-preview{
        margin: 10px 0px;
    }
