/* ----- GREEN ----- */
.form_top_left_green {
	width: 10px;
	height: 9px;
	position: absolute;
	top: 325px;
	left: 18px;
	overflow: hidden;
	background: url(../../images/green/form/top_left.gif);
	background-repeat: no-repeat;
}

.form_top_right_green {
	width: 10px;
	height: 9px;
	position: absolute;
	top: 325px;
	right: 16px;
	overflow: hidden;
	background: url(../../images/green/form/top_right.gif);
	background-repeat: no-repeat;
}

.form_top_middle_green {
	width: 636px;
	height: 9px;
	position: absolute;
	top: 325px;
	left: 28px;
	overflow: hidden;
	background: url(../../images/green/form/top_middle.gif) repeat;
	background-repeat: repeat;
}

.form_bottom_left_green {
	width: 9px;
	height: 10px;
	position: absolute;
	top: 520px;
	left: 18px;
	overflow: hidden;
	background: url(../../images/green/form/bottom_left.gif);
	background-repeat: no-repeat;
}

.form_bottom_right_green {
	width: 9px;
	height: 10px;
	position: absolute;
	top: 520px;
	right: 16px;
	overflow: hidden;
	background: url(../../images/green/form/bottom_right.gif);
	background-repeat: no-repeat;
}

.form_bottom_middle_green {
	width: 638px;
	height: 10px;
	position: absolute;
	top: 520px;
	left: 27px;
	overflow: hidden;
	background: url(../../images/green/form/bottom_middle.gif) repeat;
	background-repeat: repeat;
}