html {
    font-size: 100%;
    height: 100%;
}

html, body {
    background: White;
    color: Black;
}

hr {
    height: 1px; 
    shade:no-shade; 
}

#download_select, #phone_select, #language_select, #enable_js {
    background-color: White; 
    color: Black; 
    border-color: Gray; 
    border-style: none;
    border-width: 1px;
}

#enable_js {
    width: 400px;
    height: 36px;
    left: 0px;
    top: 4px;
    text-align: center;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1000;
}

#download_select {
    width: 400px;
    height: 30px;
    left: 0px;
    top: 40px;
}

#download_select select {
    color: Black;
    width: 192px;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
}

#language_select {
    width: 400px;
    height: 30px;
    left: 0px;
    top: 4px;
}

#language_select select {
    color: Black;
    width: 393px;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 4px;
    padding: 0px;
}

#phone_select {
    width: 400px;
    height: 30px;
    left: 359px;
    top: 4px;
}

#phone_select select {
    color: Black;
    width: 194px;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 4px;
    padding: 0px;
}