.box {
	border: 1px solid #dabbb0;
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-color: #E5C499;
}
.box .content {
	padding: 3px;
	min-height: 630px;
	_height: 630px;
	_display: table;
}

.box .topo {
	clear: left;
	height: 7px;
	width: 100%;
	position: relative;
	background-color: #e9d2b2;
	background-image: none;
}
.box .topo .col_esq {
	background-image: url(../images/q_sup_esq.jpg);
	height: 7px;
	width: 7px;
	position: absolute;
	left: -1px;
	top: -1px;
	background-repeat: no-repeat;
	background-position: left top;
}
.box .topo .col_dir {
	background-image: url(../images/quina_sup_dir.jpg);
	background-repeat: no-repeat;
	height:7px;
	width: 7px;
	position: absolute;
	top: -1px;
	right: -1px;
	background-position: right top;
}
.box .botton {
	clear: left;
	height: 7px;
	width: 100%;
	position: relative;
	background-color: #E5C499;
}
.box .botton .col_esq {
	background-image: url(../images/q_inf_esq.jpg);
	height: 7px;
	width: 7px;
	position: absolute;
	left: -1px;
	background-repeat: no-repeat;
	background-position: left top;
	top: 1px;
}
.box .botton .col_dir {
	background-image: url(../images/q_inf_dir.jpg);
	background-repeat: no-repeat;
	height:7px;
	width: 7px;
	position: absolute;
	right: -1px;
	background-position: right top;
	top: 1px;
}
