.badgeRigth {
    margin-bottom: 20px;
    box-shadow: 0 0 5px #888;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    padding: 5px;
}
.cForm form .BLK_MISC{ clear:both;}
.cForm form section .CM{ width: calc(100% - 40px);}
.cForm form input[type="text"],input[type="email"]{
    height: 35px;
    margin-bottom: 10px;
    width:calc(100% - 2px);
    padding:0;
    margin:0;
    border:1px solid #ccc;
    
    border-radius:2px;
}
.cForm form textarea{
    height:150px;
    width:calc(100% - 2px);
    padding:0;
    margin:0;
    border:0;
    border:1px solid #ccc;
    border-radius:2px;
}
.cForm form.affiliateForm{ background: #fff; box-shadow: 0 0 5px #888; padding: 10px 0 15px;}
.cForm form .g-recaptcha{margin:0;-webkit-transform: scale(1);}

.cForm form ul{ padding:0; margin:0;}
.cForm form li{ text-align:left;width: calc(50% - 30px); float:left; margin: 5px 0 5px 20px;}
.cForm input[type=submit] {
    color: #FFF;
    background: #00B4F1;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    display: block;
    border-radius: 2px;
    text-align: center;
    clear: both;
    border: 0;
    padding: 0 20px;
    cursor:pointer;
    width: 200px;
    margin-top: 30px;
}
.logolinks { padding-top: 30px; clear: both; }
.logolinks img{ width: 50%;}
