.display-none {
	display: none;
}

/* ID styles used on every profile page */
#profile {
	background: #fff url('/images/profile-sprite-main-v2.png') 0 -910px repeat-x;
	height: 650px;
	min-height: 680px;
}
#avatar {
	width: 150px;
	padding: 10px 0 10px 10px;
	font-size: 8pt;
}
#avatar a img {
	border: 1px solid #2e67ff;
	width: 150px;
    background: #fff;
}
#profile-header {
	float: right;
	width: 698px;
	height: 50px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 12px;
	display: inline;
}
#name-status-container {
	height: 50px;
}
#name-status-container #name {
	font: bold 13pt Trebuchet MS;
}
#name-status-container #status {
	font-size: 10pt;
	color: #555;
}
#name-status-container #status img {
	margin-right: 5px;
}
#status-form-container {
	float: left;
	height: 25px;
}			
#sub-actions {
	
}
#sub-actions ul#actions-list {
	padding: 0;
	margin: 0 0 0 10px;
	white-space: nowrap;
	list-style-type: none;
}
#sub-actions ul#actions-list li {
	width: 121px;
	margin-bottom: 5px;
	background: #e6f0ff;
	border: 1px solid #888888;
	height: 23px;
	padding: 0 5px 1px 24px;
	font: bold 8pt Arial;
	line-height: 23px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#sub-actions ul#actions-list li#manage-files {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -802px no-repeat;
}
#sub-actions ul#actions-list li#edit-profile {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -531px no-repeat;
}
#sub-actions ul#actions-list li#add-friend {
	background: url('/images/profile-sprite-buttons-v4.png') 0 0 no-repeat;
}
#sub-actions ul#actions-list li#remove-friend {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -353px no-repeat;
}
#sub-actions ul#actions-list li#send-message {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -46px no-repeat;
}
#sub-actions ul#actions-list li#cancel-subscription {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -802px no-repeat;
}
#sub-actions ul#actions-list li#delete-user {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -802px no-repeat;
}
#sub-actions ul#actions-list li#notify-false {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -802px no-repeat;
}



