div.crm_profil_form{
	padding:5px;
	clear:both;
}


div.crm_profil dl{
	display:block;
}

div.crm_profil dl.fld_title{
	display:block;
	float:left;
	width:250px;
	text-align:right;
	padding-right:10px;
	margin:5px;
}

div.crm_profil dl.fld{
	display:block;
	float:left;
 
	text-align:left;
	margin:5px;
}

div.crm_profil dl.fld_help{
    background: url("cssimgs/info16x16.png") no-repeat scroll 3px 3px #FFF3A5;
    border: 1px solid #7E7D7D;
    clear: both;
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin: 7px 5px 5px;
    padding: 5px 5px 5px 24px;
    
}

div.crm_profil dl.fld_space_line{
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
	margin-bottom:5px;
}	

div.crm_profil_form table{}