.contact_box {
	width: 370px;
	float: left;
	margin: 0 15px 15px 0;
	padding:15px;
	position: relative;
	background-color: #FCFFDE;
	border: 1px dashed #ddd;
}

.c_remove {
	height: 24px;
	width: 24px;
	font-size: 30px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #87aed6;
	color: #fff;
	cursor: pointer;
}

.c_remove:hover {
	background-color: #003263;
}

.c_remove:active {
	background-color: #003263;
}

.selected-contact {
	margin: 5px 0;
}
.selected-contact b {
	color: red;
	margin: 5px 0;
	display: block;
}

.contacts-wrapper {
	display: none;
}