/*@page {
    size: 21cm 29.7cm;
    margin: 30mm 45mm 30mm 45mm; *//* change the margins as you want them to be. *//*
}*/
html,body { height: 100%; margin: 0px; padding: 0px; }

.bgpage
{
    width: 100%;
    background-color: #FFF;
    padding-bottom: 20px;
    height: 100%;
}
.bgpage_inside
{
    width: 850px;
    height: auto;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    -webkit-box-shadow: 7px 7px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 7px 7px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 7px 7px 3px 0px rgba(0,0,0,0.10);
}

@media print {
    .bgpage
    {
        background-color: white;
        height:auto !important
    }
    .bgpage_inside
    {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .noprint{
        display: none;
    }
}
input{
    border: 1px solid #CCC;
    background-color: #FFF;
}
.clearfix{
    clear: both;
}