﻿body {
}


.element {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 35px;
    height: 31px;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #e1e4e7;
    background: #ffffff url(/images/footer_arrow.png) no-repeat 10px;
    cursor: pointer;
}

p.element_text {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px;
    padding-bottom: 13px;
    border-right: 1px dotted #e1e4e7;
    font-size: 11pt;
    line-height: 1.5em;
}
