table.form-table {
	
}
	table.form-table th {
		width: 20%;
		vertical-align: top;
	}
		table.form-table td input, table.form-table td textarea {
			width: 100%;
		}
		table.form-table td textarea {
			height: 150px;
		}
		table.form-table td input.small {
			width: 200px;
		}


.aros-note {
	width: 200px;
	position: absolute;

	display: none;
	background: #666;/*#FC0;*/
	border: #FFF solid 1px;
	color: #FFF;

	padding: 4px;
}
	.aros-note a {
		color: #FFF;
	}
	.aros-note .arrow {
		background: transparent url(../images/note-arrow-bottom.gif) 0 0 no-repeat;

		width: 9px;
		height: 5px;
		position: absolute;
		bottom: -5px;
		left: 4px;
	}
