@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
ul, ol {
	padding: 0 20px 10px 40px;
}
ul {
	list-style-image: url(../images/bullet.png);	
}
li {
	padding-bottom: 5px;
}
label.error {
	color: red;
	display: block;
}
	body {
		font: 11px Verdana, sans-serif;
		color: #696969;
		background: #fff;
	}
	p, li, lh, div, td {
		font: 11px Verdana, sans-serif;
	}
	#register_form strong {
		color: #0076b5;
	}
	#register_form td {
		vertical-align: top;
	}
	p {	
		padding-bottom: 12px;
	}
	a img {
		border: 0;
	}
	h1, h2, h4 {
		color: #000;
		font-weight: normal;
	}
	h1#header {
		position: static;
	}
	em {
		font-style: italic;
	}
	h1 {
		font-size: 20px;
		position: relative;
		top: -3px;
	}
	h2 {
		font-size: 18px;
		color: #0076b5;
	}
	h3 {
		font-size: 13px;
		font-weight: bold;
		color: #696969;
	}
	h4 {
		font-size: 12px;
		color: #0860a8;
		padding-bottom: 12px;
	}
	td {
		padding-top: 5px;
	}
	a {
		color: #0076b5;
	}
	
	div#header_container {
		background: url(../images/top_bg2.jpg) right 50% no-repeat;
		height: 315px;
		border-bottom: 10px solid #0860a8;
	}
	div#header_content {
		background: url(../images/intel_logo.png) 40px 20px no-repeat;
		padding: 100px 280px 0 30px;
	}
	div#main_content {
		width: 512px;
		padding-left: 30px;
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 20px;
		float: left;
	}
	div#sidebar {
		margin-left: 557px;
	}
	div#sidebar div {
		padding: 20px 15px 20px 25px;
	}
	div#dates {
		background: url(../images/blue_bg_gradient.png) left top repeat-y;
	}
	div#page {
		width: 800px;
		border: 1px solid #bcbec0;
		border-width: 0 1px 0 1px;
		margin-left:auto;
		margin-right:auto;
		background: url(../images/bg_gradient.png) left top repeat-y;
	}
	
	div#page_send {
		width: 572px;
		margin-left:auto;
		margin-right:auto;
	}
	.image_replace {
		display: block;
		text-indent: -1000em;
		overflow: hidden;
	}
	form#register_form {
		display: block;
		float: left;
	}
	form#register_form table#text_inputs {
		margin-top: 10px ;
		width: 250px;
		/*margin: 25px 35px 0 35px;*/
/*		background: #f6efef url(../images/bottom_rounded_corners.gif) left bottom no-repeat;*/
	}
	div#description {
		width: 155px;
		padding-left: 15px;
		margin-right:10px;
		float: left;
	}
	
	div#send_description {
		padding-left: 25px;
		padding-right:25px;
	}
	td.input {
		padding-bottom: 5px;
	}
	
	td input.text_input {
		width: 250px;
		/*border: 1px solid #999;*/
	}
	select {
		width: 130px;
	}
	td input#reseller_id {
		width: 125px;
	}
	td input.send {
		width:78px;
	}
	input.radio {
		margin-left: 10px;
		margin-right: 3px;
		position: relative;
		top: 3px;
	}
	input.first_radio {
		margin-left: 0;
	}
	td#state_input input, td#state_input {
		width: 145px;
	}
	td#zip_input input, td#zip_input {
		width: 80px;
	}
	td#zip_input, td#zip_label {
		padding-left: 20px;
	}
	div#footer {
		background: url(../images/bottom_lines.gif) left center no-repeat;
		clear: both;
		/*padding-top: 50px;
		padding-bottom: 10px;*/
		height: 10px;
	}
	
div #message_box{
	border:2px solid #0076b5;
	width:80%;
	padding:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	color: #0076b5;
}
div #error_box{
	border:2px solid #94504d;
	width:80%;
	padding:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	color: #94504d;
}
div#error_box h3 {
	color: #94504D;
}

h2#driving_change {
	background-image: url(../images/driving_change.png);
	width: 256px;
	height: 43px;
}

h2#contact_us {
	background-image: url(../images/contact_us.png);
	width: 82px;
	height: 20px;
}

h2#date_time {
	background-image: url(../images/date_time.png);
	width: 114px;
	height: 34px;
}

h2#day1_objective {
	background-image: url(../images/day1_objective.png);
	width: 220px;
	height: 22px;
}

h2#day2_objective {
	background-image: url(../images/day2_objective.png);
	width: 219px;
	height: 26px;
	margin-top: 25px;
}

