	.form {
		float: left;
		width: 500px;
		margin: 10px 0 40px 0px;
	}
	.form.conference {
		width: 500px;
	}
	
	fieldset {
		position: relative;
		width: 350px;
		margin: 0 0 10px 0; 
		padding: 10px 20px;
		border: 1px solid #999;
		background-color: #eee;
		text-align: left; /*for ie*/
	}
	legend {
		position: absolute;
		top: -10px;
		left: 20px;
		font: 11px/15px verdana, sans-serif;
		border: 1px solid #999;
		background-color: #fff;
		padding: 2px 8px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}
/*
	label {
		float: left;
		width: 100px;
		text-align: right;
	}
	.ontop {
		display: block;
	}
*/
	label {
		width: 300px;
		display: block;
	}
	.onleft {
		width: 150px;
		float: left;
		text-align: right;
	}
	.clear {
		clear: both;
	}
	input:focus, textarea:focus {
		background: #FFF8D2;
	}
	p.wrap  {
		margin: 6px 0 0 0;
		width: 400px;
		clear:both;
	}	
	.conference p.wrap  {
		width: 500px;
	}	
	input, textarea, select, .label, .blabel  {
		font: 11px/15px verdana, sans-serif;
	}
   .form h3 { 
      margin: 15px 0 0 0;
      border-top: 1px solid #999;
   }
	.check {
		width: 20px;
	}
	.label, .blabel {
		line-height: 18px;
		padding-right: 7px;
		margin: 0 0 0 0;
	}
	.blabel {
		font-weight: bold;
	}
	.input_l {
/*		float: left;*/
		margin-right: 3px;
		width: 240px;
	}
	.input_m {
		float: left;
		margin-right: 3px;	
		width: 100px;
	}
	.input_s {
		float: left;
		margin-right: 3px;
		width: 50px;
	}
	
	.last_label {
		float: left;
		clear: left;
		display: inline;
		width: 100%;
		height: 100%;
	}
	.opinion { /*as a catcha*/
		display:none;

	}

	.btn {
		width: 90px;
		height: 22px;
	}
	.red { color: #c00 }
	.error {
	border: 1px solid #CC0000;
	background-color: #F3E0D9;
	}
	.message {
	border: 1px solid #137E3F;
	background-color: #C6EAC5;
	}
	
	.select_list {
	   padding: 4px; 
	   width: 300px;
		margin: 10px 0 10px 0;
	}
	
	.follow_mouse tr:hover td { background: #ddd; }
	
	.opinion { /*as a catcha*/
		display:none;
	}
	
   #trust_logo {
      position: relative;
      left: 300px;
      top: -250px
   }
	
   .first_wide { width: 500px }
   
	td, th {
	font: 11px verdana, sans-serif;
	}
	
   td:first-child { padding-right: 20px; }
   
	.list_table {
	width: 500px;
	position: relative;
	margin: 20px auto;
	}
	.list_table th {
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	background-color: #e8e8e8; /*change*/
	text-align:center;
	}
	.list_table td {
	padding: 2px 0 3px 6px;
	}
	.list_table td.rt_align {
	text-align: right;
	padding-right: 4px;
	}
	.list_table th.rt_align {
	text-align: right;
	padding-right: 4px;
	}	
	
.conf_report {
   width: 710px;
   margin: 20px;
   border-collapse: collapse;
}
.conf_report th {
   font-weight: bold;
   text-align: left;
   padding: 2px;
}
.conf_report td {
   text-align: left;
   padding: 2px;
}
