﻿#slideshow_Campaign {
    position: relative;
    height: 250px;
}

    #slideshow_Campaign DIV {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        opacity: 0.0;
        height: 250px;
        background-color: #FFF;
    }

        #slideshow_Campaign DIV.active {
            z-index: 99999;
            opacity: 1.0;
        }

        #slideshow_Campaign DIV.last-active {
            z-index: 88888;
        }

        #slideshow_Campaign DIV IMG {
            height: 250px;
            display: block;
            border: 0;
            margin-bottom: 10px;
        }

    #slideshow_Campaign img {
        width: 350px;
        border: 2px solid #222;
    }

.emailCampaignTable {
    height: auto;
    background-image: url('../images/emailCampaignTable_Bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}

.emailCampaignTable_td {
    width: 50%;
    margin-bottom: 5px;
    float: left;
}

.emailCampaignTable input[type="text"] {
    border: 1px solid #d3d3d3;
    background-color: #fcfcfc;
    width: 90%;
    padding: 5px 5px;
    overflow: hidden;
    color: #808080;
}

.emailCampaignTable input[type="browse"] {
    border: 1px solid #222;
    background: none;
}

.emailCampaignTable input:focus {
    border: 1px solid #00B0F0;
    background-color: #fff;
    color: #222;
}

.submitBtn_emailCampaign {
    text-align: center;
}

.btnSpace {
    margin-right: 15px;
}

.radio_Btn label {
    display: block;
    float: left;
}

.radio_Btn td {
    text-align: center;
    /*width: 50%;*/
}

.radio_Btn input[type=radio] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 1px 10px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    *overflow: hidden;
}

.emCampaign_sbmt {
    height: auto;
    background-color: #00B0F0;
    color: #000;
    font-size:14px;
    padding:5px 10px;
    border:1px solid #eeeded;
    width: auto;
    float: left;
    margin-right:20px;
}
