.dvholder {
    width: 1140px;
    position: relative;
    right: 60px;
    margin: 40px 0px;
    z-index: 10;
}
.leftside {
    float: left;
    width: 550px;
    height: 24px;
    border: 8px solid rgb(10,10,150);
    background-color: rgb(10,10,150);
    border-radius: 0px 0px 22px 0px;
}
.rightside {
    float: left;
    width: 565px;
    height: 20px;
    border-top: 25px solid rgb(10,10,150);
    position: relative;
    right: 10px;
}
.inner {
    height: 24px;
    width: 525px;
    background-color: white;
    border-radius: 0px 20px 20px 0px;
    position: relative;
    left: 5px;
    color: rgb(10,10,150);
    font-family: 'Michroma', 'Verdana', sans-serif;
    font-size: 13pt;
    padding: 0px 0px 0px 15px;
}
.inner2 {
    height: 38px;
    width: 557px;
    background-color: rgb(237,245,255);
    border-radius: 25px 0px 0px 0px;
    position: relative;
    bottom: 17px;
    left: 7px;
}
.spacer {
    position: relative;
    bottom: 2px;
    left: 33px;
}
