.profilePersonalPhoto {
    position: relative;
    margin-bottom: 16px;
}

.profilePersonalPhoto img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.profilePersonalPhoto .profileEditButton {
    display: block;
    right: 2px;
    padding: 2px 8px 4px 26px;
    position: absolute;
    top: 2px;
}

.profilePersonalText p {
    margin: 4px 4px 6px 4px;
    font-style: italic;
}

.personalTextUpdateButton {
    width: 100%;
    text-align: right;
    /*margin-bottom: 16px;*/
}

#profileSettingsForm .control-label {
    width: 420px;
    padding-right: 20px;
}
#profileSettingsForm input {
    margin: 4px 10px 0 0;
}

.passwordToViewRow {
    background-color: #FFF6BF;
    padding: 1px 0 0 20px;
    width: 530px;
}
.passwordToViewRow input {
    margin-top: 8px;
}
.profileButtonList {
    margin-top: 16px;
}

.isOnline {
    background: url("../images/tray-online.png") no-repeat scroll 0 0 transparent;
    width: 22px;
    min-height: 22px;
}

.isOnline span {
    text-decoration: blink;
    padding-left: 26px;
    color: #50ac10;
}
.messageIcon {
    background: url("../images/message24x24.png") no-repeat scroll 0 0 transparent;
    width: 24px;
    min-height: 24px;
    margin-right: 8px;
}
.messageItem {
    border-bottom: 1px solid #e3e3e3;
    margin: 6px 6px 0 0;
}
#newMessage ul  {
    max-height: 400px;
    overflow: auto;
}
.userDialog, photoComments {
    font-size: 11px;
}
.maxHeight400 {
    max-height: 400px;
    overflow: auto;
}
.userDialog .table td {
    line-height: 14px;
}

/* Search form */
#search-form .gender input {
    float:left;
    margin-right: 12px;
}
#search-form .gender label {
    color: #67777b;
    font-size: 11px;
}
#search-form .personalphoto {
    margin-top: -2px;
}
#search-form hr {
    margin: 8px 0;
}
#search-form {
    margin-bottom: 0;
}
#search-form .textRight {
    margin-top: 6px;
}

/* END Search form */

/* Friend */
.friendBrowser {
    
}
.friendBrowserUnit {
    border-bottom: 1px solid #e3e3e3;
    padding: 4px 0;
}
.friendBrowserUnit .btn {
    margin-top: 20px !important;
}
.friendBrowserContent {
    margin-left: 18px;
}
.friendBrowserContent a {
    font-weight: bold;
}
.friendBrowserContent .pInfo {
    color: gray;
    font-size: 11px;
    max-width: 310px;
}
.tfList {
    margin-top: 12px;
    background-color: #f9f9f9;
}
.tfList img {
    margin-right: 12px;
}
/* END Friend */