* {margin:0; padding:0; font-style: normal;}
img {border:0;}

html,body {height:100%;background: url(images/background2.png) repeat;
}
.wrap_it_all {

    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    height: 100%;
    background: url(images/background3.png) no-repeat center -75px;
    background: url(images/background3.png) no-repeat center -75px, -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,.20) 49%, rgba(0,0,0,.30) 69%);
    background: url(images/background3.png) no-repeat center -75px, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,.20)), color-stop(69%,rgba(0,0,0,.30)));
    background: url(images/background3.png) no-repeat center -75px, -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.20) 49%,rgba(0,0,0,.30) 69%);
    background: url(images/background3.png) no-repeat center -75px, -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.20) 49%,rgba(0,0,0,.30) 69%);
    background: url(images/background3.png) no-repeat center -75px, -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.20) 49%,rgba(0,0,0,.30) 69%);
    background: url(images/background3.png) no-repeat center -75px, radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,.20) 49%,rgba(0,0,0,.30) 69%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );

}


.develop, .copy {
    padding-top: 30px;
    text-align: center;
    margin: 0 auto; 
    text-decoration: none;
}
.develop a, .copy a {
    font-size:12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-align: right;
    text-decoration: none !important;
    padding: 0.3em;
}


.loginPanel {
    border: 0px;
    padding-top:200px;
    padding-right: 10px;
    margin:0 auto;
    text-align: center;
    width: 280px;

}
.loginText {
    text-align: left;
    padding-left: 20px;
}
.loginInputs {
    text-align: right;
    padding-right: 20px;

}
.develop a:hover, .copy a:hover {
    font-weight: bolder;
    padding: 1px;
}

.logo {
    width: 275px;
    height: 100px;
    top: -20px;
    left: 50px;
}

/*Logo is copied by maven resource plugin*/

.logo span {
    margin-left: 74px;
    /*  margin-left: 0px\9;  */
    display: block;
    width: 141px;
    text-indent: -9999px;
    height: 75px;
    background: url("images/logo_as.png") no-repeat scroll left top transparent;

}
