#list_search {
	float: left;
	height: auto;
	width: 502px;
	list-style-type: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	margin: 0px;
	padding: 8px 0 0 0;
	font-size: 10px;
	color: green;
	font-weight: bold;
	text-transform: uppercase;
}
#list_search li {
	height: auto;
	width: 157px;
	padding:3px 0 0 10px;
	margin: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: normal;
	color: black;
	text-transform: lowercase;
}
#list_search li a:link, #list_search li a:hover, #list_search li a:visited {
	font-size: 10px;
	color: black;
	font-weight: normal;	
}
#list_search a:link, #list_search a:hover, #list_search a:visited {
	
	color: green;
		
}




#list_skills {
	
	float: left;
	height: auto;
	width: 518px;
	list-style-type: none;
	/* display: inline;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	margin: 0px;
	padding: 0;
	font-size: 10px;
	color: green;
	font-weight: bold;
	text-transform: uppercase;
}
#list_skills li {
	height: auto;
	width: auto;
	padding: 15px 0 0 10px;
	margin: 0px;
	list-style-type: none;
	float: left;
	
}
.search_li_header {
    width: 100%;
    float: left;
    text-indent: 5px;
}
#list_skills ul {
	
	float: left;
	height: auto;
	width: 500px;
	list-style-type: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	margin: 0px;
	padding: 5px 0 0 0;
	font-size: 10px;
	color: green;
	font-weight: bold;
	text-transform: lowercase;
}
#list_skills ul li {
	
	height: auto;
	width: 166px;
	padding:3px 0 0 0;
	margin: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: normal;
	color: black;
	text-transform: lowercase;
}

#list_skills label {
	float: left;
	display: block;
	width: auto;
	height: 14px;
	line-height: 14px;
	padding-left: 5px;
}

#list_skills input {margin: 0; padding: 0; border: none; clear: left; float: left;}


