div.share {
    margin: 12px 0 12px 0;
    min-width: 400px; /*Stops small screen pushing form of left screen edge same as form width*/
    position: relative; /* Need a position to show on top of the map */
    z-index: 1; /* Show on top of the toolbar */
    font-size: 11px;
}

.share label {
    height: 12px;
    font-weight: bold;
}

.share input {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 6px;

}

.share input.emailInput {
    width: 65%;
}

.share legend span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.frmContainer {
    color: #1c94c4;
    font-size: 1.3em;
    text-align: left;
}

div.frmContainer fieldset.users {
    overflow-y: auto;
    height: 190px;
    width: 100%;
    margin-top: 20px;
}

.unsub {
    margin-left: 15px;
}

.share .copy {
    float: right;
}

.share #copyLink, .share #copyMapLink {
    display: block;
    margin-top: 10px;
}

.share span {
    font-size: 1.4em;
}

.share fieldset {
    padding-left: 0px;
    padding-right: 0px;
}