.visitors-separator {
    margin: 15px 0 0 0;
}
.visitors-list table th {
    text-align: center;
    font-weight: bold;
}
.visitors-list table td {
    vertical-align: top;
}
.visitors-list table td a img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 80px;
}
.visitors-list table td.user img {
    width: 80px;
    height: 80px;
}
.visitors-list table td a span.company {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #3D579F;
    text-align: center;
    margin: 5px 0 0 0;
}
.visitors-list table td a span.user {
    display: block;
    color: #3D579F;
    text-align: center;
    margin: 5px 0 0 0;
}

header section div.adding-popup {
    position: relative;
    top: 120px;
    left: 247px;
    display: none;
    opacity: 0;
    width: 520px;
}
header section div.adding-popup .yui3-panel {
    margin: 0 auto;
    padding: 0 15px 24px 15px;
    position: relative;
}
header section div.adding-popup .yui3-panel .yui3-widget-hd {
    text-align: left;
    padding: 0;
    height: 37px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    padding: 23px 0 0 25px;
    margin: 0 -15px 15px -15px;
}
header section div.adding-popup .yui3-panel .yui3-widget-hd .yui3-button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -421px -209px;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table {
    margin: 0 auto;
    border-color: #6AA54B;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td {
    width: 140px;
    padding: 5px;
    text-align: center;
    border-color: #6AA54B;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td a,
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #6AA54B;
    text-transform: uppercase;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td a:hover,
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td span:hover {
    text-decoration: underline;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td a img,
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td span img {
    display: block;
    margin: 0 auto 5px auto;
    width: 100px;
    height: 100px;
}
main article .tape-add-button {
    margin: 0 0 0 350px;
}