/* CSS Document */

.screen-fade {
	width:100%;
	height:100%;
	position:fixed;
	background-color:#000;
	opacity:0.6;
	left:0px;
	top:0px;
	z-index:9000;
}

.dfe_form {
	position:fixed;
	z-index:9999;
	left:50%;
	top:50%;
	width:500px;
	height:320px;
	margin-left:-250px;
	margin-top:-160px;
	background-color:#fff;
	border-radius:10px;
	padding:20px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.4);
}

	.dfe_form h4 {
		font-size:18px;
	}
	
	.dfe_form a.close {
		bottom:20px;
		right:20px;
	}
	
	.dfe_form input[type='text'] {
		border:1px #ccc solid;
		padding:8px 4px;
		width:380px;
		font-size:17px;
		color:#777;
	}
	
	.dfe_form .wpcf7-validation-errors {
		display:none !important;
	}
	
	.dfe_form .wpcf7-response-output {
		display:none !important;
	}
	
	.dfe_form .your-email {
		position:relative;
	}
	
	.dfe_form .wpcf7-not-valid-tip {
		left:0px;
		top:-10px;
		width:374px;
		height:30px;
		line-height:30px;
		color:#cc0000;
		padding-left:10px;
	}
	