.profile-button {
	background: #e6f0ff;
	border: 1px solid #888888;
	height: 23px;
	width: 107px;
	padding: 0 5px 1px 20px;
	font: bold 8pt Arial;
	color: #000;
	margin: 0;
	cursor: pointer;
}
.browse-button {
	background: #e6f0ff url('/images/profile-sprite-buttons-v4.png') 0 -848px no-repeat;;
	border: 1px solid #888888;
	height: 21px;
	padding: 0 5px 0 24px;
	font: bold 8pt Arial;
	line-height: 21px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.save-button {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -669px no-repeat;
	float: right;
	margin: 5px 15px;
}
.disabled-button {
	color: #aaa;
	border: 1px solid #aaaaaa;
}
#cancel-status {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -623px no-repeat;
}
#save-status {
	background: url('/images/profile-sprite-buttons-v4.png') 0 -669px no-repeat;
	height: 26px;
	line-height: 26px;
}
#main-tabs {
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-left: 173px;
	display: inline;
}
#main-tabs ul#tabs-list {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}
#main-tabs ul#tabs-list li {
	display: inline;
}
#main-tabs ul#tabs-list li a {
	float: left;
	margin-right: 2px;
	padding-left: 30px;
	padding-right: 11px;
	background: #668dcc;
	border: 1px solid #2e67ff;
	border-bottom: none;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
}
#main-tabs ul#tabs-list li.active {
	float: left;
	margin-right: 2px;
	padding-left: 30px;
	padding-right: 11px;
	background: #fff;
	border: 1px solid #2e67ff;
	border-bottom: none;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	font-family: Trebuchet MS;
}
#main-tabs ul#tabs-list li a:hover {
	border-color: #2e67ff;
}
#main-tabs ul#tabs-list li.active  {

}
#main-tabs ul#tabs-list li#my-account-tab a {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -473px no-repeat;	
}
#main-tabs ul#tabs-list li#my-account-tab a:hover {
	background: #2e67ff url('/images/profile-sprite-buttons-v4.png') 0 -502px no-repeat;	
}
#main-tabs ul#tabs-list li.active#my-account-tab {
	background: #fff url('/images/profile-sprite-buttons-v4.png') 0 -444px no-repeat;	
}
#main-tabs ul#tabs-list li#info-tab a {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -92px no-repeat;	
}
#main-tabs ul#tabs-list li#info-tab a:hover {
	background: #2e67ff url('/images/profile-sprite-buttons-v4.png') 0 -121px no-repeat;	
}
#main-tabs ul#tabs-list li.active#info-tab {
	background: #fff url('/images/profile-sprite-buttons-v4.png') 0 -150px no-repeat;	
}
#main-tabs ul#tabs-list li#shared-folders-tab a {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -179px no-repeat;	
}
#main-tabs ul#tabs-list li#shared-folders-tab a:hover {
	background: #2e67ff url('/images/profile-sprite-buttons-v4.png') 0 -208px no-repeat;	
}
#main-tabs ul#tabs-list li.active#shared-folders-tab {
	background: #fff url('/images/profile-sprite-buttons-v4.png') 0 -237px no-repeat;	
}
#main-tabs ul#tabs-list li#friends-tab a {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -266px no-repeat;	
	padding-left: 35px !important;
}
#main-tabs ul#tabs-list li#friends-tab a:hover {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -295px no-repeat;
	padding-left: 35px !important;	
}
#main-tabs ul#tabs-list li.active#friends-tab {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -324px no-repeat;
	padding-left: 35px !important;	
}
#main-tabs ul#tabs-list li#messages-tab a {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -744px no-repeat;	
}
#main-tabs ul#tabs-list li#messages-tab a:hover {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -773px no-repeat;	
}
#main-tabs ul#tabs-list li.active#messages-tab {
	background: #668dcc url('/images/profile-sprite-buttons-v4.png') 0 -714px no-repeat;	
}
#profile-sub-content {
	clear: left;
	float: left;
	width: 162px;
	height: 300px;
	margin-top: -90px;
}
#profile-wrapper {
	clear: none;
	float: right;
	width: 718px;
	margin-top: 10px;
}


/* Profile classes */
#profile-notice {
	text-align: center;
	padding: 20px;
	font-size: 12pt;
	font-weight: bold;
	color: #000;	
}
.status-input {
	display: inline;
	float: left;
	width: 500px;
	height: 19px;
	margin-right: 5px;
	padding: 2px 4px;
	border: 1px solid #ddd;
	color: #555;
}
.profile-content-box {
	margin: 10px;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	border-top: 1px solid #80b0ff;
	font-size: 10pt;
	color: #000;
}
.profile-box-footer {
	
}
.pagination-nav {
	margin-right: 10px;
	background: #fff;
}
.pagination-nav ul.pages-list {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	float: right;
	width: 670px;
}
.pagination-nav ul.pages-list li {
	display: inline;
	float: left;
	margin-right: 1px;
	padding: 0 6px;
	background: #fff url('/images/profile-sprite-buttons-v4.png') 0 -427px repeat-x;
	border: 1px solid #cecece;
	font-size: 8pt;
	line-height: 17px;
	color: #636363;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	line-height: 17px;
}
.pagination-nav ul.pages-list li.disabled {
	border-color: #cecece;
	cursor: pointer;
	color: #999;
}
.pagination-nav ul.pages-list li.active {
	background: #80b0ff;
	border-color: #fff;
	color: #fff;
}
.profile-sub-info {
	clear: both;
	padding: 4px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 8pt;
	color: #000;
	line-height: 22px;
}

.profile-left-panel {
	padding: 0;
	margin-bottom: 20px;
}

.profile-right-panel {
	border-top: 2px solid #bfd8ff;
	border-bottom: 1px solid #fff;
	padding: 8px;
}

