/*
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 : 03-Nov-2013, 15:37:38
    Author     : KWGD
*/

/* Forms */

FORM label {
    display: block;
    font-size: 16px;
    margin-top:15px;
}

FORM input {
    width: 50%;
    height: 20px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
FORM textarea {
    width: 50%;
    height: 100px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    margin-top: 5px;
}

FORM .error {
    color: #8C161B;
}

FORM button {
    width: 15%;
    height: 25px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}