input
{
background-color: #CFF;

/*

[CSS 2.1 conformance] Background-color should extend under the border of HTML 4 buttons

https://bugs.kde.org/show_bug.cgi?id=209703

background-clip: border-box;

Right now, in Konqueror 4.7.0, it is

-khtml-background-clip: padding;

*/

border: black dotted 16px;
border-radius: 0px;
color: black;
font-family: Arial, sans-serif;
font-size: 120%;
font-weight: 300;
margin: 0em 0.5em;
padding: 0px 4px;
}

input:focus, button:focus
{
outline-width: 4px;
outline-style: solid;
outline-color: red;
-moz-outline-radius: 0px;
-webkit-outline-radius: 0px;
outline-offset: 4px;
}

#ButtonConfig {width: 60%; padding: 8px;}
#idColorButton1, #idColorButton2 {width: 14em;}
#idSpanBackgroundColor {background-color: #CFF; color: black; width: 1.2em; height: 1.2em;}
#idSpanForegroundColor {background-color: black; color: white; width: 1.2em; height: 1.2em;}

select:focus {outline: 3px lime outset;}

/* There is a bug with styling the select:focus in Opera 7.1 */

label:focus {outline: 2px invert dotted;}

/* option[-moz-option-selected] {background-color: green;} */
