@charset "utf-8";
/* CSS Document */

#portrait_container
{
	display:block;
	float:left;

	width:54px;
	height:62px;
	box-sizing:border-box;

	
}

/*#portrait_content
{
	position:relative;
	margin-top:2px;
}*/

#portrait_frame
{
	position:absolute;
	margin: 0 auto;

	width:54px !important;
	height:62px !important;
	
	-moz-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;	
	
	background-color:#d2b048;
	
}

#portrait_frame_content
{
	position:absolute;
	margin: 0 auto;

	margin-top:2px;
	margin-left:2px;


	width:50px !important;
	
	
	-moz-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;	
	
	background-color:#fff;	
	
}

.portrait,.portrait_search_list,.portrait_user_pages, .portrait_addpage
{
	/*position:relative;
	margin:2px;
	
	width:50px; 
	
*/
	-moz-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	
	
	border:solid #d2b048;

	/*z-index:910;*/
}

.portrait_search_list
{
	width:56px;
	border-width:2px;
}

.portrait_user_pages,.portrait_addpage
{
	width:70%;
	margin:0 auto;
	border-width:3px;
}

.portrait_addpage
{
	width:140px;
	height:auto;
}
