body {
	margin:0px;
	padding: 0px;
	color: #000000;
	background: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	}

form{padding:8px;}

#progress_indicator_container
{
	text-align:center;
}

#progress_indicator
{
	border:1px solid gray;
	margin-left:2px;
	width:753px;
}

#position_indicator
{
	margin-left:2px;
	width:753px;
	margin-top:-8px;
}

.current_step{background-color:#ffd700;/*font-weight:bold;*/cursor:default;}
.complete_step{background-color:#ffd700;color:black;cursor:default;}
.incomplete_step{background-color:white;color:black;cursor:default;}
#pi0{background-color:#ffd700;}

.invalid 
{
  background-color:#f6fb73;
  border:1px solid red;
}
strong.error {
  color: #AA1948;
}

th
{
	text-align:right;
}

.redcopy 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#AA1948;
}

.errors
{
	color:red;
	font-weight:bold;
}

.messages
{
	color: green;
	font-weight:bold;
	font-size: 9pt;
}

h1
{
	/*color: #118888;*/
	font-size: 9pt;
	margin-bottom:0px;
}

.important
{
	font-size: 9pt;
	color: #000000;
	font-weight:bold;
}

.block_text
{
	width:98%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:4px;
}

.block_text p
{
	font-weight:bold;
	font-size:8pt;
}

input
{
	border: 1px solid black;
}

.dash
{
	font-size: 16pt;
	font-weight:bold;
	margin-left:1px;
	margin-right:2px;
}

label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	
}

#rebate_instructions
{
	border: 1px solid black;
	padding: 5px;
	width: 410px; 
	margin-bottom: 16px;
	margin-left:10px;
}

fieldset
{
	padding:0px;
	background: #dadada;
	border: 1px solid gray;
	width:420px;
	margin-left:10px;
}

#data_entry
{
	padding:10px;
}

.buttons
{
	margin:0px;
	background-color: #efefef;
	text-align:right;
	width:420px;
}
.web_button
{
	background-color:#969696;
	cursor:pointer;
	color:white;
	border:0px none;
	padding-right:4px;	
	margin: 6px;
	text-align:right;
	width:100px;
}

.web_button_small
{
	background-color:#969696;
	cursor:pointer;
	color:white;
	border:0px none;
	padding: 3px;
}

.product_table
{
	font-size:10pt;
	border-left:1px solid black;
	border-bottom: 1px solid black;
	width:750px;
}

.product_table td
{
	border-top:1px solid black;
	border-right:1px solid black;
	padding:2px;
}
.product_table th
{
	background-color:#000000;
	color:#ffffff;
	text-align:left;
	border-top:1px solid black;	
	border-right:1px solid black;	
}

.top_link
{
	margin-right: 50px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
}

#cfn
{
	font-size:14pt;
	font-weight:bold;
	padding:4px;
	border:1px solid black;
}

#main_content
{
	position:absolute;
	top:160px;
	background-color:#ffffff;
	color:#000000;
	padding:0px;
	width:780px;
}

#site_container
{
	margin-top:0px;
	width:780px;
	margin: 0 auto; 
	text-align: left; /* flipping IE */
}

#logo
{
	background-image:url(images/autodesk_logo.png);
	background-repeat:no-repeat;
	height:50px;
	width:150px;
	cursor:pointer;
}

#menu
{
	padding-left:11px;
	margin-top:3px;
	color: #ffffff;
	background-color: #000000;
}

#menu a
{
	color:#ffffff;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}

#breadcrumb_bar
{
	position:absolute;
	top:100px;
	height:20px;
	width:780px;
	background-color:#262626;
	color:#959595;
}

#header_image_container
{
	margin-top:20px;
	text-align:center;
}

#title_bar
{
	position:absolute;
	top:120px;
	width:760px;
	height:35px;
	background-color:#3f3f3f;
	color:#ffffff;
	padding-left:20px;
	font-size:18pt;
	padding-top:6px;
	font-family:Arial;
}

#header
{
	height:100px;
	margin: 0 auto; 
	background-color:#000000;
}

#form_table
{
	background-color:#dadada;
	border: 1px solid gray;
	padding:6px;
	padding-left:42px;
	width:392px;
}


#footer
{
	width:760px;
	height:30px;
	background-color:#000000;
	color:#959595;
	font-size:8pt;
	padding-left:20px;
	padding-top:7px;
}
#content_area
{
	padding:10px;
	padding-top:0px;
}

#footer_content
{
	padding-top:5px;
}