/* CSS Document */

label {
        display: block;
        margin: .5em 0 0 0;
}
        
.btn {
        margin: 1em 0;
        width: auto;
        }

div {
        margin: .4em 0;
        text-align: center;
        }

div label {
        width: 25%;
        float: left;
        text-transform:uppercase;
        font-size:10px;
        color:#0320C0;
        font-weight:bold;
        }

div input {
        width: 75%;
        margin-bottom:5px;
        padding-bottom:2px;
        color:#0320C0;
        font-style:italic;
        }
        
textarea {
        width: 75%;
        margin-bottom:5px;
        padding-bottom:5px;
        color:#0320C0;
        font-style:italic;
        }
        
input:focus {
        border: 2px solid #006666;
        background: #f3f3f3;
        }

textarea:focus {
        border: 2px solid #006666;
        background: #f3f3f3;
        }
