#edit {
	position: absolute;
	right: 220px;
	width: 180px;
	text-align: right;
}
.headings {
	font-weight: bold;
}
/* CSS Document for forms */

label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 7px;
	margin-top: 5px;
}
input, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 7px;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border: none;
	margin-top: 0px;
}
td {
	vertical-align: top;
}
textarea, .long {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 7px;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border: none;
	margin-top: 0px;
}
label {
	text-align: right;
	width: 90px;
	padding-right: 20px;
}

br {
        clear: left;
}
