.true
{
	border-color:			#555;
}
.false
{
	background:				#DDD;
}
fieldset
{
	border:					1px solid #AAA;
	padding:				5px;
	width:					400px;
	margin:					5px 0;
	display:				block;
}
legend
{
	border:					solid #AAA;
	border-width:			0 1px;
	padding:				1px 10px;
	font-weight:			bold;
	color:					#777;
}
fieldset fieldset, fieldset fieldset legend
{
	border-color:			#CCC;
	margin-left:			10px;
}
label
{
	float:					left;
	padding:				1px 0 2px;
	clear:					left;
}
input
{
	margin:					3px 1px 3px 0;
	padding:				0 1px;
}
* html input.true, * html input.false, * html input
{
	height:					15px;
	line-height:			15px;
	padding:0;
	margin:					2px 1px 2px 0;
}
.submit
{
	height:					22px;
	border-color:			#AAA;
	width:					auto !important;
	float:right;
}
select option
{
	padding:				0 5px 0 1px;
	margin:					0;
}
.radio, .checkbox
{
	padding:				0;
}
.checkbox
{
	height:					14px;
}
.checkbox.true
{
	padding:				4px;
}
div.true
{
	border:					none;
	padding:				1px;
}
.radio input, .checkbox input
{
	width:					14px !important;
	line-height:			12px;
	margin-top:				0px;
	border:					none;
	vertical-align:			middle;
}
.radio label, .checkbox label
{
	vertical-align:			middle;
	height:					13px;
	line-height:			10px;
	font-size:				12px;
	margin-top:				0px;
	margin-right:			15px;
	clear:					none;
}
select.false
{
	background:				#ECC;
}
button
{
	padding:				0;
	height:					20px !important;
}
fieldset input:focus, fieldset select:focus, fieldset div.radio:focus, fieldset textarea:focus
{
	background:				#FFD;
}
button, input[type="submit"], input[type="button"], a.thickbox.button
{
	border:					1px solid #AAA;
	padding:				1px;
	width:					auto !important;
	float:					right;
	margin-right:			7px;
}
button:hover, input[type="submit"], input[type="button"]
{
	background:				#D4D0C8;
}
select
{
	margin:					2px 0 1px;
	height:					21px;
	color:					#444;
}
textarea
{
	margin-top:				1px;
	padding:				1px;
	overflow:				auto;
	border:					1px solid;
}
div.true, div.false
{
	height:					auto;
}
div.false
{
	border:					1px solid #AAA;
	height:					auto;
}
.buttons
{
	margin-top:				10px;
}
.buttons td
{
	text-align:				center;
	padding-top:			5px;
}
.buttons td input
{
	margin:					1px 0 0;
}
.datum
{
	height:					23px;
}
.datum div
{
	display:				inline;
	float:					left;
	margin:					2px 0;
	border:					1px solid;
	padding:				0;
	height:					16px;
	border-color:			#BBB;
}
.datum div.false
{
	border-color:			#AAA;
}
.datum img
{
	margin:					3px 0 0 2px;
	float:					left;
}