@CHARSET "UTF-8";
 
form {
	padding: 10px;
	margin: 0 0 0 -10px;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 15px 10px;
	border: 1px solid #CCC;	
	overflow: auto;
}

legend {
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
}

.field label {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #BAE8CA;
}

textarea {
	width: 430px;
	height: 250px;
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}

input {
	margin: 0 2px 0 0;
	padding: 0 2px;
}

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}

form .primaryAction {
	font-weight: bold;
}

form .secondaryAction {
	color: #AAA;
}

form .secondaryAction:hover {
	color: black;
}

form .anweisungen {
	margin: 1em 0;
	font-style: italic;
}

form .required {
	color: #F00;
	padding: 0 2px;
}

.fieldhint-act {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(images/hint_topborder_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin: 2px 0 0 10px;
	color: #000;
	font-size: 80%;
}

form .fieldhint-act div {
	background-color: #f6f5e5;
	border-left: 1px solid #cbcbbb;
	border-right: 1px solid #cbcbbb;
	border-bottom: 1px solid #cbcbbb; 
	padding: 4px
}

form .fieldhint {
	visibility: hidden;
	position: absolute;
}

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}
