/* COLLEGE ILLINOIS LANDING PAGE STYLES */
/* AUTHOR: Joe Hoy 2/10/2011 */
	#wrapper {	
		width: 960px;
		height: 600px;
		margin: 20px auto 0px;
		font-family: arial,verdana,sans-serif;
		color: #000;
		border:1px solid #333;
	}
	#leftblock {
		width: 720px;
		height: 600px;
		top: 0px;
		left: 0px;
		float: left;
		background-image: url(../images/car_bg.jpg);
	}
	#isac_logo {
		left: 0px;
		top: 0px;
		position: relative;
		z-index: 2
	}
	.textblock1 {
		left: 124px;
		top: 42px;
		position: relative;
		width: 560px;
		height: 300px;
	}
	.redheader {
		font-size: 2.6em;
		letter-spacing: -3px;
		color: red;
	}
	.blueheader {
		font-size: 1.8em;
		letter-spacing: -2px;
		color: #08c;
		margin-top: 6px;
		line-height: 110%;
	}
	.dollarheader {
		font-size: 1.5em;
		letter-spacing: -3px;
		color: red;
	}
	.texblock1body {
		font-size: 0.83em;
		margin-top: 16px;
	}
	.texblock1body ul {
		margin-top: 4px;
	}
	#bumpersticker {
		margin: 45px 0px 0px;
	}
	#disclaimer {
		font-size: 0.6em;
		margin: 24px 0;
		width: 85%;
	}
	#rightblock {
		width: 240px;
		height: 600px;
		position: relative;
		float: left;
		top: 0px;
	}

/* RIGHT-SIDEBAR FORM STYLES ======================================= */
	.getVoucherText {
		font-size:0.7em;
		padding-left:2em;
		margin-top:4px;
		padding-right:1em;
	}
	.redvoucher { 
		color:red;
		font-weight:900;
		font-size:1.4em;
	}
	fieldset {
		padding: 0 0 0 1.5em;
		font:80%/1 sans-serif;
		border:none;
	}
	input {	
		color: #000; 
		background: #fff; 
		border: 1px solid #999; 
		margin-top:2px;
		width:90%;
		font-size:0.8em;
	}
/*
	input2 { 
		color: #000; 
		background: #fff; 
		margin-top:2px;
		width:50%;
		font-size:0.8em;
	}
*/	
	select {	
		color: #000; 
		background: #fff; 
		border: 1px solid #999; 
		margin-top:2px;
		width:90%;
		font-size:0.9em;
	}
	label {
		font-size:0.8em;
	}
	select {
		font-size:8px;
	}

	#id_name_first{
		margin-top:10px;
	}
	#id_name_last{
		margin-top:10px;
	}
	#id_emailAddress{
		margin-top:10px;
	}
	#id_phone{
		margin-top:10px;
	}
	#id_timeframe{
		margin-top:10px;
	}
	#id_purchaser{
		margin-top:10px;
	}
	#required_info{
		font-size:0.6em;
		margin-top:0px;
		margin-left: 20px;
	}
	#accept{
		text-align:left;
		width:6%;
	}
	#label_accept{
		font-size:0.7em;
		margin:0 0 0 -4px;
	}
	#agreeTandC {
		margin:10px 0 0 -3px;
		text-align:left;
	}	
	#CI_submitButton {
		text-align:right; 
		margin:8px 1.5em 0 9em;
		border:1px solid white;
		width:90px;
		height:33px;
	}			