/* For the DMC Widgets package */

.dmc-emailharvesting-collapsed {
    display: none;
}

.dmc-emailharvesting-body {
    background: #FFFFFF;
    padding: 3px;
}

.dmc-emailharvesting-body td {
    font-size: 12px;
}

/* 
Crazy IE - making this input text a width of 100% will make it the width of 
the default text instead of the width of the containing cell.  So we put a 
specific number for width.
*/
#dmc-email-harvesting-field-email {
    font-size: 10px;
    width: 125px;
}

#dmc-emailharvesting-prefs {
    position: fixed;
    left: 25%;
    top: 50px;
    z-index: 10;
    width: 300px;
    background: white;
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}

.dmc-emailharvesting-label {
    font-size: 12px;
    font-weight: bold;
}


.dmc-emailharvesting-disclaimer {
    font-size: 11px;
}

.dmc-emailharvesting-popup-close-link {
    font-size: 12px;
    text-align: right;
}
