body {
  	background-image: url('davos.jpg');
min-height: 100%;
background-attachment: fixed;
background-size: cover;
background-position: 10% -10%;  	
  }
  
  

  
  	#main {
  		width: 45%;
  		margin: 0 auto;
  		text-align: center;
  		font-family: arial;
		background: #fff;
		padding: 20px;
		border-radius: 15px;
		box-shadow: 3px 3px 7px #000;
  	}
  	
  	input {
  		border: 1px solid #999;
  		border-radius: 3px; 
  		padding: 10px;
  		background: #eee;
		width: 200px;
		color: #888;
  	}

  	input[type="submit"] {
  		background: #39f;
  		color: #fff;
  		width: 200px;
  		margin-top: 10px;
  	}
  	
  	label {
  		display: block;
  		margin-top: 20px;
  	} 
  	
  	.process-message-success {
  		color: #090;
  	}
  	
  	.process-message-warning {
  		color: #f00;
  	}
  	
  	.asterisk {
  		color: #f00
  	}
  	

  	