﻿a img {
    border: 0px;
}

ul {
    padding-left: 30px;
    list-style: url('../images/icons/arrowsmall_dark.png');
}
.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}
td, th
{
    vertical-align: top;
}
input, textarea, select {
    /*float: left;
    clear: both;*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 16px;
}
select {
    border: 1px solid #999;
    width: 100%;
}
select, option {
    font-family: 'Century Gothic', Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    height: 28px;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="date"], input[type="search"], input[type="email"], input[type="password"], textarea {
    width: 100%;
    border: 1px solid #999;
    line-height: 20px;
    height: 28px;
    font-family: 'Century Gothic', Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    max-width: 325px;
}

input[type="text"].watermark, input[type="email"].watermark, input[type="password"].watermark, textarea.watermark, input[type="text"].tgwatermark, textarea.tgwatermark {
    font-family: 'Century Gothic', Verdana, Arial, sans-serif;
    color: #999;
}
input[type="text"].tgwatermark {
    color: #AAA;
}
select option {
    color: #666;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}
select option[disabled="disabled"]
{
    color: #CCC;
    font-style: italic;
}

input[type="submit"] {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0px 2px;
}

input[type="radio"], input[type="checkbox"] {
    line-height: 24px;
    height: 24px;
    float: left;
}

label {
    float: left;
    margin-right: 5px;
    margin-left: 3px;
    line-height: 24px;
}

textarea {
    height: 50px;
    width: 100%;
    overflow: hidden;
}

textarea.l {
    height: 45px;
}
textarea.xl {
    height: 85px;
}
textarea.xxl {
    height: 150px;
}

.nospam, .nospam * {
    visibility: hidden;
    display: none;
    overflow: hidden;
    height: 0px;
    width: 0px;
}

img.border {
    border: 1px solid #CCC;
}
