 body {
      	background: #fdfdfd url(bg.png);
      	color: #222;
		font-family: Helvetica, Arial;
      	font-size: 20px;
      	}
      img {
      	border: 0px;
      	}
      html, body, div {
      	padding: 0px;
      	}
      a, a:visited {
      	text-decoration: inherit;
      	color: inherit;
      	}
      #logo {
      	text-decoration: none;
	    font: 150px Helvetica, Arial, Sans-Serif; letter-spacing: -5px;  
	    text-align: center;
	    color: #444; text-shadow: 0px 3px 8px #2a2a2a;
      	margin-top: 50px;
      	}
      #page {
      	width: 800px;
      	margin-left: auto;
      	margin-right: auto;
      	}
      #formular {
      	width: 600px;
      	margin-top: 40px;
      	margin-left: auto;
      	margin-right: auto;
      	background: #fff; padding: 20px;
		font-size: 22px; color: #333;
	    -webkit-box-shadow: 0px 2px 3px #555;
		-moz-box-shadow: 0px 2px 3px #555;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
      	}
      .textfield {
		margin: 3px;
		height: 46px;
		width: 600px;
		border: solid 1 #eee;
		background: transparent;
		font-size: inherit;
		color: inherit;
		text-shadow: inherit;
	    }
      .submit {
		margin: 3px;
		height: 40px;
		border: solid 0 #fff;
		width: 80px;
		background: transparent;
		font-size: inherit;
		color: inherit;
		text-shadow: inherit;
        }
