﻿/*  Formulare  */

fieldset {
	margin-top: 16px;
	padding: 10px;
	/* background-color: #EAEAEA; */
	border: 1px solid #AAA;
}

legend {
	font-weight: bold;
	background-color: transparent;
	color: #471021;
}

form p, form .form {
	clear: left;
	margin: 0;
	padding: 4px 0 0 0 ;
}

form p label, form p .label, form .form label  {
	float: left;
	text-align: right;
	width: 30%;
	padding:2px 2px 0 0;
}

input.txt, textarea.txt {
	background-color: White;
	border: 1px solid #471021;
}

input.txt:focus, input.txt:hover, textarea.txt:focus, textarea.txt:hover
{
	background-color: #FFFBD2;
}


input.btn {
	color: #C19B28;
	background-color: #232323;
	border: 1px outset black; 
	font-weight: bold;  
}

input.btn:focus, input.btn:hover
{
	background-color: #636363;
}

