form * {
	float: left;
}

.error {
	color: #F00;
}

fieldset {
	display: block;
	width: 627px;
	margin: 0px;
	border: 1px solid #000;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

fieldset.sidebar {
	width: 153px;
}

fieldset + fieldset {
	margin-top: 15px;
}

legend {
	float: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
}

label, .tooltip {
	font-size: 14px;
}

.newline {
	position: relative;
	width: 150px;
	margin-right: 10px;
	float: left;
	clear: left;
}

.left {
	text-align: right;
}

.hidden {
	display: none;
}

.single-item {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 10px;
}

.double-item {
	margin-left: 5px;
	margin-right: 25px;
}

.centered-item {
	position: relative;
	float: left;
	padding: 0px;
	border-width: 1px;
	height: 20px;
	width: 234px;
	margin-right: 10px;
}

select.datechooser-day, select.datechooser-year {
	width: 64px;
}

select.datechooser-day, select.datechooser-month {
	margin-right: 5px;
}

select.datechooser-month {
	width: 96px;
}

.tooltip {
	position: relative;
	float: left;
}

.line-element {
	margin-bottom: 5px;	
}

select.single-item {
	width: 236px;
}

select.single-item option {
	width: 204px;
	margin: 0px;
}

.newline-checkbox {
	position: relative;
	width: 13px;
	margin-right: 10px;
	margin-left: 137px;
	float: left;
	clear: left;
}

.button {
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	width: 120px;
	padding: 2px 9px;
	border: 2px solid;
	text-transform: uppercase;
}

.button-left {
	float: left;
	clear: none;
	margin-right: 10px;
}

.button-right {
	float: right;
	clear: none;
	margin-left: 10px;
}

.event {
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.button-addevent {
	margin-bottom: 10px;
	font-weight: bold;
}

.button-addevent:hover, .button-removeevent:hover {
	color: #FFF;
	cursor: pointer;
}

#remark-general {
	width: 450px;
	margin-bottom: 10px;
}
}
