﻿.hdr
{
    background-image: url(../images/logo.png);
    width: 300px;
    height: 120px;
    text-align: right;
    margin-bottom: 10px;
}
.tbl
{
    background-color: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 170%;
    box-shadow: 0 1px 3px 0 #929292;
    -webkit-box-shadow: 0 1px 3px 0 #929292;
    -moz-box-shadow: 0 1px 3px 0 #929292;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.tbl2
{
    background-color: #fff;
    width: 255px;
    padding: 5px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px 0 #929292;
    -webkit-box-shadow: 0 1px 3px 0 #929292;
    -moz-box-shadow: 0 1px 3px 0 #929292;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.tbl3
{
    background-color: #fff;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px 0 #929292;
    -webkit-box-shadow: 0 1px 3px 0 #929292;
    -moz-box-shadow: 0 1px 3px 0 #929292;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.logos
{
    margin-bottom: 3px;
    border: solid 1px #16944a;
    border-radius: 2px;
}
.arm
{
    background: url(../images/white.png) no-repeat;
    width: 32px;
}
INPUT[type="button"]
{
    cursor: pointer;
    -webkit-appearance: button;
}
INPUT[type="submit"]
{
    cursor: pointer;
    -webkit-appearance: button;
}
INPUT
{
    border: 1px solid #ccc;
    padding: 4px;
    line-height: 18px;
    display: inline-block;
    height: 18px;
    color: #808080;
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
TEXTAREA
{
    border: 1px solid #ccc;
    padding: 4px;
    margin: 2px;
    line-height: 18px;
    display: inline-block;
    color: #808080;
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
SELECT
{
    border: 1px solid #ccc;
    padding: 1px;
    margin: 2px;
    line-height: 18px;
    display: inline-block;
    height: 18px;
    color: #808080;
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
INPUT[type="button"]
{
    width: auto;
    height: auto;
}
INPUT[type="submit"]
{
    width: auto;
    height: auto;
}
INPUT
{
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
TEXTAREA
{
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
INPUT:focus
{
    outline-style: none;
    outline-color: invert;
    outline-width: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
TEXTAREA:focus
{
    outline-style: none;
    outline-color: invert;
    outline-width: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
SELECT:focus
{
    outline-style: dotted;
    outline-color: #666;
    outline-width: 1px;
}
