body, table, td, div, p, a, input, textarea, select	{ color: #666666; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; }
.small	{ font-size: 10px; line-height 12px; }
.error	{ color: #802F0A; }

a		{ color: #802F0A; text-decoration:none; } 
a:hover { text-decoration: underline; }

input.std-input 	{ width: 300px; height: 20px }
input.sm-input 		{ width: 80px; height: 20px }
input.xsm-input 	{ width: 20px; height: 20px }
select.std-input	{ width: 300px; height: 20px }
select.sm-input 	{ width: 80px; height: 20px }
textarea.std-input 	{ width: 300px; height: 100px }

input.std-inputerror 	{ width: 300px; height: 20px; background-color: #F8C6C6; }
input.sm-inputerror		{ width: 80px; height: 20px; background-color: #F8C6C6; }
input.xsm-inputerror 	{ width: 20px; height: 20px; background-color: #F8C6C6; }
select.std-inputerror	{ width: 300px; height: 20px; background-color: #F8C6C6; }
select.sm-inputerror 	{ width: 80px; height: 20px; background-color: #F8C6C6; }
textarea.std-inputerror	{ width: 300px; height: 100px; background-color: #F8C6C6; }
