﻿body {
    background-color: white;
    background-image: url('../img/bg.jpg');
    /* background-image: url('../img/sfondoUSPN.jpg'); 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;*/
    text-align: center;
        
    
}

#SecPrincipal {
    text-align:center;
    margin:auto;
}

.AlignLeft {
    text-align:left;
    text-align:-moz-left;
    text-align:-webkit-left;
    /*margin:auto;*/
}
.AlignCenter {
     text-align:center;
    text-align:-moz-center;
    text-align:-webkit-center;
     /*margin:auto;*/
}
.AlignRight {
    text-align:right;
    text-align:-moz-right;
    text-align:-webkit-right;
    /*margin:auto;*/
}

#SecLoginArea {
  
    width: 400px;
    height: 100%;
    min-height: 300px;
    text-align: center;

    vertical-align:top;
    margin:0 auto;
    margin-top: 0px;
}

#SecLoginAreaSx {
    /*float: cent;*/
    width: 150px;
    text-align: center;
    height: 100px;
  /*  background-image: url("../img/362/background/Logo.png");*/
    
   /* background-image: url('../img/Edit64x64.png');*/

    background-repeat: no-repeat;
    background-position: center;
   -moz-background-size: contain;
   -webkit-background-size: contain;
    background-size: contain;
   
          
}

#SecLoginAreaDx {
   /* float: right;*/
    width: 100%;
    height: 160px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    /*background: #000000; /* Old browsers */
    /*background: -moz-linear-gradient(top, #000000 0%, #cccccc 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #000000 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #f4f4f4 0%,#cccccc 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #f4f4f4 0%,#cccccc 100%);  IE10+ */
    /*background: linear-gradient(to bottom, #f4f4f4 0%,#cccccc 100%); /* W3C */
    background-color: white;
    border-bottom-width: 3px;
    
    border-color: black;
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 15px 10px rgba(0, 0, 0, 0.2);
}

#arealogin2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color: #19384c;*/
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccc 0%,#f4f4f4 100%); /* W3C */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

/**/
.BtnDummy {
    position: absolute;
    left: -1000px;
    top: -1000px;
}