
	.form {
		float: left;
		width: 560px;
		margin: 10px 0 40px 0px;
	}
	
	fieldset {
		position: relative;
		width: 400px;
		margin: 0 0 10px 20px; 
		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;
	}
	textarea {
		height: 100px;
	}
	input:focus, textarea:focus {
		background: #FFF8D2;
	}
	p.wrap  {
		font: 11px/15px verdana, sans-serif;
		margin: 6px 0 0 0;
		width: 500px;
		clear:both;
	}	
	p, input, textarea, select, .label, .blabel {
		font: 11px/15px verdana, sans-serif;
	}
	.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 {
	border: 1px solid #CC0000;
	background-color: #F3E0D9;
	}
	.message {
	border: 1px solid #137E3F;
	background-color: #C6EAC5;
	}
	
	.follow_mouse tr:hover td { background: #ddd; }
	
	.list_table {
	width: 560px;
	font: 11px Verdana, sans-serif;
	margin: 0 20px;
	}
	.list_table th {
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	background-color: #E8D088;
	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;
	}

	* { font: 11px verdana; }
	p { float: left; margin: 5px 20px 0 0;  } /* "inline" is just ignored, so it is automatically floated "inline" */
	p.wrap { clear: both; width: auto; margin: 5px 20px 0 0; } /* the clear wraps the line */
	p.subhead { clear: both; font-size: 14px; color: #c00 } 
	label { display: block; margin-bottom: 3px;  } /* block puts the label on top, the margin spaces between label and input */
	label.nextto { display: inline } /*for checkboxes and radios*/
	label.blabel { font-weight: bold };
	div#same_as_above { float: left; }
	input[type="text"] { width: 200px }

