/* backgrounds */
.background_left {
	background: url(../images/bits/background_left.gif) repeat-y top right;
}
.background_right {
	background: url(../images/bits/background_right.gif) repeat-y top left;
}
.background_bottom {
	background: url(../images/bits/background_bottom.gif) no-repeat top left;
}
.background_top {
	background: url(../images/bits/background_top.gif) repeat-x top left;
}

/* boxes */
.section_left {
	padding: 0px 0px 0px 10px;
}
.section_content {
	padding: 31px 31px 31px 31px;
	color: #003300;
}
.section_content_home {
	padding: 31px 98px 31px 98px;
	color: #003300;
}

/* inputs */
#input {
	width: 160px;
	height: 21px;
}
#input1 {
	scrollbar-3dlight-color: #E3E2E2;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #E3E2E2;
    scrollbar-face-color: #ECB637;
	scrollbar-arrow-color: #E3E2E2;
	scrollbar-darkShadow-color: #E3E2E2;
}
#textarea {
	width: 102px;
	height: 48px;
	border-width: 1px;
	border-style: solid;
	border: none;
	background-color: #F0EAE3;
	overflow: auto;
}
