html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'Verdana';
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    outline: none;
}
button{
    outline: none !important;
}

.commonspace{
    padding: 90px 0px;
    width: 100%;
    position: relative;
}
/** Background Colors **/
.bg-F9F9F9{
    background: #F9F9F9;
}
.bg-FFFFFF{
    background: #FFFFFF;
}
.bg-1E1E3B{
    background: #1E1E3B;
}
.bg-494748{
    background: #494748;
}
.bg-000000{
    background: #000000;
}
.bg-707070{
    background: #707070;
}
.bg-198AD4{
    background: #198AD4;
}
.bg-0D0D14{
    background:#0D0D14;
}
.bg-5A5959{
    background:#5A5959;
}
.bg-B7B7B7{
    background:#B7B7B7;
}
.bg-007ED0{
    background:#007ED0;
}
.bg-89BDFC{
    background:#89BDFC;
}
.bg-56575C{
    background:#56575C;
}
.bg-D6D6D6{
    background:#D6D6D6;
}
.bg-A0A0A0{
    background:#A0A0A0;
}
.bg-1E1E2E{
    background:#1E1E2E;
}
.bg-B8BEBE{
    background:#B8BEBE;
}
.bg-188AD3{
    background:#188AD3;
}
.bg-F8F8F8{
    background:#F8F8F8;
}
.bg-B8B8D5{
    background:#B8B8D5;
}
.bg-FDFDFD{
    background:#FDFDFD;
}
.bg-6F6F6F{
    background:#6F6F6F;
}
.bg-717584{
    background:#717584;
}
.bg-F2F2F2{
    background:#F2F2F2;
}
.bg-091638{
    background:#091638;
}
.bg-818495{
    background:#818495;
}
.bg-6C6E83{
    background:#6C6E83;
}

.poszindex{
    position: relative;
    z-index: 100;
}