h6.profile-content-header {
	font-family: "trebuchet ms", verdana;
	font-size: 10pt;
	color: #000;
	padding-left: 21px;
}

.profile-right-panel span.right-span {
	font-size: 8pt;
	color: #555;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 4px;
}

/* Info tab styles */
div#profile-wrapper .profile-panel-1 {
	background: #e6f0ff;
	border-top: 1px solid #80b0ff;
	margin: 0;
	padding: 6px;
}
.profile-panel-2 {
	background: #e6f0ff;
	border: 1px solid #e6f0ff;
	border-top: 1px solid #80b0ff;
}
.profile-panel-2 h3 {
	padding: 6px;
	font-size: 10pt;
	color: #000;
	font-family: "trebuchet ms", verdana;	
	background: #e6f0ff;
	height: 18px;
}

div#profile-wrapper .profile-panel-content h4 {
	font-weight: bold;
	color: #000;
	font-size: 9pt;
	padding: 8px;
	background: #f9f9f9;
}

div#profile-wrapper .profile-panel-content {
	color: #000;
	font-size: 8pt;
	font-family: verdana;
	background: #fff;
	border: 1px solid #bfd8ff;
}

div#profile-wrapper .profile-panel-content .text-block {
	display: block;
	padding: 6px 12px;
}

div#profile-wrapper .profile-panel-content a {
	color: #2e67ff;
	text-decoration: none;
}

div#profile-wrapper .profile-panel-content a:hover {
	color: #ff6305;
}

div#profile-wrapper .profile-info-row {
	clear: both;
	padding: 4px;
	margin-top: 1px;
	height: 16px;
	line-height: 16px;
}

div#profile-wrapper .profile-label {
	display: block;
	float: left;
	width: 90px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	color: #777;
}

div#profile-wrapper .label-value {
	float: right;
	width: 257px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000;
}

div#profile-wrapper div#storage-meter {
	border: 1px solid #7fb1ff;
	background: #f9f9f9;
	height: 20px;
	margin-bottom: 5px;
}

div#profile-wrapper div#used {
	background: #ff0402 url('/images/storage-meter-bg-v2.png') no-repeat;
	height: 20px;
	width: 0;
}

div#profile-wrapper span#storage-details {
	font-size: 8pt;
	color: #555;
	display: block;
	padding: 0 6px;
	margin-bottom: 5px;
	line-height: 16px;
}

div#info span#upgrade a {
	text-decoration: none;
	color: #0000ee;
	font-size: 8pt;
	font-weight: bold;
	display: block;
}

div#info span#upgrade a:hover {
	color: #ff4b18;
}


div#profile-wrapper div#left-container {
	float: left;
	width: 363px;
	display: inline;
	margin: 0 0 0 0;
	padding-left: 10px;
}

div#profile-wrapper div#right-container {
	float: right;
	width: 344px;
	display: inline;
	margin: 0;
	background: #e6f0ff;
	border-left: 1px solid #bfd8ff;
	border-bottom: 1px solid #bfd8ff;
}

#my-status-header {
	background: url('/images/profile-sprite-icons-v4-trans.png') 0 -121px no-repeat;	
}
#account-summary-header {
	background: url('/images/profile-sprite-icons-v4-trans.png') 0 -153px no-repeat;		
}
#basic-info-header {
	background: url('/images/profile-sprite-icons-v4-trans.png') 0 -181px no-repeat;
	border-bottom: 1px solid #dfdfdf;
}
#recent-activity-header {
	background: url('/images/profile-sprite-icons-v4-trans.png') 0 -210px no-repeat;
	border-bottom: 1px solid #dfdfdf;
}

#update-status #status-update {
	border: 1px solid #dfdfdf;
	width: 203px;
	padding: 5px;
	color: #000;
	margin: 0;
	margin-bottom: 5px;
	float: left;
}
#update-status .fade-color {
	color: #999 !important;
}
	
