﻿@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue";
    font-size: 13px;
    background: url(../img/all-left-bg.jpg) repeat;
    color: #888;
}

body, table, p, div, span, form, input, textarea, select, pre, button, h1, h2, h3, h4, a, ul li, table th, table td {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

div, p, span, ul, ol, li, h1, h2, h3, h4, h5, h6, input, table, td, th, img {
    margin: 0;
    padding: 0;
    border: none;
}

ul, li {
    list-style: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clr {
    clear: both;
}

.tRight {
    text-align: right !important;
}

.tLeft {
    padding-left: 5px;
    text-align: left !important;
}

.tCenter {
    text-align: center;
    position: relative !important;
}

.rely {
    position: relative;
}

.shadow {
    -moz-box-shadow: 1px 1px 16px #000;
    -webkit-box-shadow: 1px 1px 16px #000;
    box-shadow: 1px 1px 10px #600;
}

.shadow2 {
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 6px #666;
    -webkit-box-shadow: 1px 1px 6px #666;
    box-shadow: 1px 1px 6px #666;
}

#error {
    color: #ff2214;
    font-size: 24px;
    padding: 20px;
    line-height: 36px;
    font-weight: bold;
}

.error {
    color: #ff2214;
    font-size: 24px;
    padding: 20px;
    line-height: 36px;
    font-weight: bold;
}

.hideme {
    display: none;
}
