/*
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 : 19-sept.-2018, 9:35:09
    Author     : spissoort
*/

fieldset
{
	
    border:2px solid;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
    background-color:rgb(255,255,255);
}
fieldset.input
{
	
    border:1px solid black;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:4px;	
    background-color:rgb(255,255,255);
}


legend 
{
	display: block;
	width: 33%;
	background: rgb(96,37,108);
	color:rgb(255,255,255);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:0px;
	margin-left:30%;
	
}
legend.input
{
	display: block;
	width: 33%;
	background: rgb(255,255,255);
	color:rgb(0,0,0);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
	margin-left:30%;
	
}