	form {
		margin: 0;
		padding: 0;
	}
	fieldset {
		margin: 0;
		padding: 0px;
		background-color: #FFCC66;
		border: 1px solid #FFF;
	}
	textarea.commentText {
		font-family: Arial, Helvetica, sans-serif;
		padding: 3px;
		font-size: 11px;
		width: 490px;
		height: 140px;	
		border: 1px solid #333;					
	}
	th.header {
		background-color: #F90;	
		color: #FFF;
		font-size: 13px;
		border-bottom: 1px solid #FFF;
	}
	th {
		font-size: 12px; 
		font-weight: bold;
		color: #000;
		text-align: left;
	}
	td {
		font-size: 12px; 
		font-weight: bold;
		color: #000;
		text-align: left;
		padding: 2px;
	}
	input.textBox {
		width: 230px;	
		border: 1px solid #333;
		padding: 2px;
	}
	div#comments {
		margin-top: 15px;
		background-color: #FFF;
		border: 1px solid #FFF;
		color: #000;
		padding: 10px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	p.error {
		color: #FFF;
		font-weight: bold;
		font-size: 13px;	
		background-color: red;
		padding: 3px;
	}
	div#comments span.commentText {
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
	}
	div#comments span.commentSig {
		color: #666;
		font-size: 12px;	
	}
	div#comments ul {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	div#comments ul li {
		padding-left: 15px;
		background-image: url(../images/blueBullet.gif);
		background-repeat: no-repeat;
		background-position: center left;
		font-weight: normal;
		font-size: 10px;
		display: block;		
	}
	div#comments ul li:hover {
		background-color: #F00;
		color: #FFF;
		cursor: pointer;	
	}	
	hr {
		border: none;
		border-top: 1px solid #FFF;	
	}
	
	