/*
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 : 10.10.2015, 14:49:29
    Author     : Sergej
*/

.main #content_left form{
    display: table;
}
.main #content_left form .row{
    display: table-row;
}
.main #content_left form .row .cell{
    display: table-cell;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: top;   
}
.main #content_left form .row .cell:last-child{
    vertical-align: top;
}
.main #content_left form input{
    height: 30px; width: 600px; border: 1px #2b378e solid;
}
.main #content_left form textarea{
    height: 100px; 
    width: 600px; 
    max-width: 600px; 
    max-height:300px;
    border: 1px #2b378e solid;
}
.main #content_left form button{
    color: white;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 2px 5px 2px 5px;
    font-size: 1em;
    margin: 1em 0 1em 0;
    border: medium none;
    cursor: pointer;
    display: block;
    background-color: #2b378e;
    text-align: center;
    overflow: hidden;
}