
/*Rounded corners*/
		
.popup-text-field {
	position: absolute;
	left:30%;
	width: 400px;
	font-size:1em; /*12px*/
	font-family:tahoma,arial;
	background: #f0f0e7 url(/i/bg-corner-top-left.gif) no-repeat 0 0;
	z-index: 25;
}		
	.popup-text-field .bg-bott-r {
		width: 100%;
		background: url(/i/bg-corner-bottom-left.gif) no-repeat bottom left;
	}
		.popup-text-field .bg-bott-l {
			background: url(/i/bg-corner-bottom-right.gif) no-repeat bottom right;
			width: 100%;
		}
			.popup-text-field .bg-top-r {
				background: url(/i/bg-corner-top-right.gif) no-repeat top right;
				width: 100%;
			}
/* // Rounded corners */


.friend-action {
	position: relative;
	width: 400px;
	padding: 5px 0 10px 0;
	font-size: 120%;
	text-align: center;
}
	.friend-action h3 {
		font-size: 120%;
		font-weight: normal;
	}
	.friend-action textarea {
		width: 380px;
		margin: 5px 0 10px 0;
		text-align: left;
	}
	.friend-action div {
		margin-bottom:0.5em;
	}
	.friend-action select {
		font-size:80%;
	}
	
	.friend-action table {
		font-size:12px;
		text-align: left;
		margin: 10px 10px 10px 5px;
		vertical-align: top;
	}
		.friend-action td {
			padding: 4px 2px;
		}
	
	.friend-action .btn {
		margin-left: 8px;
	}

	.friend-action .close {
		position: absolute;
		top: 3px;
		right: 10px;
		font-family: Verdana, sans-serif;
		text-decoration: none;
		color: #999;
	}
	.friend-action .close:hover {
		color: #000;
	}
	
	.friend-action div.js-addRecommendationMessage {
		margin:1em 0;
	}
