.fbutton {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -5000px;
	float: left;
	margin: 2px;
}

.fbutton:hover, .fbutton:focus {
	opacity: 0.7;
}

.fbutton:active {
	opacity: 0.9;
	width: 15px;
	height: 15px;
	margin-left: 3px;
	margin-top: 3px;
}

.fadd {
	background: transparent url('../images/global/fadd.png') 0 0 no-repeat;
}

.fremove {
	display: none;
	background: transparent url('../images/global/fremove.png') 0 0 no-repeat;
}

.fextra .fremove {
	display: block;
}

#fadder {
	padding: 5px;
}

#fadder #fheading {
	overflow: hidden;
}

#fadder #fheading div {
	float: left;
	padding: 3px;
	margin-right: 5px;
}

#fadder .fitem {
	overflow: hidden;
}

#fadder .fitem .finput {
	float: left;
}

#fadder .fitem .finput input {
	margin-right: 5px;
}

#fadder .fitem .finput .padress, .padress {
	width: 240px;
}

#fadder .fitem .finput .pcity, .pcity {
	width: 140px;
}

#fadder .fitem .finput .pzip, .pzip {
	width: 100px;
}