div.radioChoices
{
margin        : 0.5em 0 1.5em 0;
}

div.buttons
{
text-align    : right;
margin-top    : 1.5em;
}

div.buttons input

{
background    : #068041;
border        : thin solid black;
color         : #fff;
font-size     : large;
}

div.buttons input:hover,
div.buttons input:focus
{
border-style  : outset;
}

div.buttons input:active
{
border-style  : inset;
}

label.text
{
display       : block;
margin        : 0 0 1em 0;
}

span.radio, label.radio
{
border        : thin dotted #333;
margin-left   : 1em;
padding       : 0.25em 0.5em;
}

span.radio input[type="text"]
{
background    : #e6e6e6;
border-top    : thin solid #ccc;
border-right  : thin solid #ccc;
border-bottom : thin solid black;
border-left   : thin solid #ccc;
}
