input
{
background-color: #CFF;
border: black dotted 16px;
border-radius: 0px;
color: black;
font-family: sans-serif;
font-size: 120%;
font-weight: 300;
margin: 0em 0.5em;
padding: 0px 4px;
}

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

fieldset#ButtonConfig
{
padding: 8px;
width: 60%;
}

#idColorButton1, #idColorButton2 {width: 14em;}

#idSpanBackgroundColor
{
background-color: #CFF;
color: black;
}

#idSpanForegroundColor
{
background-color: black;
color: white;
}

#idSpanBackgroundColor, #idSpanForegroundColor
{
height: 1.2em;
width: 1.2em;
}

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

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

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

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

img.floatRight
{
float: right;
padding: 12px;
}