/* ////////////////  userProfile Containers  ////////////// */

.userContactsContainerMain
	{
		width: 650px;
		padding: 0px 0px 0px 0;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #DDD;
	}
	    
.userContactsContainerMainWrapper
	{
	/*	padding: 20px;*/
	}
	
.userContactsLeftContainer 
	{
		width: 400px;
		padding: 0px 0px 0px 0px;
		float: left;
	}
	
	
.userContactsLeftContainer_short {
			width: 150px;
			padding: 0px 0px 0px 0px;
			float: left;
		  	background: red;
		}
	
.userContactsLeftContainer_short
	{
		width:70px;
	}
	
.userContactsButtonContainer{
		float: left;
		display: inline;
		width: 200px;
		}

.userContactsRightContainer, .userContactsRightContainer_long
	{
		width: 540px;
		padding: 0px 0px 0px 0px;
		margin-bottom: 0px;
		float: right;
	}

.userContactsRightContainer_long
{
	width: 620px;
}
	
/* //////////////// Buttons Contatiner Elements  ////////////// */

.userContactsButtonContainer a {
	padding: 1px 4px;	
}
	
.userContactsVerifyButton a
	{
		color: #333;
		background: #E3E3E3;
		text-decoration: none;
		margin: 5px 0px 0px 10px;
		font-family: georgia, serif;
		font-size: 10px;
		font-weight: bold;
		font-style: italic;
		float: left;
		display: inline;
	}
	
.userContactsVerifyButton a:hover {
		background: #d1d1d1;
	    }
	
.userContactsRemoveButton a
	{
		color: #333;
		background: #E3E3E3;
		text-decoration: none;
		margin: 5px 0px 0px 10px;
		font-family: georgia, serif;
		font-size: 10px;
		font-weight: bold;
		font-style: italic;
		float: left;
		display: inline;
	}
	
.userContactsRemoveButton a:hover {
		background: #d1d1d1;
	    }	
	
/* //////////////// Image Box  ////////////// */

.userContactsImageBox
	{
		float: left;
		height: 50px;
		width: 50px;
	}	

.userContactsImageBox img a
	{
		margin: 0;
		padding: 0;
		border: 10px solid #ccc;
		height: 50px;
		width: 50px;
		cursor: pointer;
		border-style: none;
	}
	

/* ////////////////  User Name and Text Links ////////////// */

.userContactsUserName, .userContactsUserName a
	{
		color: #333;
		font-family: arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		margin:  0 0 5px 10px;
	}
	
.userContactsUserName a:hover
	{
		text-decoration: underline;
	}


