.widget-area {
	width: 220px;
	padding: 0;
	float: right;
}

label,
.search-field {
	width: 100%;
}

.widget-area ul {
	list-style-type: none;
	padding: 0;
}
.widget-area li {
	border-bottom: #ccc 1px dashed;
	list-style-type: none;
	background-image: url(../images/00_side_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 23px;
	padding: 15px 15px 15px 29px;
}
.widget-area li:first-child {
	border-top: #ccc 1px dashed;
}
.widget-area li a {
	color: #1c4c7c !important;
	text-decoration: none;
	display:block;
}