form
	{
		display: inline;
	}

input, 
textarea, 
select, 
option, 
optgroup
	{
		font-family: Verdana, sans-serif;
		font-size: 100%;
		background: #fff;
	}
		
optgroup
	{
		background: #CBC4A4;
		font-style: normal;
		color: #4D4A3E;
		font-size: 1.1em;
	}
	
option
	{
		background: #fff;
		color: #000;
		padding: .1em .2em .1em 1em;
		border-bottom: 1px dotted #D6D2BA;
	}
		
optgroup option
	{
		font-size: .9em;
	}
	
#content input.text, 
#content textarea.text
	{
		border: 2px solid #D6D2BA;
		padding: .25em;
		width: 25em;
		color: #D6D2BA;
	}
	
#content input.error, 
#content textarea.error
	{
		border-color: #C50000;
	}
	
input.text:focus, 
textarea:focus, 
input.focussed, 
textarea.focussed
	{
		border: 2px solid #4D4A3E !important;
		color: #000 !important;
	}
	
#search-functions input.text:focus, 
#search-interactive input.focussed	
	{
		border-width: 1px !important;
	}
	
fieldset
	{
		border: 0;
	}
	
legend
	{
		display: none;
	}
	
#content label
	{
		display: block;
		text-align: right;
		float: left;
		width: 10em;
		padding-right: 1em;
		color: #661A2D;
	}
	
#content label.required
	{
		font-weight: bold;
	}
	
#content label.inline
	{
		display: inline;
		float: none;
		width: auto;
		padding: 0;
	}
	
#content label[title]
	{
		cursor: help;
	}
	
#content form p
	{
		clear: both;
	}
	
#content form p.error
	{
		color: #C50000;
		padding-left: 11em;
		margin-top: -1.5em;
	}

#content form p.gap
	{
		padding-left: 11em;
	}	

#content .rc label
	{
		width: 8.8em;
	}
	
#content .rc p.gap
	{
		padding-left: 9.8em;
	}
	
#content input.text.gap
	{
		margin-left: 9.8em;
		display: block;
	}
		
#content .rc p.gap.txtsmall
	{
		padding-left: 10.8em;
	}
	
#content .rc input.txtsmall.gap
	{
		margin-left: 10.9em;
	}
	
#content .rc input.text,
#content .rc textarea
	{
		width: 23.5em;
	}
	
#content form p.radio-checkbox-inline input, 
#content form p.radio-checkbox-inline label, 
form#watson-form label
	{
		display: inline;
		width: auto;
		float: none;
		text-align: left;		
	}
	
form#watson-form label
	{
		font: normal normal 1em/1em Verdana, sans-serif;
	}
	
form#watson-form .col
	{
		width: 49%;
		margin-right: 2%;
		float: left;
		padding-bottom: 2em;
	}
	
form#watson-form fieldset.cb
	{
		top: -20px;
		margin-bottom: 0;
	}
	
#select-setting
	{
		width: 100%;
	}	
	
input.submit
	{
		color: #F2EFE6;
		background: #661A2D;
	}
	
input.submit:hover
	{
		color: #fff;
	}

input.submit-img
	{
		width: 75px;
		height: 53px;
		background: url(/images/layout/buttons/merkzettel.png) top left no-repeat;
	}
	
input.image
	{
		background: transparent;
	}	
	
input.image.inline
	{
		position: relative;
		top: 5px;
	}		
	

fieldset.rc select.inline
	{
		width: 80%;
	}