input[type=checkbox], input[type=radio] {
    /*float: left;*/
    margin-top: 7px;
    margin-right: 8px;
}
.ui-radio
{
    display: inline-block;
}

select#mySelect {
    margin: 5px 0px 5px;
    font-size: 20px;
    font-weight: 600;
}



.imagecurve
{
    background: url(../img/ban/header.png) top no-repeat;
    background-size: 100% 112%;
    height: 50px;
}

.Buysell_Div
{
    background: #233039;
    background-size: 100%;
    box-shadow: 0px -1px 4px 1px rgb(0 0 0);
}

.whitebox
{
    background: #FFF;
    border-radius: 20px;
    width: 80%;
    margin-left: 10%;
    margin-top: 15px;
}


