#social-friend-request-modal{
	width: 500px;
	height: 400px;
	padding: 10px;
	position: fixed;
	top: 90px;
	left: 490px;
	z-index: 5;
    background-color: #333333;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#social-friend-request-content{
	position: fixed;
	top: 100px;
	left: 500px;
	z-index: 6;
    background-color: #e8e7e1;
    width: 500px;
    height: 400px;
    overflow:hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#social-friend-request-avatar{
    float: left;
    width: 205px;
    height: 383px;
}

#social-friend-request-info{
    float: left;
    padding: 15px 5px 5px 5px;
    width: 280px;
    font-size: 14px;
    color: #494337;
}

#social-friend-request-message{
    width: 274px;
    height: 100px;
    border: 1px #a49f95 solid;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 0 4px 0;
}

#social-wrap{
	width: 1000px;
	margin: 5px auto;
	overflow-y:hidden;
}

#left-social-wrap{
	float: left;
	width: 250px;
}

#right-social-wrap{
	float: right;
	width: 749px;
	min-height: 100px;
}

#social-avatar{
	width: 205px;
	height: 383px;
}

#social-user-actions{
	font-size: 12px;
	background-color: #e8e7e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #617b54 solid;
	margin-bottom: 5px;
}

#social-user-actions li{
	padding: 4px 5px 4px 5px;
	color: #494337;
	cursor: pointer;
}

#social-user-actions li:hover{
	background-color: #617b54;
	color: #e8e7e1;
}

#social-user-actions li:first-child{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#social-user-actions li:last-child{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px px;
}

#social-user-apps{
    background-color: #e8e7e1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px #617b54 solid;
}

#social-user-apps ul{
    color: #494337;
    
}

#social-user-apps li{
    padding: 10px 0 10px 10px;
    border-bottom: 1px #a49f95 solid;
    margin: 0px;
    cursor: pointer;
}

#social-user-apps li:first-child{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#social-user-apps li:last-child{
    border: none !important;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

#social-user-apps li:hover{
    background-color: #e9eef2;
    padding-left: 15px;
}

#social-user-apps .active_app{
    background-color: #617b54;
    padding-left: 15px;
    color: #e8e7e1;
}

#social-user-apps .active_app:hover{
	background-color: #617b54 !important;
}

#social-user-header{
    margin: 10px 0 0 20px;
    padding-bottom: 2px;
}

#social-user-name{
	float: left;
    font-family: Georgia, Verdana, sans-serif;
    font-size: 24px;
    color: #494337;
}

#social-status-wrap{
	float:left;
	padding: 10px;
}

#social-status-wrap{
	float:left;
	padding: 6px 0 5px 5px;
	max-width: 600px;
}

#social-user-status{
	position: relative;
	z-index: 9999;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    color: #333333;
    padding: 2px;
}

#social-user-status-time{
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    color: #444444;
    opacity:0.8;
}

.status-editable:hover{
	background-color: #494337;
	color: #e8e7e1 !important;
	cursor: pointer;
}

#social-user-status-edit{
    width: 400px;
    border: 1px #a49f95 solid;
    padding: 5px;
    margin-top: -6px;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #333333;
}

#social-user-status-submit{
	vertical-align: text-bottom;
	margin-left: 5px;
}

#social-canvas{
    margin: 10px 0 0 5px;
}

.social-small-header{
    margin: 0 0 2px 5px;
    font-family: Georgia, Verdana, sans-serif;
    color: #494337;
    font-size: 18px;
}

#social-manage-apps{
	font-size: 13px;
	cursor: pointer;
}

#social-manage-apps:hover{
	text-decoration: underline;
}

#profile_error_box,#profile_status_box{
	text-align: center;
}

#profile_error,#profile_status{ padding: 5px; margin-top: 5px; }