<style type="text/css">



    .formLayout
    {
        
        padding: 10px;
        margin: 10px;
    }
    
    .formLayout label 
    {
        display: block;
        width: 225px;
        float: left;
        margin-bottom: 10px;
        margin-left: 30px;
        margin-right: 10px;
    }
    .formLayout input{
        display: block;
        width: 100px;
        float: left;
        margin-bottom: 10px;

    }
 
    .formLayout label
    {
        text-align: right;
        padding-right: 20px;
        font-size: 16px;
        font-weight: bold;
    }
 
    br
    {
        clear: left;
    }

    #mpsp_slider_settings{
        width: 100%;

        background: #a9db80;
background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f));
background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
background: -o-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
background: -ms-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );

    }
    .slide_hed{
        width: 500px;
        height: 30px;
        background-color: #000;
        color: white;
        text-align:center;
        position: relative;
        top: 17px;
        padding-top: 10px;

    }

    #mpsp_slider_posts_settings{
        width: 100%;

        background: #a9db80;
background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f));
background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
background: -o-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
background: -ms-linear-gradient(top,  #a9db80 0%,#96c56f 100%);
background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );

}

        .slide_hed_posts{
        width: 500px;
        height: 30px;
        background-color: #000;
        color: white;
        text-align:center;
        position: relative;
        top: -1055px;
        padding-top: 10px;
        left: 520px;

    }

    </style>