﻿body {
    font-family: Arial;
}


input[type="text"]{
    border: 1px solid #b0aeae;
    border-radius: 4px;
    padding: 2px;
}

input[type="lable"]{
    font-size: 10px;
    display: block; 
    height: 35px; 
    line-height: 35px;
    color: #eeeeee;
}

input[type="submit"] {
    border: 1px solid #0066a4;
    background-color: #0066a4;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

a {
    color: #0066a4;
    font-size: 14px;
}

.sm_header{
    color: #808080;
    font-size: 14px;
    width: 50%;
    margin: auto;
}

.sm_item2{
    /*support top menu item*/
    font-size: 12px;
    text-transform: uppercase;
    color: #808284;
    text-decoration: none;
    
}

.sm_item{
    /*support top menu item*/
    font-size: 12px;
    text-transform: uppercase;
    color: #808284;
    text-decoration: none;
    
}
.sm_item:hover
    {
        border-top: 2px solid #0066a4;
    }
