@charset "utf-8";

/* Css for friend request popup */
#friendRequestPopup {
	width: 430px;
	height: 269px;
	background: transparent url(../../imgs/common/bg_alertbox_430x269.png) no-repeat;
	padding: 30px;
}
#friendRequestPopupInside {
	position: relative;
	background-color: #fff;
	height: 269px;
}
#friendRequestPopup a.closeDialog {
	text-indent: -9999px;
	display: block;
	width: 39px;
	height: 39px;
	background: transparent url(../../imgs/common/bttns/bttn_alertbox_close.png) no-repeat;
	position: absolute;
	right: -12px;
	top: -15px;
}
#friendRequestPopup .popupDialog {
	padding: 22px 29px;
}
#friendRequestPopup .dialogText {
	margin-left: 90px;
	font-size: 12px;
	line-height: 20px;
}
#friendRequestPopup textarea.requestMessage {
	width: 260px;
	height: 73px;
	margin-top: 6px;
}
#friendRequestPopup .bottomButtons {
	position: absolute;
	bottom: 0px;
	width: 354px;
	background-color: #f6f6f6;
	height: 30px;
	line-height: 30px;
	padding: 11px 38px;
	text-align: right;
}
#friendRequestPopup .bottomButtons a {
	margin: 7px 0 0 2px;
}
#friendRequestPopup h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
#friendRequestPopup .dialogHighlight {
	color: #0072cf;
}
/* End Css for friend request popup */
