#assessment {
	width : 550px;
	margin-right: auto;
	margin-left:auto;
	text-align:left;
	font-size: 80%;
	line-height: 16px;
	letter-spacing: 0.03em;
text-align: left;
}	
	form{
		margin:0px;
		padding:0px;
		font-family:arial;

	}
	
	input,
	select,
	textarea{		
		font-family:arial;
	}
	
	textarea{
		height:100px;
	}
	
	fieldset{
		border:1px solid #FF9900;
		background: #FEECD0;
		margin:10px;
		padding:10px;		
		display:block;
	}
	
	legend{
		color:#6699CC;
		margin:0px;
		padding:0px;
		font-family:arial;
		font-size:130%;
		padding:5px 10px;
/*		*margin:0px 0px 0px -6px;*/
		font-weight: bold;
		background: #FEECD0;
		border: 1px solid #FF9900; 			
		border-bottom:0px;	
	}
	
	/**************** Forms Styles Finish ****************/
	
	
	/**************** List Styles Start ******************/
form span {
	display:block;
	float: left;
	margin: 2px;
	padding:0px;
text-align:left;
}	
form label{	
	color: #666666;		
	display:block;	
	font-size: 90%;
	*padding-left: 12px;	
}	
form span.label{
	width: 120px;	
	font-weight: bold;
	font-size: 90%;
	color: #333333;

}
form span span.label {
	font-weight: normal;
}
	/*************** General Styles Finish ***************/
form p{
	margin:10px;
	display:block;
	float:none;
	clear:both;
}
	/*************** more Styles Start ***************/	
.small {
	font-size:85%;
}	
.extra-small {
	font-size: 90%;
	color: #666666;
}
.hilighted {
	background: #FDFDF0;
	padding: 10px;
	font-size: 90%;
}
.hilighted b{
	font-size: 110%;
}
form table{
	font-size: 80%;
	text-align: left;
}
form th {
	font-weight: normal;
}
form th.head_row {
	width: 85px;
	margin-right: 15px;
}
form em {
	background: #FEFCD0;
	padding: 5px;
	margin: 5px;
	font-size: 100%;
	font-weight:bold;
	display: block;
}