﻿#outerContainer, form, input{
    display: none;
    width:100%;
    height:100%;
}
.print_page {
    background-color: #fff;
    color: #f00;
    display: block;
    font: bold 50px Verdana;
    height: 200px;
    margin: 150px auto;
    text-align: center;
    text-decoration: underline;
    width: 700px;
}