/* Shares tab ID styles */
#folder-container {
	width: 698px;
	margin-bottom: 10px;
	clear: both;
}
#folder-list {

}
#folder-list-footer {
	
}
#folder-list-pagination {
	background: #f9f9f9;
	height: 19px;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #ececec;
}
/* Shares tab classes */
.folder {
	width: 696px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ececec;
	background: #fff;
	cursor: pointer;
}

.active-path {
	background: #dfdfdf;	
}
.folder-icon {
	float: left;
	width: 20px;
	padding: 5px;
}
.folder-icon img {
	cursor: default !important;
}
.folder-meta {
	float: right;
	width: 656px;
	padding: 5px;
}
.folder-meta a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #0239a7;
	display: block;
}
.folder-sub-meta {

}
.folder-details a {
	font-style: italic;
	font-size: 8pt;
	color: #555;
	display: block;
	text-decoration: none;
}


/* Friends tab styles */
#friend-utilities {
	float: right;
	display: inline;
	width: 344px;
	margin-right: 10px;
	margin-top: 10px;
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #dfdfdf;
}
#friends-list-container {
	float: left;
	width: 300px;
	margin: 10px;
	display: inline;
	background: #e6f0ff;
	border: 1px solid #b2d0ff;
	border-top: 1px solid #b2d0ff;
}
#friends-list {
	height: 407px;
	overflow-y: scroll;
}
#search-friends {
	width: 271px !important;
	margin-bottom: 5px;
}
.profile-friends-container {
	background: #e6f0ff;
	padding: 10px;
}
.profile-search-box {
	width: 265px;
	margin-bottom: 10px;
	background: #fff url("/images/profile-sprite-buttons-v4.png") 0 -399px no-repeat;
	color: #999;
	border: 1px solid #dfdfdf;
	padding: 4px 4px 4px 29px;
	height: 14px;
}
.profile-friends-list {
	background: #fff;
	border: 1px solid #dfdfdf;
}
.profile-friend {
	padding: 4px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	background: #fff;
}
.active-friend {
	background: #f2f7ff !important;
}
.profile-avatar-small {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #e6f0ff;
}
.profile-friend-name {
	float: right;
	width: 234px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

.profile-friend-name-waiting {
	float: right;
	width: 234px;
	color: #000;
	font-size: 10pt;
	font-weight: bold	
}

.profile-friend-waiting {
	float: right;
	width: 234px;
	color: #0f9bff;
	font-size: 8pt;
}

.profile-friend-name-only {
	float: right;
	width: 234px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 7px;
}
.profile-friend-status {
	float: right;
	width: 234px;
	color: #555;
	font-size: 8pt;
	font-style: italic;
}
.profile-friend-confirmed {
	float: right;
	width: 234px;
	color: green;
	font-size: 8pt;
	font-style: italic;
}
#friends-list-footer {
	clear: both;
	margin: 10px 0;
	height: 22px;
}
#friends-list-position {
	float: left;
}
#friends-pagination { 
	float: right;
	width: 55px;
}
#friends-pagination img {
	cursor: pointer;
}


#profile-wrapper .minor-content {
	font-size: 8pt;
	color: #555;
	padding: 5px 10px;
	display: block;
}

#profile-wrapper h6#add-friend-header {
	font-size: 11pt;
	background: url("/images/profile-sprite-icons-v4-trans.png") 0 -90px no-repeat;
	padding-top: 2px;
	padding-left: 35px;
}

#profile-wrapper h6#friends-list-header {
	font-size: 11pt;
	background: url("/images/profile-sprite-icons-v4-trans.png") 0 -62px no-repeat;
	padding-top: 0;
	padding-left: 35px;
	margin-bottom: 10px;
	margin-left: -10px;
}

#profile-wrapper .friend-label {
	padding: 5px 0 5px 15px;
	float: left;
	width: 95px;
	color: #555;
	font-weight: bold;
	font-size: 9pt;
	line-height: 22px;
}

