input {
 background-image: url(images/input_bg.gif);
 background-position: top left;
 border: 1px solid #a4b97f;
}
textarea {
 background-image: url(images/input_bg.gif);
 background-position: top left;
 border: 1px solid #a4b97f;
}

a { text-decoration: none; }
img { border-style: none; }

.errortext { font-style: italic; }

/* .bgcolor { background-color: #aaffaa } /* Color Scheme 1 */
/* .bgcolor { background-color: #ddffdd } /* Color Scheme 2 */
/* .bgcolor { background-color: #eeffee } /* Color Scheme 3 */
.bgcolor { background-color: #ffffff } /* Color Scheme 4 */

 /* Color Scheme 4 */
.tables-bgcolor { background-color: #ecffec } /* Green for blue border */
.inside-linecolor { color: #a4b97f; }
/* inside-right-border-style */
.irbs { border-right: 1px solid #a4b97f; }

/***** Version 1: Requires 1 TD *****/
.divset { font-size: 1px; position: relative }

/* border-line-horizontal */
.blh1 { line-height: 1px; background-color: #7f9db9; margin-left: 4px; margin-right: 4px }
/* border-curve-horizontal */
.bch1 { line-height: 1px; border-left: 2px solid #7f9db9; border-right: 2px solid #7f9db9; margin-left: 2px; margin-right: 2px }
/* border-curve-vertical */
.bcv  { line-height: 2px; border-left: 1px solid #7f9db9; border-right: 1px solid #7f9db9; margin-left: 1px; margin-right: 1px }
/* border-lines-vertical */
.blv { border-left: 1px solid #7f9db9; border-right: 1px solid #7f9db9 }

/***** Version 2: Background capability (Requires 5 TD) *****/

.table-bgcolor { background-color: #def2df } /* Color Scheme 5 */
/* .table-bgcolor { background-color: #ddffdd } /* Color Scheme 1, 3, 4 */
/* .table-bgcolor { background-color: #aaffaa } /* Color Scheme 2 */

/* border-lines-vertical */
.border-left { font-size: 1px; border-left: 1px solid #008048 }
.border-right { font-size: 1px; border-right: 1px solid #008048 }

/* border-curve-verticals */
.linecolor { background-color: #008048 }
.ml1 { margin-left: 1px }
.mr1 { margin-right: 1px }
.bcv-line { width: 1px; line-height: 2px }

/* border-curve-horizontal */
.bch { width: 2px; line-height: 1px; }

/* border-curve-horizontal-bottom
 * Used in conjunction with bch class */
.mt2 { margin-top: 2px }

/* border-curve-horizontal-top class
 * Used in conjunction with bch class */
.mb2 { margin-bottom: 2px }

/* border-curve-horizontal-bg
 * Used in conjunction with bgcolor class */
.bch-bg { width: 2px; line-height: 1px }

/* border-line-horizontal */
.blh { line-height: 1px; }
.mt3 { margin-top: 3px }
.mb3 { margin-bottom: 3px }