select
{
	width: 20%;
    background: lightcyan;
    height: 25px;
    font-variant-caps: all-petite-caps;
    border-style: dotted;
    cursor: pointer;
    border-radius: 10px;

}
option
{
	font-family: timesnewroman;
}
input[type="button"]
{
	width: 5%;
	height: 30px;
    border-radius: 20px;
    cursor: pointer;
}
input[type="button"]:active
{
	transform: translateY(4px);
}