﻿h1, h2, h3,
h4, h5, h6 { color: #7b7b7b; margin-bottom: 0; padding: 0px; font-family: Verdana, Geneva, sans-serif; }

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 13px; }

a { text-decoration: none; color: #01468a; font: 100 15px Verdana; }
    a:hover { color: #00ccff; }

input[type=text] { height:21px; background-color: #e9e9e9; border: 1px solid #898989; font: 100 13px Verdana; color: #8b8b8b; padding: 0 5px; }
    input[type=text]:focus { background-color: #f7f7f7; color: #333; }

input[type=password] { height:28px; width:100%; background-color: #e9e9e9; border: 1px solid #898989; font: 100 13px Verdana; color: #8b8b8b;}
    input[type=password]:focus { background-color: #f7f7f7; color: #333; }

textarea { min-height: 150px; width: 100%; background-color: #e9e9e9; border: 1px solid #898989; font: 100 13px Verdana; color: #8b8b8b; }
    textarea:focus { background-color: #f7f7f7; color: #333; }

select { min-height:20px; width:100%; background-color: #f3f3f3; border: none; border: 1px solid #ddd; padding: 5px 5px 3px; }
    select option { background-color: #fff; }
        select option:hover { background-color: #898989; color: #333; }

input[type=submit] {
    background-color: #ddd;
    height:30px;
    border-style: none;
    font: 100 14px Verdana;
    color: #333;
    min-width: 75px;
    text-align: center;
}
    input[type=submit]:hover {
        background-color: #f9f9f9;
    }