input, textarea, select{
	border:1px dashed #798E3F;
	background-color:#F7F7F7;
	padding:2px;
	font-size:11px;
	}
input.noborder{
	border:0;
	background-color:#fff;
	padding:0;
	}
ul {
	position: relative;
	float: left;
}

li {
	display: block;
	float: left;
	margin-left: 0px;
}

#footer_recent {
	width: 220px;
	margin: 0px 20px 0px 0px;
}

#footer_recent li {
	position: relative;
	float: none;
	}

#footer_recent li a {
	position: relative;
	display: block;
	background: #66ccff;
	border: 1px solid #DDD;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}

#footer_recent li a:hover {
	background: #FFF;
	color: #464646;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}