
	.form {
		float: left;
		width: 400px;
		margin: 10px 0 40px 0px;
	}
	
	fieldset {
		position: relative;
		width: 500px;
		margin: 10px auto; 
		padding: 10px 20px;
		border: 1px solid #999;
		background-color: #eee;
		text-align: left; /*for ie*/
	}
	legend {
		position: absolute;
		top: -22px;
		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;
	}

	input:focus, textarea:focus {
		background: #FFF8D2;
	}
	p.wrap  {
		margin: 6px 0 0 20px;
		width: 400px;
		clear:both;
	}	

	input, textarea, td, th, select, .label, .blabel {
		font: 11px/15px verdana, sans-serif;
		color: #444444;
	}
	
	th { 
		font-weight:bold;
		padding: 2px 4px;
		background-color: #eee;
	}
	td { 
		padding: 2px 4px;
	}
	.opinion { /*as a catcha*/
		display:none;
	}

	textarea.large {
		width: 400px;
		height: 200px;
	}
	textarea.small {
		width: 400px;
		height: 100px;
	}
	h4.subhead  {
		margin: 20px 0 6px 40px;
		width: 500px;
		font: bold 13px/15px verdana, sans-serif;
		border-top: 1px solid #999;
	}
	.check {
		width: 20px;
	}
	.label, .blabel {
		line-height: 18px;
		padding-right: 7px;
		margin: 0;
	}
	.blabel {
		font-weight: bold;
	}
	.input_l {
		float: left;
		margin-right: 3px;
		width: 200px;
	}
	.input_m {
		float: left;
		margin-right: 3px;	
		width: 100px;
	}
	.input_s {
		float: left;
		margin-right: 3px;
		width: 50px;
	}

	.btn {
		width: 90px;
	}
	.error {
	background-color: #F3E0D9;
	}
	.message {
	background-color: #C6EAC5;
	}
	
	p.error {
	color: #CC0000;
	}
	p.message {
	color: #137E3F;
	}
