﻿html,body {
    width:100%;
    min-height:100%;
}

body {
    margin: 0 auto;
    line-height:2em;
}


ul, li {
    margin:0;
    padding:0;
    list-style:none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}

.txt {
    line-height:2.5em;
    width:12em;
    text-indent:1em;
    border:solid 1px #ccc;
    border-radius:.2em;  
    box-shadow:rgba(0,0,0,.1) 0 0 .2em;  
}
input.sub {
    line-height:2.5em;
    width:12em;
    background-color:#003f97;
    color:#fff;
    border:none;
    border-radius:.2em;    
    font-weight:bold;
    box-shadow:rgba(0,0,0,.1) 0 0 .2em;  
}