html,
body
{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
   
}

h1,
h2,
h3
{
    color: #fffff !importent;
}

h3
{
    margin: 10px 0;
}

a
{
    color: #ffffff;
}

a img
{
    border: none;
    padding-left: 29%; 
}

pre
{
    font-size: 14px;
    color: white;
    padding: 10px;
    background: #646464;
}

.header
{
    position: fixed;
    top: 0;
    left: 0;
    height: 135px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    z-index: 1000;
}

.header .logo
{
    float: left;
    padding: 22px;
    padding-left: 29%;
}

.header .credits
{
    float: right;
    padding-top: 15px;
}

.horizon
{
    line-height: 0;
    z-index: 100;
    width: 3000px;
}

.middle
{
    z-index: 250;
    line-height: 0;
    width: 2550px;
}

.middle img { width: 100%; height: auto; }


.front
{
    z-index: 500;
    top: 150px;
    width: 3500px;
}

.intro
{
    position: absolute;
    left: 500px;
    top: 100px;
    padding-right: 50px;
    color: #fffff;
}

.page
{
    top: 100px;
    width: 500px;
    background: white;
    padding: 10px 30px;
    border: 1px #eee solid;
    position: absolute;
}

.description
{
    left: 1500px;
}

.documentation
{
    left: 2450px;
    width: 700px;
}

.options
{
    width: 700px;
    left: 3800px;
}

.download
{
    width: 500px;
    left: 5100px;
}

.license
{
    padding: 100px 30px 30px 30px;
}




/*style Edit By hifzur*/


    .intro { top: 0px; }
    #lp-pom-box-21 {
        display: block;
        background: rgba(133,132,131,1);
        -pie-background: rgba(133,132,131,1);
        border-style: solid none none none;
        border-width: 8px;
        border-color: #034c97;
        behavior: url(/PIE.htc);
        border-radius: 0px;
        left: 8%;
        top: 65px;
        z-index: 4;
        width: 300px;
        height: 430px;
        position: absolute;
    }

.formHed { text-align: center; 
    color: #034c97; font-weight: bold; 
    text-align: center; 
    font-size: 22px;
    padding: 15px 0 5px;
 }
.FormText {
    font-size: 16px; 
    color: #444;
    text-align: center; 
    padding: 5px 0;
    font-weight: 500;
}
.formBox { padding: 0 25px; width: 83%; }
.formBox label { display: inline-block; width: 100%; padding: 5px; color: #fff; }
.formBox input {  width: 100%; height: 30px;  }
.lp-pom-button { margin-top: 10px; background: #034c97; padding: 6px 15px; width: 89%; display: inline-block; text-align: center; text-decoration: none; }
.buttonBox { padding: 5px 0 5px; }
.privacyText { text-align: center; color: #424242; padding: 5px 0; }

.intro h1 { margin: 5px 0; }


