﻿body {
	padding: 15px;
}
body, table, td, div, span { 
  margin: 0px; 
	font-family: verdana; 
	font-size: 8pt;
	line-height: 15pt;
}
select, input, textarea, option, optgroup {
	font-family: verdana; 
	font-size: 8pt;
}

#container { 
  width: 800px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -400px;
}
.download_section {
  border: 1px dotted #bbbbbb;
	float: right;
	padding: 8px;
	height: 30px;
	clear: both;
	width: 140px;
}
h1 {
	color : #111111;
	font-size : 16pt;
	font-weight : normal;
	margin-top:0px;
}
h1 span.form_name { 
	color : #3b619e;
	font-size : 16pt;	
	font-weight : normal;
}
.red {color: #cc0000; }
.green { color: green; }

.table_1 td { 
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
td.table_1_bg {
  padding: 2px;
  padding-left: 2px;
  background-color: #cccccc;
  border-bottom: none;
}
.table_1_bg td {
  padding: 1px;
  padding-left: 1px;
  background-color: #cccccc;
  border-bottom: 0px solid #cccccc;
}
td.table_1_title
{
  background-color: #cccccc;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
}
td.answer {
  background-color: #eaeaea;
  width: 600px;
}
td.label {

  width: 150px;
}

.error { 
  border: 1px solid #660000;
  background-color: #ffffcc;
	width:
}
.error td { 
  padding: 5px;
}



