.big_box {
	color:#333;
	font: 10px Arial;
	position: relative;
	width: 325px;
	z-index: 1;
}
.big_box_2 {
	color:#333;
	font: 10px Arial;
	position: relative;
	width: 600px;
	z-index: 1;
}
.container {
	background:#dac3a5;
	color:#333;
	margin:0px;
	font: 10px Arial;
	width: 325px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
	opacity: .3;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-khtml-opacity: .3;
}
.container_2 {
	background:#dac3a5;
	color:#333;
	margin:0px;
	font: 10px Arial;
	width: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
	opacity: .3;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-khtml-opacity: .3;
}
.quiz_box {
	color:#333;
	margin:0px;
	font: 10px Arial;
	width: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.reg_box {
	color:#333;
	margin:0px;
	font: 10px Arial;
	width: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
input {
	font: 12px Arial;
	z-index: 1;
}
td {
	font: 12px Arial;
}
.rtop, .rbottom {
	display:block;
	background:#fff;
	opacity: 1;
}
.rtop *, .rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background:#dac3a5;
	opacity: 1;
}
.r1 {
	margin: 0 5px;
}
.r2 {
	margin: 0 3px;
}
.r3 {
	margin: 0 2px;
}
.r4 {
	margin: 0 1px;
	height: 2px
}