﻿@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;
    min-width:600px;
}
.tagiteml {border-style:solid;margin-right: 1vw;text-decoration:none;}
.tagiteml:hover{background:#2266cc;text-decoration:none;color:#ffffff;border-style:solid;margin-right: 1vw;}
.ton{color:#2266cc;font-weight:bold;}
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 ,.tleft {
    padding-left: 5px;
    text-align: left !important;
}

.tCenter ,.tcenter{
    text-align: center!important;
    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{
	font:24px Verdana, Geneva, sans-serif;
	color:#c00!important;
	font-weight:bold;
	width:200px;
}.error{
	font:20px Verdana, Geneva, sans-serif;
  line-height:40px;
	color:#c00!important;
	font-weight:bold;
	padding-left:5px!important;
}
.forminput{
	background:#ffcccc !important;
}

.hideme {
    display: none;
}
