.dnnForm .dnnFormItem .RadCaptcha { margin-left:0; }
    .dnnForm .dnnFormItem .RadCaptcha LABEL {
        width: inherit;
        float: left;
    }
.dnnForm .dnnFormItem .RadCaptcha input[type="text"],.dnnForm .dnnFormItem .RadCaptcha input[type="text"]:focus{color:#c00 !important; font-weight:700; font-size:1.2em}
.dnnLabel {
        
    }
    .dnnFormItem input[type="text"], .dnnFormItem select{
        float:left;
    }
    
    .dnnFormItem input[type="text"], .dnnFormItem  select{
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        border-radius: 0 !important;
        height:auto;
    }
    .dnnFormItem input[type="text"]:focus {
            color: #333 !important;
    }
    .dnnFormItem select {
        font-size: 10px !important;
    }
.dnnFormRequired {
    border-right-width: 4px !important;
    border-right-color: red !important;
    border-right-style: solid !important;
}
.ddlProduct option:first-of-type, .ddlCountryList option:first-of-type {
    background-color: #8daefb;
    color: #333;
}
    .ddlProduct option::selection, .ddlCountryList option:focus{
    }
    div.ddlProductWrap.show{
        display:block
    }
    div.ddlProductWrap.hide{
       display:none;
    }
    
    p.showProductList{
        padding:5px 10px;
        background:#666;
        color:#fff;
    }
    p.showProductList:hover{
        border:1px #333;
        background:#666;
        color:darkred;
    }
    p.showProductList:active{
        border:1px #333;
        background:#000;
        -webkit-box-shadow:1px 2px 3px wheat inset;
        -moz-box-shadow:1px 2px 3px wheat inset;
        -ms-box-shadow:1px 2px 3px wheat inset;
        -o-box-shadow:1px 2px 3px wheat inset;
        box-shadow:1px 2px 3px wheat inset;
        color:wheat;
    }
    div.ProductEmail {
width: 280px;
float: left;
margin: 0 0 0 10px;
}
#dnn_ctr13921_View_ctlCaptcha_ctl00{
    display:none;
}

b.rmvRow{
    float:right;
    cursor:pointer;
    color:red;
}