.mt0 {margin-top:0;}
.box-table {
    width: 100%
}
.box-table td {
    padding: 2px 5px;
    border: 1px solid #ccc;
	vertical-align: middle;
}
.prodDownbtnWin {
    background: url(https://www.manageengine.com/images/me-sprite-new.png);
    display: inline-block;
    height: 29px;
    margin: 15px;
    width: 28px;
    background-position: 200px -57px;
}
#downloadReset {
    font-size: 18px;
    line-height: 24px;
    width: 20%;
    margin-top: 22px;
    border-radius: 5px;
    cursor: pointer;
    background: #dfdfe0;
    border: none;
    color: #333;
}
#downloadSubmit {
    width: 21%;
}
.dwn-form input, .dwn-form select {
    width: 45%;
    margin-top: 10px;
    padding: 7px;
    border: none;
    font-size: 13px;
    transition: all 0.2s ease-in-out 0s;
    color: #777;
    outline: none;
    border: 1px solid #bbb;
}
.dwn-form-cont {
    width: 45%;
    float: left;
    min-height: 400px;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    padding: 20px 30% 5px;
}

#btmBar ul li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
  text-align: center;
}
