body{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
}

h3{
    color: #494e57;
    margin: 5px 10px 0 5px;
}

h3 a{
    color: #494e57;
}

h3 span{
    font-size: 12px;
    font-weight: normal;
}

a{
    text-decoration: underline;
    color: #ff9c00;
}
a:hover{
    text-decoration: none;
}

.header_line{
    background: URL("../pics/headbg.jpg") repeat-x;
    height: 167px;
}

.header{
    width: 800px;
    margin: 0px auto;
}

.search{
    color: #cbd1da;
    font-weight: bold;
    padding: 15px 70px 0 0;
    text-align: center;
    font-size: 14px;
}

.searchInput{
    background: URL("../pics/input_bg.png") no-repeat;
    width: 200px;
    height: 40px;
    border: none;
    color: #cbd1da;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 3px 15px; 
    text-align: center;
}

.container{
    width: 800px;
    margin: 0px auto;
    
}

.cell{
    border-radius: 3px;
    border-top: 1px solid #989898;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    background: #f0f0f0;
    border-collapse: collapse;
}
.cell_unread{
    border-radius: 3px;
    border-top: 1px solid #989898;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    background: #d9dfeb;
    border-collapse: collapse;
}
.cell_deleted{
    border-radius: 3px;
    border-top: 1px solid #989898;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    background: #f99;
    border-collapse: collapse;
}

.cell_deleted a{
    color: #d00;
}

.cell:hover{
    background: #98a5ba;
}
.cell_unread:hover{
    background: #98a5ba;
}
.last_cell{
    border-top: 1px solid #989898;
    margin: 0 3px 0 3px;
}
.message_cell{
    border-bottom: 1px solid #989898;
}

.date{
    float: right;
    padding: 15px;
}
.out_date{
    float: left;
    padding: 15px;
}

.message{
    margin: 10px 5px 0px 60px;
}

.out_message{
    text-align: right;
    margin: 10px 60px 0 5px;
}


.footer{    
    padding: 10px;
    text-align: right;
}

#load_more{
    background: #f0f0f0;
    height: 40px;
    padding-top: 20px;
}

#load_more:hover{
    background: #98a5ba;
}

.vkLink
{
    background: URL("../pics/vk_small.png") no-repeat right center;
    padding-right: 20px;
}

#access_link{
    font-size: 18px;
    font-weight: bold;
}

.step{
    color: #494e57;
    font-size: 18px;
    font-weight: bold;
}

.footer_container{
    margin-top: 100px;
    background: #743fab;
    height: 50px;    
    width: 100%;
    min-width: 1024px;
}
.footer{
    padding-top: 20px;
    width: 800px;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;    
}
.footer a{
    color: #fff;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: underline;
}
.logoTitle{
    color: #fff;
    font-size: 38px;
    font-family: Trebuchet MS;
    margin: 29px 0 0 0;
}
.logoTitle a{
    color: #fff;
    font-size: 38px;
    font-family: Trebuchet MS;
    margin: 29px 0 0 0;
    text-decoration: none;
}
.logoTitle a:hover{
    text-decoration: underline;
}
.slogan{
    color: #fff;
    font-size: 16px;
    font-family: Trebuchet MS;
    margin: 0 0 0 30px;
}
.tooltipSign{
    font-size: 12px;
}
.photo{
    width: 200px;
    padding: 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #c0c0c0;
    border-radius: 3px;    
}
.photo:hover{
    background: #f0f0f0;
}


.photo img{
    height: 100px;
}

.photoAlbum{
    width: 200px;
    padding: 0 15px 15px 15px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}
.photoAlbum:hover{
    background: #f0f0f0;
}


.photoAlbum img{
    height: 100px;
}

.menuLink{
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

.menuLink a{    
    color: #743faa;
    text-decoration: underline;
}
.menuLink a:hover{    
    text-decoration: none;
    color: #4e4e4e;
}
.writeForm{
    padding: 10px !important;
}
.sendButton{
    margin-top: 10px;
    padding: 10px;    
    width: 100px;
}
