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

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

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

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

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

#MyCancelButton
{
	z-index: 6000;
	min-height: 27px;
	width: 133px;
	position: relative;
	margin-right: -10000px;
	margin-top: 360px;
	left: 83px;
}

#MySubmitButton
{
	z-index: 6000;
	min-height: 27px;
	width: 133px;
	position: relative;
	margin-right: -10000px;
	margin-top: 360px;
	left: 220px;
}


.fld-hinweis
{
	margin-left: -8px;
	font-size: 14px;
	z-index: 360;
	color: #999999;
}