/* Basic styles */
body {
    font-size: 11px;
    color: #39393b;
    font-family: Arial, sans-serif;
    background:#ffffff !important;
    padding: 15px;
}

table {
    border: none;
    font-size: 11px;
    background: transparent !important;
}

/* Logo */
.logo {
    width: 112px;
    height: 108px;
    background-image: url(images/mini_logo.jpg);
    background-repeat: no-repeat;
}

/* Links */
a:link, a:visited {
    color: #39393b;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active {
    color: #000;
}

/* Navigation */
.navigation {
    font-weight: bold;
    font-size: 15px;
}

.navigation .navLeft,
.navigation .navRight {
    display: block;
    height: 15px;
    width: 17px;
    background-size: auto 100%;
    background-repeat: no-repeat;

    position: relative;
    top: 1px;
}

.navigation .navLeft {
    background-image: url(images/arrow_nav_left.png);
}

.navigation .navRight {
    background-image: url(images/arrow_nav_right.png);
}

.navigation a.navLeft:hover,
.navigation a.navLeft:active {
    background-image: url(images/arrow_nav_left_active.png);
}

.navigation a.navRight:hover,
.navigation a.navRight:active{
    background-image: url(images/arrow_nav_right_active.png);
}

.top_header {
    font-size: 15px;
    font-weight: bold;
    color: #39393b;
    text-transform: uppercase;
}

textarea, input[type=text] {
    width: 100%;
    border:1px solid #000;
}

input[type=text] {
    margin-bottom: 10px;
}

label {
    position: relative;
    vertical-align: top;
    top: -5px;
}

label[for=addlarge] {
    top: 2px;
}

.checkbox {
    width: auto;
}

.button {
    color: #000;
    background-color: #ccc;
    border: none;
    text-transform: uppercase;
    padding: 3px 9px;
    font-weight: bold!important;
    font-size: 11px;
    float: right;
    width: auto;
    cursor: pointer;
    position: relative;
    right: -6px;
}

.button:hover {
    background-color: #fff;
}