@charset "utf-8";

/* CSS Document */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}
* {
	font-size:20px !important;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
}

.autorization_form {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.autorization_form input {
    margin: 0px;
    padding: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.form_but {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    border: 0px;
    background-color: #626262;
    color: white;
    cursor: pointer;
}

.refresh {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    border: 0px;
    background-image: url(../img/refresh.png);
    background-position: 80% 50%;
    background-repeat: no-repeat;
    /* Отменяем повторение фона */
    background-color: #626262;
    color: white;
    cursor: pointer;
}

input[name="button_order"]
{
    -webkit-appearance: none;
    width: 100%;
	height: 100%;
    background:green;
    color:white;
    cursor:pointer;
    outline: 0;
	border: 0;
	box-sizing:border-box;
}

select {
    -webkit-appearance: none;
    width:100%;
    height: 100%;
    cursor:pointer;
    outline: 0;
    overflow: hidden;
	box-sizing:border-box;
}

select[name="stop"]
{
    /*width: 120px;*/
}
