	body {
		padding:0px;
		margin:0px;
		background-color:#4278A6;/*IE Fall Back*/
		background: rgb(66,120,166) url("../img/background_blur1.jpg") no-repeat fixed right 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;	
	}
	.formWrap form{ width:100% !important;}
	.formWrap{
		background-color: rgba(0,0,0,0.20);
		width:100%;
		max-width:480px;
		padding: 10px 30px 50px;
		margin-top:30px;
		-webkit-border-radius: 8px 8px 8px 8px;
		-moz-border-radius: 8px 8px 8px 8px;
		border-radius: 8px 8px 8px 8px;		
		color:#fff;
		overflow:hidden;
		box-sizing: border-box;
	}
	.formWrap input[type='submit']{
		background-color: #CF470C;
		box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#b23d0a 0 1px 0 0; 
		border: 1px solid #b23d0a; 
		margin-top: 20px;
			
		}
	.formWrap input[type='submit']:hover {
		background-color: #DB5A19;
		}
	.formWrap a{color:#ccc;}
	form{max-width:380px; margin: 0 auto;}