.maddress {
	padding:15px;
	position: relative;
	background-color: #FCFFDE;
	border: 1px dashed #ddd;
}
.multi.new {
	background-color: #FCFFDE;
}

.multi td {
	padding: 5px 0;
	position: relative;
}

.m_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;
}

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

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

.address-wrapper {
	position: relative;
}

#address_book {
	display: none;
}

#address_book .right {
	float: right;
}

#address_book_content {
	margin: 5px 0;
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
}