a.dwn-cont {
    color: #333;
    background: none repeat scroll 0 0 #E9142B;
    border-radius: 5px;
    display: inline-block;
}
.prodDownbtnBg {
    color: #fff;
    display: inline-block;
    vertical-align:top;
    font-size: 23px;
    height: 40px;
    padding: 10px 0px 10px 15px;
}
span.android-main-icon {
    display: inline-block;
    background-image: url('/sites/meweb/images/free-tools/images/android-dload-icon.png');
    background-size: cover;
    background-repeat: norepeat;
    width: 60px;
    height: 60px;
}
.prodDownbtnsml {
    font-size: 12px;
}

.dwn-prob a {
    background: #C4C8CC;
    padding: 2px 10px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
}
.dwn-prob a:hover {
    background: #0099cc;
    color:#fff !important;
}
.lictxt {
    padding: 20px;
}

.fst .dwn-form select {
    height: 40px;
    border-radius: 0px !important;
    -webkit-appearance:none;
    width: 100% !important;
}
.fst .dwn-form input, .dwn-form select {
    width: 93.3%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out 0s;
    color: #777;
    outline: none;
    border: 1px solid #bbb;
}
.fst .dwn-form .select{
    position: relative;
}

.fst .dwn-form .select:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: 10px;
    right: 15px;
    bottom: 0;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #a4a6a7;
}
.fst #downloadSubmit {
    background: #414F57;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    width: 100%;
    margin-top: 20px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
}