.edit-event-header-preview{
    margin: -3px 0 0 -3px;
    padding: 15px 0px 5px 30px;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
}

.edit-event-header-preview img.user-photo{
    float: left;
    margin: 0px 10px 5px 25px;
    height: 60px;
}
.edit-event-header-preview .event-name{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    float: left;
    width: 700px
}

.edit-event-header-preview .date{
    font-size: 11px;
    color: #777;
    padding-bottom: 3px;
    float: left;
    width: 300px
}


.select-participants-list{
    overflow-y: auto;
    margin-top: 11px;
    width: 590px;
    height: 275px;
}

.select-participants-list .event-participant{
    float: left;
    padding: 3px;
    margin: 5px;
    width: 170px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 2px;
}

.select-participants-list .event-participant:hover{ background: #f2f2f2;}

.select-participants-list .event-participant.on{ background: #e5edc6;}

.select-participants-list .event-participant img{
    float: left;
    height: 35px;
    width: 35px;
    margin-right: 5px;
}

.right_panel .load{
    
    background: url(../../../css/icons/loading_circular.gif);
    background-position: left;
    background-repeat: no-repeat;
    margin: 130px 190px;
    padding-left: 20px;
}