﻿/******************************************************************
														ANMELDUNG
******************************************************************/
.panelAnmeldung
{
	padding: 20px;	
}

.message
{
	padding: 10px;
}

.formRow
{
	width: 460px;
	background-color: #606060;
	padding: 5px;
	float: left;
}
.validatorRow
{
	float: left;
}
.formRowSeparator
{
	height: 2px;
	background-image: url('../img/row_sep.jpg');
	clear: both;
	width: 470px;
}
.formRowBorderBottom
{
	height: 2px;
	background-image: url('../img/row_bg_bottom.jpg');
}

.formRow label
{
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.formTextField
{
	width: 300px;	
}

.formRow textarea
{
	width: 300px;	
}

.labelGeschlecht
{
	margin-right: 20px;	
}

.calloutContainer
{
	height: 1px;
}
.callout
{
	position: static;
	left: 1px;
	top: 1px;
	z-index: 99;
	height: 32px;
	color: red;
	z-index: 5;
}
.calloutL 
{
	height: 32px;
	width: 12px;
}
.calloutM
{
	height: 32px;
	line-height: 32px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('../img/calloutBG.png');
}
.calloutL 
{
	height: 32px;
	width: 4px;
}
