﻿.content-item-wrapper {
    overflow: hidden;
}

.content-item-width150 {
    padding-top: 5px; 
    width: 150px;
}

.content-item-left {
    float:left;
}

.content-item-top5 {
    margin-top: 5px; 
}

.content-item-top10 {
    margin-top: 10px; 
}

.content-item-height {
    margin-top: 10px;
    height: 50px; 
}

.checkbox-margin {
    margin-top: 7px;
}

.checkbox-push {
    background: url(../Images/push_checkbox.png) no-repeat 0 0;
    margin-left: 20px;
    height: 68px;
    width: 70px;
}

.checkbox-push-checked {
    background: url(../Images/push_checkbox.png) no-repeat 0 100%;
}

.checkbox-image {
    text-align: center;
    width: 100px;
    cursor: pointer;
    float: left;
}

.checkbox-mail {
    background: url(../Images/push_checkbox.png) no-repeat 0 0;
    margin-left: 20px;
    height: 68px;
    width: 70px;
}

.checkbox-mail-checked {
    background: url(../Images/push_checkbox.png) no-repeat 0 100%;
}

.checkbox-wrapper {
    overflow: hidden;
    padding-bottom: 15px;
}

a[type="button"] {
    background-color: #2EA9C9;
    border: 1px solid #2EA9C9;
    cursor: pointer;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.85em;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #fff;
    padding: 6px 15px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-appearance: none;
}

#ToWithTree ul {
    display: inline-block;
}

#ToTreeShowButton {
    vertical-align: top;
    margin-left: 10px;
}