@charset "UTF-8";
/* CSS Document */

.submit-btn /* form submit buttons on top of sibling elements */
{
	font-size: 22px;
	z-index: 50000;
}

.form-grp
{
	z-index: 100;
	width: 0.01px;
	height: 810px;
	position: relative;
	top: 0px;
	margin-right: -10000px;
	margin-top: 5px;
}

.fld-grp
{
	z-index: 200;
	height: 50px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
}

.fld-grp-l
{
	width: 470px;
}

.fld-grp-r
{
	width: 400px;
	left: 470px;
}

.fld-label
{
	z-index: 400;
	width: 160px;
	min-height: 28px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	line-height: 1;
	text-align: right;
	font-size: 22px;
	color: #FFFFFF;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	position: relative;
	margin-right: -10000px;
	margin-top: 9px;
}

#MyCancelButton
{
	z-index: 6000;
	min-height: 27px;
	width: 170px;
	position: relative;
	margin-right: -10000px;
	margin-top: 270px;
	left: 113px;
}

#MySubmitButton
{
	z-index: 6000;
	min-height: 27px;
	width: 170px;
	position: relative;
	margin-right: -10000px;
	margin-top: 270px;
	left: 290px;
}

.fld-hinweis
{
	z-index: 360;
	color: #999999;
}