/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.02.2018, 12:00:59
    Author     : i.maltsev
*/

.authForm
{
    width: 200px;
    margin: auto;
}

.authForm .headtext
{
    text-align: center;
}

.authForm th
{
    text-align: right;
}

.authForm td
{
    text-align: left;
}

.user_table .user_replace
{
    padding-left: 100px;
}

.user_table select
{
    width: 400px;
}
