﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import "loader.css";
form,
input,
textarea,
select {
    font-family: 'Droid Serif', serif;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}
input,
textarea,
select {
    border: 1px solid #d7d7d7;
    background-color: #f8f8f8;
    margin: 5px;
    margin-left: 10px;
    vertical-align: middle;
    width: 60%;
    height: 30px
}
textarea {
    height: 300px;
    width: 80%
}
.form_label {
    width: 100px;
    line-height: 37px;
    text-align: right;
    margin-right: 1px;
    margin-top: 3px;
    float: left;
    clear: left
}
.form_wrong {
    border: 2px solid #d82828;
}
.form_right {
    border: 1px solid #d7d7d7
}
.form_checkbox {
    color: #00f;
    background-color: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    margin-left: 10px;
    margin-right: 3px;
    width: 16px
}
textarea,
input {
    margin-bottom: 8px;
    padding-left: 2px;
    padding-bottom: 2px;
    font-family: 'Roboto'
}
.msgError {
    margin-top: -70px;
    margin-bottom: 18px;
    font-family: 'Roboto';
    color: #d82828
}
.msgSend {
    margin-top: -44px;
    margin-bottom: 18px;
    font-family: 'Roboto';
    color: #36c
}
.button {
    display: inline-block;
    width: 98px;
    height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #A5A5A5;
    background-image: -webkit-linear-gradient(top, #A5A5A5, #A5A5A5);
    background-image: -moz-linear-gradient(top, #A5A5A5, #A5A5A5);
    background-image: -ms-linear-gradient(top, #A5A5A5, #A5A5A5);
    background-image: -o-linear-gradient(top, #A5A5A5, #A5A5A5);
    background-image: linear-gradient(to bottom, #A5A5A5, #A5A5A5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: 'Roboto';
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
}
.button:hover {
	background: #800;
	background-image: -webkit-linear-gradient(top, #800, #800);
	background-image: -moz-linear-gradient(top, #800, #800);
	background-image: -ms-linear-gradient(top, #800, #800);
	background-image: -o-linear-gradient(top, #800, #800);
	background-image: linear-gradient(to bottom, #800, #800);
}
.button:active {
    position: relative;
    top: 1px
}
@media screen and (max-width: 48em) {
    input,
    textarea,
    select {
        max-width: 72%
    }
}
@media screen and (max-width: 39.938em) {
    input,
    textarea,
    select {
        max-width: 68%
    }
}
@media screen and (max-width: 30.625em) {
    input,
    textarea,
    select {
        max-width: 60%
    }
}