/* CSS Document */
	body { background:url(voicepress-bg.jpg) no-repeat top center; }
	
	h1 {
		font-size: 48px;
		margin: 0;
		width: 430px;
		line-height: 45px;
		padding: 0;
		letter-spacing: -0.03em;
	}
	
	ul {
		font-size: 22px;
		font-style: italic;
		padding: 0;
		margin: 20px 0 0 0;
	}
	
	ul li {
		float: left;
		margin: 0 0 20px 0;
		list-style-type: none;
		text-align: center;
		padding: 8px 20px;
		line-height: 19px;
		color: #484848;
	}
	
	#wrapper { width: 980px; margin: 60px auto; }
	#cta { float: left; width: 400px;  }
		#cta .btn { clear: left; text-align:center; }
	#video { float: right; width: 550px;}
		
	#footer { clear: left; text-align:center; padding: 40px; font-family:Tahoma, Geneva, sans-serif;font-size:10pt; color: gray;}
	
	
	#request { 
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 0; margin: 0; text-align:center;
		width: 750px;
	} #request .title { padding: 40px 0 15px; }
	  #request h2 { font-size: 40px; font-family: "Arial Black", Gadget, sans-serif; margin: 0; }
	  #request .title h3 { color: gray; font-size: 20px; font-weight:normal; }
	
	#request .reg {		
		background: white;
		padding: 20px;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);	
		width: 610px;
		margin: 0 auto 30px;	
	}
	#request .reg input[type='text'] {
		position: relative;
		width: 350px;
		height: 40px;
		border: 1px solid #C5C5C5;
		font: normal 18px Georgia, "Times New Roman", Times, serif;
		line-height: 40px;
		color: #999;
		padding: 0 9px;
		float: left;
	}
	#request .reg input[type='submit'] {
		float: right;
		padding: 12px 10px;
		border: 2px solid #27889a;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
		-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
		-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
		font-size: 14px;
		vertical-align: text-bottom;
		font-family: "Arial black", sans-serif;
		line-height: 1em;
		color: white;
		background: url('btn_bg.png') 0 0;
		text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}
	#request .reg p { text-align: left; font-size: 9pt; clear: left; padding-top:10px; color: gray; }
	.hidden { display: none; }