	form{
		margin:0px;
		padding:0px;
		font-family:arial;

	}
	
	input,
	select,
	textarea{		
		font-family:arial;
		border: 1px solid #cccccc;
	background:#F4F4F4 URL('../images/input_bg.png') repeat-x 100px ;

	}
	
	textarea{
		
	}
	
	fieldset{
		border:0px;
		background: #FFFFFF;
		margin:10px;
		padding:10px;		
		display:block;

	}
	
	legend{
		color:#6699CC;
		margin:0px;
		padding:0px;
		font-family:arial;		
		padding:5px 10px;
/*		*margin:0px 0px 0px -6px;*/
		font-weight: bold;
		background: #FEECD0;
		border: 1px solid #FF9900; 			
		border-bottom:0px;	
	}
option {padding-left:5px;}	
	/**************** 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;		
	*padding-left: 12px;
	
}	
form span.label{
	width: 150px;	
	font-weight: normal;	
	color: #333333;
	letter-spacing: 1px;
	text-transform:uppercase;	
text-align:right;
padding-right:5px;	
}
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: 100%;
	text-align: left;
	
}
form td{vertical-align:top;}
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;
}

/*
------------------
TO BE DELETED
-------------------
#assessment {
	width : 550px;
	margin-right: auto;
	margin-left:auto;
	text-align:left;
	font-size: 100%;
	line-height: 16px;
	letter-spacing: 0.03em;
text-align: left;
}	 

*/