body {
	margin:0px;
	padding: 0px;
	color: #000000;
	background: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	}

.invalid 
{
  background-color:#f6fb73;
  border:1px solid red;
}
strong.error {
  color: #AA1948;
}

th
{
	text-align:right;
}

#main_table
{
	
}

.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;
	/*
	color: #000000;
	font-weight: bold;
	font-size: 11pt;
	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;
}

.thick_border
{
	/*border-top:1px solid slategray;
	border-bottom:1px solid slategray;*/
}

input
{
	border: 1px solid black;
/*	border:3px solid slategray;*/
}

select
{
/*	border:3px solid slategray;*/
}

.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;
	padding-right:10px;
}

fieldset
{
	padding:10px;
	border: 0px none;
	width:380px;
}

.product_table
{
	font-size:8pt;
	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:12pt;
	font-weight:bold;
	padding-left:2px;
}

#main_content
{
	position:absolute;
	top:160px;
	background-color:#ffffff;
	color:#000000;
	padding:0px;
	width:780px;
	padding-top:10px;
}

#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;
}

#menu
{
	padding-left:11px;
	margin-top:10px;
	color: #ffffff;
	background-color: #000000;
}

#menu a
{
	color:#ffffff;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}

#menu a:hover
{
	text-decoration:underline;
}

#breadcrumb_bar
{
	position:absolute;
	top:100px;
	height:20px;
	width:780px;
	background-color:#262626;
	color:#959595;
}

#title_bar
{
	position:absolute;
	top:120px;
	width:760px;
	height:35px;
	background-color:#3f3f3f;
	color:#ffffff;
	padding-left:20px;
	font-size:18pt;
	padding-top:5px;
	font-family:Arial;
}

#header
{
	height:100px;
	margin: 0 auto; 
	background-color:#000000;
}

#form_table
{
	background-color:#dadada;
	padding:6px;
	width:388px;
}
.buttons
{
	margin:0px;
	background-color: #efefef;
	text-align:right;
	width:400px;	
}
.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;
}

#footer
{
	width:760px;
	height:30px;
	background-color:#000000;
	color:#959595;
	font-size:8pt;
	padding-left:20px;
	padding-top:7px;
}
#content_area
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#header_image
{
	/*border:1px solid black;*/
	/*margin-top:-10px;*/
}
