.contacts {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 0;
	padding: 5px;
	border: solid white 1px;
}

.contacts .header {
	font-weight: bold;
}

.contacts .item {
	padding-top: 5px;
	margin-left: 105px;
}
.contacts .item .type {
    width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
	text-indent: -105px;
}
.contacts .item .value {
}