#profile-wrapper .friend-input-text {
	float: right;
	width: 200px;	
	height: 20px;
	padding: 2px 5px 1px 5px;
	color: #000;
	margin: 4px 15px 4px 0;
	border: 1px solid #dfdfdf;
	display: inline;
}

#profile-wrapper #add-friend-status {
	float: left;
	width: 189px;
	height: 23px;
	margin: 5px 0 5px 10px;
	font-size: 8pt;
	color: red;
	font-weight: bold;
	padding: 0 4px;
	line-height: 23px;
	text-align: center;
}


/******************************************/
.search-input {
	height: 18px;
	width: 175px;
	border: 1px solid #80b0ff;
	background: #fff url("/images/profile-sprite-icons-v4-trans.png") 0 -229px no-repeat;
	padding: 3px 5px 0 22px;
	font-size: 9pt;
	font-family: arial;
	color: #888;
}
.shares-header {
	background: #e6f0ff;
	border-top: 1px solid #b2d0ff;
	border-bottom: 1px solid #b2d0ff;
	border-left: 1px solid #fff;
	border-right: 1px solid #b2d0ff;
	text-align: center !important;
}

.shares-header-hover {
	background: #d9e8ff !important;
	border-top: 1px solid #80b0ff;
	border-bottom: 1px solid #80b0ff;
	border-left: 1px solid #fff;
	border-right: 1px solid #80b0ff;
	cursor: pointer;
}

.shares-header-active {
	background: #d9e8ff !important;
	border-top: 1px solid #80b0ff;
	border-bottom: 1px solid #80b0ff;
	border-left: 1px solid #fff;
	border-right: 1px solid #80b0ff;
}

.hide-share {
	display: none;
}

.shares-list-icon {
	display: inline;
	height: 23px;
	float: left;
	width: 25px;
	text-align: center;
	line-height: 23px;
}


.shares-list-folder {
	display: inline;
	height: 23px;
	float: left;
	width: 542px;
	font-size: 8pt;
	line-height: 23px;
}

.shares-list-folder a {
	color: #000;
	text-decoration: none;
	display: block;
	cursor: pointer !important;
}

.shares-list-files {
	display: inline;
	height: 23px;
	float: left;
	width: 96px;
	font-size: 8pt;
	line-height: 23px;
}

.shares-list-tools {
	float: left;
	width: 15px;
	*width: 10px;
	padding: 0 5px;
	line-height: 23px;
	font-size: 8pt;
	line-height: 23px;
}

.shares-column-title {
	position: absolute;
	left: 5px;
	z-index: 50;
	line-height: 23px;	
	font-size: 8pt;
}

.shares-sort-element {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -3px;
}

.share-cell {
	border: 1px solid #fff;
	border-right: 1px solid #f1f1f1;
	cursor: pointer !important;
}

.share-cell-first {
	border: 1px solid #fff;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

.share-cell-text {
	margin-left: 10px;
	margin-right: 10px;	
}

.share-folder-name {
	display: block;
	width: 523px;
	height: 23px;
	color: #555;
	overflow: hidden;
}

.share-folder-name strong {
	color: #000;
}

.share-cell-hover {
	background: #f2f7ff !important;
	border: 1px solid #cce0ff;
	border-left: 1px solid #fff;
}

.share-cell-hover-first {
	background: #f2f7ff !important;
	border: 1px solid #cce0ff;
}

.share {
	border-left: 1px solid #fff;
	clear: both;	
	cursor: pointer !important;
}


/*****************************************/
#search-shares-container {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	position: relative;
}

#search-shares-help-icon {
	position: absolute;
	top: 5px;
	left: -20px;
	display: none;
}

#search-shares-help {
	position: absolute;
	top: -47px;
	left: -126px;
	display: none;
	background: transparent url('/images/search-shares-help-tt.png') no-repeat;
	width: 215px;
	height: 31px;
	padding: 6px 3px 16px 9px;
	font-size: 8pt;
	color: #fff;
}

