body, input, button, select, option, textarea, td {
    font-family: Arial; /* whatever font */
}
body {
    font-size: 100%; /* whatever base font size I want*/
}
input, button, select, option, textarea, td {
    font-size: 84%;
}

input {
color: #ffffff;
background: #1388b4;
border-radius: 5px;
width: 133px;
height: 20px;
border: none;
}


select {
border-radius: 5px;
border-color: #1388b4;
height: 20px;
color: #ffffff;
background: #1388b4;
}

table{
border: 0px;
background: #a0d5e9;
}

.outerTable{
border-radius: 10px;
padding-top:10px;
}

.mapImage{
border-radius: 10px;
}

