/**
 * CSS for Relationship
 * @since 08/12/2012
 */
.RELFields {
	border: 1px solid #CCC;
	padding:0px 5px 0px 5px;
}
.RELRemoveTrigger:hover {
	color: #FF0000;
	text-decoration: underline;
}
.RELErrorBorder { border: 1px solid #A30000; }
#RELList {
	width: 95%;
	float: right;
}
.RELaddTo:hover {
	cursor: pointer;
	text-decoration: underline;
}

#RELBrithday {
    width: 102px;
}

#RELNameday {
    width: 97px;
}

#textInfo {
    float:right;
    color: red;
}

#PartnerContactList {
    left: 100px;
}

#PartnerContactOK {
    float: right;
}