
/* CONTACT PHONE NUMBERS */	
#e_page .profile .contact_numbers{font-size:12px;}
#e_page .profile .contact_numbers ul{width:100%;}
#e_page .profile .contact_numbers ul li{clear:left;float:left;width:100%;}


/* LIST OF SAVED NUMBERS */
#e_page .profile .contact_numbers ul li img
	{
		border: none;
		clear: none;
		float: left;
		margin: 0;
		padding: 0;
	}

#e_page .profile .phone_type
	{
		background: #efefef;
		clear: left;
		display:block;
		float: left;
		font-size:12px;
		padding: 3px;
		width: 80px;
	}	
	
#e_page .profile .phone_number
	{
		clear: none;
		float: left;
		padding: 3px;
		width: 120px;
	}
	
#e_page .profile .phone_extension
	{
		clear: none;
		float: left;
		padding: 3px;
		width: 40px;
	}
	
#e_page .profile .phone_country_code
	{
		clear: none;
		float: left;
		padding: 3px;
		text-align:right;		
		width: 45px;
	}
	
#e_page .profile .primary_number
	{
		clear: none;
		float: left;
		padding: 3px;
		text-align:right;		
		width: 45px;
	}
	
#e_page .profile .delete_phone
	{
		clear: none;
		float: left;
		padding: 3px;
		text-align:right;		
		width: 45px;
	}

#e_page .primary #fup_add_phone_number .value
{
width: 225px;
}

#e_page .primary #fup_add_phone_number .label
{
width: 150px;
}