fieldset{
    width: 200px;
    border-radius: 10px;

}
legend, label{
    font-weight: bold;
    font-family: Arial sans-serif;
}
input[type=text], input[type=number]{
    padding:1%;
    border-radius: 10px;
    border-bottom: 1px solid silver;
    border-left: 1px solid gold;
}
input[type=radio]+label:hover{
    font-size: 20px;

}
input[type=reset], input[type=button], button img, input[type=date], input[type=email], input[type=range], input[type=url], input[type=color]{
    width: 200px;
    padding:1%;
    border-radius: 10px;
    border-bottom: 1px solid silver;
    border-left: 1px solid gold;
}

