#profileContactInfo {
	position: relative;
}

#profileContactInfo div.item {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

#profileContactInfo span.header {
	font-weight: bold;
}

#profileContactInfo span.webAddress {
	font-weight: bold;
}

#profileContactInfo img {
	margin-right: 3px;
	vertical-align: middle;
}

#profileContactInfoLeft {
	width: 267px;
	height: 295px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
}

#profileContactInfoRight {
	width: 268px;
	height: 295px;
	position: absolute;
	top: 0px;
	left: 293px;
	overflow: auto;
}

#profileContactInfoRight table {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#profileContactInfoRight td {
	padding: 0;
	margin: 0;
}

#profileContactInfoRightPickup {
	margin-top: 20px;
}

#profileButtons {
	width: 237px;
	margin: 0px;
	padding: 0px;
}

#profileButtonsLittle {
	position: relative;
	height: 21px;
	margin-top: 10px;
}

#profileButtonsLittle div.leftButton {
	width: 113px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#profileButtonsLittle div.rightButton {
	width: 113px;
	position: absolute;
	right: 0px;
	top: 0px;
}

