
    #view-profile #info-block {
        margin: 0 0 20px 0;
    }

    #view-profile #info-block #user-image {
        float: left;
        width: 244px;
        margin: 0 20px 0 0;
    }
    
    #view-profile #info-block #user-image img {
        display: block;
        float: right;
        margin: 0 0 15px 0;
        border: solid 2px #abd7da;
    }
    
    #view-profile #info-block #user-image a#upload-photo-button {
        display: block;
        float: right;
        width: 105px;
        height: 31px;
        background: url(../../images/My.profile/button.upload.photo.gif) no-repeat;
    }
    
    #info-block #user-image input#upload-photo {
        display: none;
    }
    
    #info-block #user-image #upload-photoUploader {
        float: right;
    }

    #view-profile #info-block #user-info {
        float: left;
        font-size: 18px;
        line-height: 1.25em;
        width: 555px;
    }
    
    #view-profile #info-block #user-info .title {
        font-size: 36px;
        line-height: 42px;
    }

    #view-profile #left-group {
        font-size: 11px;
        width: 260px;
        float: left;
    }

    #view-profile #right-group {
        width: 580px;
        float: right;
    }
    
    #view-profile #charity-info,
    #view-profile #rating-info,
    #view-profile #stats-info {
        margin: 0 0 20px 0;
    }
    
    #view-profile #charity-info h6,
    #view-profile #rating-info h6,
    #view-profile #stats-info h6 {
        line-height: 1.6em;
    }
    
    #view-profile #charity-info img {
        margin: 0 0 10px 0;        
    }

    #view-profile #charity-info span {
        display: block;
    }
    
    #view-profile #charity-info span,
    #view-profile #charity-info span a {
        color: #198690;        
    }
    
    #view-profile #rating-info {
        color: #a34428;
    }
    
    #view-profile #rating-info div.stars {
        margin: 0 0 5px 0;
    }
    
    #view-profile #stats-info p label,
    #view-profile #category-info p label {
        color: #198690;
    }
    
    #view-profile #category-info {
        margin: 20px 0 0 0;
    }
    
    #view-profile #category-info p {
        margin-top: 5px;
    }

    #accounts-block .service .image,
    #accounts-block .service .image img, {
        width: 45px;
        height: 45px;
    }

    #accounts-block .service {
        margin: 10px 0 5px 0;
    }
    
    #accounts-block .service .image {
        float: left;
    }
    
    #accounts-block .service .text {
        margin: 0 0 0 55px;
    }
    
    #view-profile #stats-block,
    #view-profile #accounts-block {
        margin: 20px 0 0 0;
    }
    
    #view-profile #stats-block p {
        margin: 7px 0;
    }

    #view-profile #charity-block,
    #view-profile #recs-block {
        margin: 20px 0 0 0;
    }
    
    #view-profile #category-info p label {
        color: #198690;
    }
    
    #view-profile #category-info {
        margin: 20px 0 0 0;
    }
    
    #view-profile #category-info p {
        margin-top: 5px;
    }
    
    #category-list div {
        margin: 0 0 5px;
    }
    
    #category-list label {
        display: block;
        padding: 0 0 0 18px;
    }
    
    #charity-select {
        margin: 10px 0;
        padding-right: 0;
    }
    
    #charity-select .charity {
        float: left;
        position: relative;
        margin: 0 5px 10px 0;
        width: 119px;
        padding: 10px 10px 5px 5px;
    }
    
    #charity-select .charity div.radio {
        float: left;
        margin: 18px 5px 5px 0;
    }
    
    #charity-select .charity div.image {
        float: left;
        width: 98px;
        height: 48px;
    }

    #charity-select .charity div.image img {
        border: none;
    }
    
    #charity-select .charity span {
        display: block;
        font-size: 11px;
        line-height: 1.2em;
        margin: 58px 0 0 16px;
        width: 108px;
        text-align: center;
    }
    
    #charity-select .charity.suggest {
        text-align: center;
        margin-top: 20px;
    }
    
    #charity-select .charity.suggest a {
        font-size: 16px;
    }
    
    #control-block {
        margin: 20px 0 0 0;
    }
    
    #category-add-button {
        margin: 10px 0 0 0;
    }
    
    #category-list {
        margin: 10px 0 15px 0;
    }
    
    .upload-container {
        min-height: 31px;
    }
    
    .uploadifyQueue {
        clear: both;
    }

    .uploadifyQueueItem {
    	font-size: 11px;
    	background-color: #f4f4f4;
    	margin-top: 40px;
    	padding: 10px;
    }
    
    .uploadifyError {
    	background-color: #a34428 !important;
    	color: #ffffff;
    }
    
    .uploadifyQueueItem .cancel {
    	float: right;
    }
    
    .uploadifyProgress {
    	background-color: #FFFFFF;
    	margin-top: 10px;
    	width: 100%;
    }
    
    .uploadifyProgressBar {
    	background-color: #5f9194;
    	width: 1px;
    	height: 6px;
    }

    a.add-to-list, a.del-from-list {
        display: block;
        text-align: right;
    }
    
    #charity-picker {
        position: fixed;
        width: 830px;
        height: 430px;
        background: url(../../images/charitypicker.png) no-repeat 0 0;
        z-index: 1000;
        padding: 25px 35px 35px 25px;
    }
    
    #charity-picker h4 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1em;
        color: #333;
    }
    
    #charity-picker .charity-list {
    }