
a:link, a:visited {
    color: ECBF41; 
    text-decoration: underline;
}

a:hover {
    color: #097bc3;
 /* color: ECBF41;  */
 /* text-decoration: none; */
    text-decoration: underline;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #808080; 
    color: white;
    text-decoration: none;
    line-height: 150%;
}

.disclaimer {
    width: 590px;
    font-size: smaller;
    color: ECBF41; 
    height: 100%;
}

.highlight {
    background:#ECBF41 none repeat scroll 0% 0%;
    color:#000000;
    font-weight:bolder;
    padding:1px 2px;
}

.alignleft {
    float: left;
    text-align: left;
    margin-left: 10px;
}

.alignright {
    float: right;
 /* text-align: right; */
 /* margin-right: 15px; */
}

.on_top {
    z-index: -3;
}

.error, .warning {
    color: red;
    font-weight:bolder;
}

/* --------------------------------------------------------- 
** Source http://stackoverflow.com/questions/43643/how-do-i-style-css-radio-buttons-and-labels
** See also:  document.ready(), and update_selected_style() functions
** (focus and blur hooks needed for IE - which?)
*/

.input input {
    width: 20px;
}

.input label.focused {
 /* color: 097BC3; */
    color: ECBF41; 
    font-weight: bold;
}

.input label {
    margin: 2px;
}

/* This next bit from
**  http://archivist.incutio.com/viewlist/css-discuss/46730
*/
.container {
    width: 800px;
    height: 1%;
}
/* --------------------------------------------------------- */

_fieldset {
    width: 400px;
    height: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: #036399;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
}

_fieldset:hover {
    border-color: #0ca0ff;
}

#tax_calc {
    float: left;
    width: 575px;
}

#currency {
    margin-top: -9px; 
 /* margin-top: -250px;  Frickin' IE */
    margin-left: 605px;
    position: absolute;
    z-index: 5;
}

legend {
    font-family: sans-serif;
 /* font-size: larger; */
    color: #097bc3;
    font-weight: bolder;
}

#text-box {
    position: relative;
    width: 805px;
    height: 950;
    background-color: #303030;
    margin: 5px;
    padding: 3%;
    border-width: thin;  /* 2px 5px 2px 5px; */
    border-color: black;
    -moz-border-radius: 25 25;
    /* -border-radius: 25 25; */
}


