/*****************************************************************
						Login Formatierung
*****************************************************************/

#form1, #empfehlen{
	position:relative;
	color:#777;
	font-size:10px;
	margin-top:2px;
}

#form1 input, #empfehlen input, #pw {
	border:1px solid #757575;
	width:80px;
	color:#666;
	font-size:10px;
	background:transparent url(../images/input_bg.jpg) center repeat-x;
	margin-bottom:1px;
	margin-left:2px;
}

#form1 input.button {
	position:absolute;
	background:transparent url(../images/button_bg.jpg) top left no-repeat;
	width:11px;
	height:15px;
	margin-top:5px;
	right:10px;
	border:0;
	cursor:pointer;
	
}

#registrieren input {
	border:1px solid #BBB;
	width:130px;
	color:#666;
	font-size:10px;
	background:transparent url(../images/input_bg.jpg) center repeat-x;
	margin-bottom:5px;
	margin-left:2px;
}

#registrieren input.button {
	background:transparent url(../images/input_bg.jpg) center repeat-x;
	margin-bottom:10px;
	width:80px;
	border:1px solid #757575;
	cursor:pointer;
}

/*****************************************************************
*****************************************************************/