/* FORM */
form p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dotted #ccc;height: 1%;
}

form label{
	font-weight:bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
}

form textarea{
	width: 250px;
	height: 150px;
}

.notes {
	clear:left;
	padding-top: 5px;
	margin-left:-155px;
	display:block;
}

form p.no_top {
	width: 455px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	border-top: 0px;
}