@import url("steps_screen.css");

.style001 {
	position:				absolute;
	margin: 				-209px 0 0px -502px;

    top: 50%;
    left: 50%;

	background-image: 		url(../pics/background_shadow.jpg);
	background-repeat: 		repeat-y;
	padding-left: 			4px;
	background-color:		#F3E051;
	width:					1005px;
	}

#style002c {
	background-repeat:		no-repeat;
	background-position:	bottom 0px;
	min-height:				325px;
	border-top:			    1px solid black;
	border-bottom:			1px solid black;
}

#style002content {
	padding:				20px;
	position:				absolute;
	width:					770px;
    height:					250px;
	background-color:		#fff;
	margin:					15px 0 0 0;
	opacity:				0.90; /*CSS3*/
	filter: 				alpha(opacity=90); /*Internet Explorer*/
	-moz-opacity: 			0.9; /*Mozilla*/
}