#search-shares-help span {
	font-weight: bold;
	font-size: 9pt;
	padding: 0 2px;
}

#search-shares-info {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline;
	font-size: 9pt;
	line-height: 23px;
}

#search-shares-info span, #search-shares-info-details span {
	font-weight: bold;
}

#search-shares-info-details {
	
}

#shares-container {
	width: 697px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 1px;
}

#shares-header-container {
	height: 25px;
	color: #000;
	border-left: 1px solid #b2d0ff;
	margin-bottom: 1px;
}

#shares-header-icon {
	
}

#shares-header-folder {
	position: relative;
}

#shares-header-files {
	position: relative;
}

#shares-list {
		
}

/********** Add Friend Styles **********/
#modal-background {
	background: #000;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 200px;
	z-index: 100;
}

#modal-container {
	background: #fff;
	border: 1px solid #0239a7;
	position: absolute;
	top: 157px;
	left: 50%;
	margin-left: -242px;
	width: 484px;
	height: 186px;
	z-index: 101;
	color: #000;
}

#modal-container h1 {
	display: block;
	background: #668dcc;
	border-bottom: none;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11pt;
	color: #fff;
	padding: 6px 10px;
}

#modal-container p {
	padding: 4px 10px;
	font-size: 9pt;
	color: #000;
	background: #e6f0ff;
	border-top: 1px solid #b2d0ff;
	border-bottom: 1px solid #b2d0ff;
	margin-bottom: 10px;
}

#modal-container label {
	float: left;
	clear: both;
	margin: 10px;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
	width: 85px;
}

#modal-container input {
	float: left;
	clear: right;
	margin: 10px;
	font-size: 9pt;
	margin-bottom: 5px;
	width: 200px;
}

#modal-footer {
	clear: both;
	border-top: 1px solid #b2d0ff;
	margin-top: 10px;
	padding: 4px 10px;
	background: #e6f0ff;
	text-align: right;
}

#modal-container .modal-button {
	background: #668dcc;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-right: 1px solid #0239a7;
	border-bottom: 1px solid #0239a7;
	color: #fff;
	font-size: 9pt;
	font-family: Arial, Verdana;
	margin-left: 5px;
	padding: 4px 10px;
}

/*******/
.profile-edit-button {
	position: absolute;
	z-index: 1001;
	margin-top: 1px;
	margin-left: 1px;
	background: #0f9bff url('/images/edit-icon-med-v1.png') no-repeat top right;
	width: 142px;
	height: 18px;
	line-height: 18px;
	padding-left: 4px;
	border: 2px solid #fff;
	font-size: 8pt;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.profile-edit-button:hover {
	text-decoration: underline;
}

.fl-confirm-friend {
	float: right;
	display: inline;
	position: relative;
	margin-top: -23px;
	margin-right: 19px;
	background: url('/images/confirm-icon-v1.png') no-repeat;
	width: 14px;
	height: 14px;
	border: none;
	font-size: 1pt;
	cursor: pointer;
	z-index: 1001;
}

.fl-remove-friend {
	float: right;
	display: inline;
	position: relative;
	margin-top: -23px;
	background: url('/images/remove-icon-v1.png') no-repeat;
	width: 14px;
	height: 14px;
	border: none;
	font-size: 1pt;
	cursor: pointer;
	z-index: 1001;
}

.fl-edit-friend {
	float: right;
	display: inline;
	margin-top: -23px;
	margin-right: 19px;
	background: url('/images/edit-icon-v1.png') no-repeat;
	width: 14px;
	height: 14px;
	border: none;
	font-size: 1pt;
	cursor: pointer;
}

.fl-input-text {
	margin-left: 5px;
	margin-top: 4px;
	font-weight: bold;
	border: 1px solid #dfdfdf;
	padding: 2px 4px;
	width: 180px;
	font-size: 10pt;
}