﻿
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 11px;
    font-weight: bold;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}

/*fonts.css*/
body
{
    font-size: 11px;
    font-family: Tahoma,Arial;
    color: #333333;
}
select, input, textarea
{
    font-size: 10px;
    font-family: Tahoma,Arial;
}
body *
{
    line-height: 16px;
}

/* ========================================================================== */
/* ---------->>>                        FORM OBJECT STARTING
/* ========================================================================== */

input
{
    border: 1px solid #d6d6d6;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-size: 10px;
    padding: 4px;
}
input:hover
{
    border: #dcb56b 1px solid;
}
.button
{
    background: #000 none repeat scroll 0%;
    border: 1px solid #494949;
    color: #fff;
    font-family: Tahoma, Arial;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    padding: 2px 4px 2px 4px;
    cursor: pointer;
}
.button:hover
{
    background: #494949;
}




