#motif
{
    text-align: center;
    margin-top: 50px;
}

.motif-option
{
    height: 397px;
    float:left;
    cursor: pointer;
}

#home-build-it
{
    width: 427px;
    background-image: url(../images/home-buildit.gif);
    margin-left: 30px;
}

#home-build-it:hover
{
    background-image: url(../images/home-buildit-over.gif);
}

#home-manage-it
{
    width: 433px;
    background-image: url(../images/home-manageit.gif);
    margin-left: 60px;
}

#home-manage-it:hover
{
    background-image: url(../images/home-manageit-over.gif);
}

#inbox
{
    background-color: #f2f2f2;
    padding: 15px;
    margin-top: 20px;
}

#inbox img
{
    float: left;
}

#inbox h2
{
    font-weight: normal;
    color: #333;
    float: left;
}


#messages
{
    padding: 20px;
}

#messages hr
{
    border: none;
    border-top: 1px dashed #ccc;
}

.msg
{
    padding: 10px;
}

.msg-img
{
    width: 220px;
    float: left;
    text-align: center !important;
}

.msg-content
{
    width: 660px;
    float: left;
}

#inbox-opener
{
    cursor: pointer;
}

/*manage it - appears after clicking from home*/
#home-manage-edit
{
    width: 414px;
    height: 264px;
    background-image: url(../images/btn-manage-edit.gif);
}

#home-manage-media
{
    width: 411px;
    height: 264px;
    background-image: url(../images/btn-manage-media.gif);
}

#home-manage-phones
{
    width: 415px;
    height: 265px;
    background-image: url(../images/btn-manage-phones.gif);
}

#home-manage-logs
{
    width: 411px;
    height: 265px;
    background-image: url(../images/btn-manage-logs.gif);
}