/* CSS Document */

.field_single {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/bkgd-field.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: #858585;
	border-width: 1px;
	text-indent: 1px;
}
.field_multi {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/bkgd-field1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: #858585;
	border-width: 1px;
	line-height: 15px;
	text-indent: 1px;
}
body {
scrollbar-base-color:#FF7E00; 
scrollbar-face-color:#FF8A00; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-shadow-color:#FF971E; 
scrollbar-track-color:#FFE6C9; 
scrollbar-highlight-color:#FFB056; 
scrollbar-darkshadow-Color:#C76B00; 
}
.required {
	color: #ff8a00;
	font-size: 13px;
	font-family: "Franklin Gothic Medium";
}
.small_txt {color: #171717;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	line-height: 14px;
	margin: 10;
	margin-top: 0px;
}