/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@media screen and (min-width: 800px) {
    .wrap {
        margin: 0 auto;
        max-width: 800px;
        height: 800px;
        background: #F0F0F0;
    }

    .header {
        height: 100px;
        background: rgb(42,63,82);
    }

        .header img {
            float: left;
            margin-left: 30px;
        }

    h1 {
        float: left;
        color: white;
        font-size: 30px;
        line-height: 100px;
        padding-left: 90px;
    }

    .content {
        text-align:center;
        margin-top: 10%;
    }

    h2 {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding-top: 7%;
    }

    .form-group {
        font-size: 20px;
        padding-bottom: 15px;
        margin:auto;
    }

    #TextBox1, #TextBox2, #TextBox3, #Button1, #Button2 {
        margin: auto;
        font-size: 20px;
    }

    #Button1 {
        margin-right: 30px;
    }
    .text{
        text-align:right;
    }
    .input{
        text-align:left;
    }
    .txtbox{
        width:80%;
    }
    tr{
        height:60px;
    }
    td {
        margin: auto;
        vertical-align: middle;
    }
}
@media screen and (max-width: 799px) {
    .wrap {
        margin: 0 auto;
        max-width: 800px;
        height: 800px;
        background: #F0F0F0;
    }

    .header {
        height: 100px;
        background: rgb(42,63,82);
    }

        .header img {
            float: left;
            
        }

    h1 {
        float: left;
        color: white;
        font-size: 25px;
        line-height: 100px;
    }

    .content {
        text-align: center;
        margin-top: 10%;
    }

    h2 {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding-top: 7%;
    }

    .form-group {
        font-size: 20px;
        padding-bottom: 15px;
        margin: auto;
    }

    #TextBox1, #TextBox2, #TextBox3, #Button1, #Button2 {
        margin-top: 10px;
        font-size: 20px;
    }

    #Button1 {
        margin-right: 30px;
    }
    .text {
        text-align: right;
        width:30%
    }

    .input {
        text-align: left;
        width:40%;
    }

    .txtbox {
        width: 80%;
    }

    tr {
        height: 60px;
    }

    td {
        margin: auto;
        vertical-align: middle;
    }
}