#einstellung-form input{
	width: 350px;
	height: 40px;
	
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;
}
#einstellung-form label{
	width: 175px;
	font-size: 15pt;
	display: inline-block;
}

#einstellung-form button{
	width: 175px;
	height: 40px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;

}
#einstellung-form button:hover{
	box-shadow:inset 0 0 15px #999;
}

#einstellung-success{
	width: 80%;
	border: 2px solid green;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	
	padding-top: 5px;
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}
#accept{
	text-decoration: none;
}
#accept:hover{
	color: green;
}