<style type="text/css">



    .formLayout
    {
        
        padding: 10px;
        width: 350px;
        margin: 10px;
    }
    
    .formLayout label 
    {
        display: block;
        width: 195px;
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .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;
    }

    #slider_settings{
        width: 500px;
        height: 900px;

        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;

    }

    #posts_settings{
        width: 500px;
        height: 900px;
        float: left;
        position: relative;
        left: 520px;
        top: -975px;

        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: -955px;
        padding-top: 10px;
        left: 520px;

    }

   #mpsp_wrapper{
    position: relative;  
   }











   
    </style>