/*
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 : 07.01.2015, 12:11:43
    Author     : liebsche
*/

form > p {
   padding-bottom: 0.8em;   
   width: 99%
}

form label {
   display: inline-block;
   box-sizing: border-box;
   min-width: 15%;
   padding-right: 0.5em;
}   

form textarea {
	max-width: 75%;
	max-height: 10rem;
}
