@IMPORT url("../../contactlist/css/style.css");

#list ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#list ul li {
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #CECBCE;
	width: 100%;
	clear: left;
	float: left;
}

#list a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#list a:hover {
	text-decoration: underline;
}

#list img {
	float: left;
	margin: 0 1em 0 0;
	border: none;
}

#list hr {
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	background-color: #000000;
}

#list p {
	margin-bottom: 0;
	margin-top: 0.5em;
}

#list .forwardlink
{
	color:blue;
	text-decoration:underline;
	font-weight:normal;
}

#contactlist {
	clear: both;
	padding-top: 2em;
}