/*********************************************
	MAIN FORMATTING FOR POPUP
*********************************************/
@charset "utf-8";


.friend-wrapper {
	width: 460px;
	padding: 10px;
	background: #56a0b3; !important 
}

.friend-content {
	width: 460px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 13px;
}


.friend-left-col {
	width: 100px;
	float: left;
}

.friend-mid-col {
	width: 165px;
	float: left;
}

.friend-right-col {
	width: 165px;
	float: left;
}


.friend-row1 {
	width: 100%;
	height: 30px;
	margin: 0;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.friend-row2 {
	width: 100%;
	height: 30px;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

.friend-field {
	height: 20px;
	width: 160px;
	border: 1px solid #666;
}

	