@CHARSET "UTF-8";

#registerform
{
	position: relative;
	
	top: 10px;
	
	padding-left: 10px;
}

#form
{
	position: relative;
	
	float: right;
}

#formIntro
{
	padding-right: 10px;
}

.formTxt
{
	position: relative;
	
	top: 3px;
	left: 3px;
	
	z-index: 10;
}

.formInput
{	
	clear: both;
	 
	width: 370px;
	height: 25px;
	
	border: 1px solid silver;
	
	margin-bottom: 4px;
}

#registerform input
{
	position: relative;
	
	float: right;

	width: 275px;

	border: 0px;
	
	border-left: 1px dotted gray;
	
	margin-top: 3px;
	
	font-size: 14px;
	
	/*background: #fafafa;*/
}

#registerform input#plz
{
	width: 50px;
	
	/*background: #fafafa;*/
}

#registerform input#ort
{
	width: 224px;
	
	/*background: #fafafa;*/
}

.formTxtPwd2
{
	position: relative;
	
	top: 1px;
	left: 3px;
	
	z-index: 10;
}

#registerform div.formInputPwd2
{
	width: 370px;
	height: 38px;
	
	border: 1px solid silver;
	
	background: white;
}

#registerform input#userpasswort2
{
	position: relative;
	
	top: 6px;
}

#registerform input#send
{
	position: relative;
	
	float: none;
	
	top: 4px;
	
	width: 371px;;
	height: 25px;
	
	border-left: 0px;
	
	font-size: 14px;
	font-weight: bold;
	
	color: white;
	
	background: #b91c1b;;
}

#registerform .formInputSend
{
	width: 370px;
	height: 25px;
	
	margin-top: 5px;
}
