* {
	margin:0;
	/*padding:0;*/
}
.request {
	/*background: #e8f3f9;
	border-left:1px solid #b9c9c9;
	border-right:1px solid #b9c9c9;*/
	width:190px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin-top:15px;
	}
.request p {
		padding:1px 15px;
		margin:5px;
		}
.request_cornerT, .request_cornerB {
	height:10px;
	display:block;
	width:252px;
	margin:0 -1px;
	}
.request_cornerT {
		/*background:url(../images/request_corner.png) no-repeat;*/
		}
.request_cornerB {
	/*background:url(../images/request_corner.png) no-repeat;
	background-position:0 -10px;*/
	}
.request_title {
	font-weight:bold;
	color:#F90;
	font-size:14px;
	display:none;
	}
.request_title1 {
	font-weight:bold;
	color:#F90;
	font-size:14px;
	}
.request_title1 a{
	font-weight:bold;
	color:#F90;
	font-size:14px;
	}
.request .friend, .request .event {
	background-position:0 5px;
	padding-left:25px;
	}
.request a.friend:link, .request a.friend:visited, .request a.friend:active, .request a.event:link, .request a.friend:visited, .request a.friend:active {
	color:#0084C2;
	text-decoration:none;
	font-size:12px;
	}
.request a.friend:hover, .request a.event:hover {
	text-decoration:underline;
}
.request .friend{
	background:url(../images/user_add.png) no-repeat;
	}
.request .event {
	background:url(../images/calendar.png) no-repeat;
	}
.request .phone {
	background:url(../images/phone.png) no-repeat;
	}
