﻿/* BUTTON zelf aangemaakt   
----------------------------------------------------------*/

.buttoncss
{
    list-style: none;
    margin: 0px;
    width: auto;  
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.buttoncss:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.buttoncss:disabled
{
	list-style: none;
    margin: 0px;
    width: auto;  
    background-color: #bfcbd6;
    border: 1px #4e667d solid;
    color: #465c71;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.labelerror
{
	font-size: 1.2em;
    color: Red;
}
