.shadow {
	background-image: url(../img/viewer/form_images/shadow_down_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;position: relative;
	left: 20px;
}
.outerpair1 {
	padding-right: 20px;
	background-image: url(../img/viewer/form_images/form_shadow_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.outerpair2 {
background-image: url(../img/viewer/form_images/form_shadow_bottom_left.png);
	padding-top: 17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
.outerpair3 {
	background-image: url(../img/viewer/form_images/form_shadow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: -8px;
}
.form_viewer {
	top: 50px;
	position: absolute;
	width: 60%;
	right: 33%;
}
.form_content {
	POSITION: relative;
	left: 8px;
	border: 1px solid #1c7900;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.form_viewer .innerbox {
	background-image: url(form_back.png);
	LEFT: -12px;
	POSITION: relative;
	TOP: -17px;
}
.form_viewer_succes {
	top: 50px;
	position: absolute;
	width: 40%;
	right: 43%;
}
.form_viewer_succes .innerbox {
	background-image: url(form_back.png);
	LEFT: -12px;
	POSITION: relative;
	TOP: -17px;
}
.form_size {
	max-height:300px;
	overflow-x: hidden;
	overflow-y: auto;
}