FORM							{	border: 1px solid #BCF9AE;
									background-color: #E9FAE5;
									padding: 3px;
								}

INPUT, TEXTAREA, SELECT			{	border: 1px solid green;
									background-color: #F9FDF9;
									font-family: Arial;
									font-size: 8pt;
									padding: 2px; margin: 0px;
								}
								
.FormRight						{	text-align: right;
								}
								
BUTTON							{	width: 101px; height: 28px;
									border: 0px none;
									background-color: transparent;
									background-image: url('/images/Button.png');
									background-position: top left;
									background-repeat: no-repeat;
									font-family: Tahoma;
									font-size: 8pt; font-weight: bold;
									text-align: center;
									color: #FFFFFF;
									overflow: hidden;
								}
								
.HinweisText					{	font-family: Arial;
									font-size: 7pt;
									color: #000000;
								}
								
.Required						{	border: 1px solid #800000;
									background-color: #FFD9CC;
								}
									
.RequiredHinweis				{	font-family: Arial; font-size: 8pt; font-weight: bold;
									margin: 0px; padding: 0px; color: #800000;
								}