/** MAIN LIST AND LIST ITEMS ***/
/**
 * MAIN LIST ITEMS
 */
/*
.contact-node{
	margin:0 0 5px 0;
	cursor:pointer;
}
.contact-node .contact-node{
	margin:0 0 5px 40px;
}
.contact-count{
	height:34px;
	width:34px;	
	color:#FFFFFF;
	font-size:16pt;
	text-align:center;
	line-height:23pt;
}
.contact-title{
	margin:5px 0;
}
.contact-title h2{
	margin-bottom:5px!important;
	color:#000000!important;
}
.contact-title a{
	font-size:16pt;
	color:#ed1f24;
	
}
label{
	white-space:normal!important;
}
.form-select{
	height:24px!important;
}

*/
.form-select-list{
	height:20px;
	margin-bottom:2px;
	width:98%;
	background:#f6f6f6 url(../../images/contact/check_off.gif) no-repeat left -2px;
}
.form-select-list div{
	text-align:left;
	margin-left:30px;
	cursor:pointer;	
	padding-top:4px;
}
.form-select-list.selected{
	background:#f3ffdf url(../../images/contact/check_on.gif) no-repeat left -2px;
}
.form-select-list.toggle {
	background:#f6f6f6 url(../../images/contact/radio_off.gif) no-repeat left -2px;
}
.form-select-list.toggle.selected{
	background:#f3ffdf url(../../images/contact/radio_on.gif) no-repeat left -2px;
}


.file-list{
	padding:10px 0 10px 5px;
}
.file-list .file{
	border-bottom:1px solid #E3E7EA;
	padding:2px 2px 2px 25px; 
	background:#F1F2F4 url(../../images/contact/document.png) no-repeat 4px center;
	position:relative;
}
.file-list .file .delete-file{
	position:absolute;
	right:3px;
	top:0px;
	width:20px;
	height:20px;
	background:transparent url(../../images/contact/remove.png) no-repeat center center;
	cursor:pointer;
	z-index:25;
}


/** TOOLTIP **/
.register-tip{
	position:absolute;
	display:none;
	padding:2px 10px;
	font-weight:normal!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #cfd0d2;
	background-color:#EFF2F4;
}

