#lCFormWrapper {
			padding:0;
			margin:0;
			background: url("../img/70_percent_black_bg.png");
			z-index: 1000000000;
			position:absolute;
			top:0;
			left:0;
		}
		#lCFromD {
		font-family: "Arial", sans-serif;
			background: white;
			color:black;
			font-size: 12pt;
			width:550px;
			text-align: center;
			position:absolute;
			top:100px;
			left: 50%;
			margin:0 0 0 -275px;
		}
		#lCFrom label {
			color:#565656;
			font-size: 8pt;
			padding:0;
			margin: 0;
		}
		.lCH1 {
		
			text-align: center;
		
			font-weight: bold;
		
			font-size: 18pt;
		
			font-family: Georgia, "Times New Roman", Times, serif;		
		}
		#lCFrom p {
			padding:0;
			margin: 5px 0 10px 0;
		}
		#lCFrom p input, #lCFrom textarea {
			color:#999;
			font-size: 12pt;
			border: 1px solid #565656;
			background: #efefef;
			margin:0;
			padding: 0;
		}
		p.full input, p textarea{
			width:500px;
		}
		p.half {
			display:inline-block;
		}
		p.half input{
			width:247px;
		}
		#lCSubmit {
			line-height: 14px;
			height: 30px;
			border-color: white;
			border-style: solid;
			border-width: 1px;
			color: black;
			background-repeat: repeat-x;
			background-image: url("../img/submit_bg.png");
			background-color: white;
			font-size: 10pt;
			width: 500px;
			text-align: center;
			margin-bottom: 20px;
		}
		#lCSubmit:hover {
			opacity:0.8;
			filter: alpha(opacity=80);	
			cursor: pointer;
		}
		.link {
			color: red;
			text-decoration: underline;
		}
		.link:hover {
			color: red;
			text-decoration: underline;
			cursor: pointer;
		}
		div.link {
			padding: 4px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 8pt;
			text-align: right;
			
		}
