﻿body
{
    margin:0;
    padding:0 0 50px 0;
    background: #fff;
    font-size: 13px;
    color: #4d4d4d;
}
html
{
    height: 100%;
}
div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    list-style: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
legend
{
    color: #000;
}
a:link, a:visited
{
    text-decoration: none;
    color: #8798a5;
    outline: none;
    font-size: 13px;
}
a:hover, a:active
{
    text-decoration: underline;
}
input
{
    outline: none;
    color: #565656;
}
textarea
{
    color: #565656;
}
img
{
    display: inline-block;
}
.mt-10
{
    margin-top: 10px;
}
.mt-20
{
    margin-top: 20px;
}
.cb
{
    clear: both;
}
