.CommentsForm p{
	width: auto;
	clear: left;
	margin: 0;
	padding: 2px 0 2px 0px; /*width of left column containing the label elements*/
	border-bottom: 1px dashed #9999FF;
	height: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.CommentsForm label{
	font-weight: bold;
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 150px;
}

.CommentsForm input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.CommentsForm textarea{
width: 250px;
height: 150px;
}

.CommentsForm input[type="checkbox"] {
	width: 20px;
}
#SubmitButton {
	background-color: #BBBBFF;
	border: 2px outset #0000FF;
	float: right;
}
