@font-face {
     font-family: dubai;
     src: url('http://www.impressao.mariamariarestaurante.com.br/css/DUBAI-REGULAR.ttf');

}

.caixa{
	
	border-color: black;
	border: 1px solid;
  	
	height: 556px;
	width: 370px;
	/*1px = 0,27mm*/
}
#copia{
	/*background-color: blue;*/
	position: relative; /* Adicionamos essa linha */
 	top: -562px;
  	right: -373px;
}

#copia2{
	transform: rotate(-90deg);
	position: relative; /* Adicionamos essa linha */
  	top: -658px;
  	right: -93px;
}
#voltar{
	position: relative; /* Adicionamos essa linha */
  	top: -1100px;
  	right: -610px;
  	width: 100px;
  	display: none;

}

#padrao{
	/*background-color: red;*/
}
#cabecalho{
	position: relative; /* Adicionamos essa linha */
    right: -22px;


}
table{

	position: relative; /* Adicionamos essa linha */
    right: -10px;
    font-family: 'dubai';
    font-size: 13px;
    line-height: 14px;
    text-align: left;


    

}
.tab-total{
	

}
#ht1, #e1{
	width: 196px;
}
#ht2, #e9{
	width: 144px;
	
}
.titulo2{
	font-family: 'dubai';
    font-size: 28px;
    position: relative; /* Adicionamos essa linha */
    right: -27px;
    font-weight: bold;
    position: relative; /* Adicionamos essa linha */
    top: -3px;
}
#table2{
	position: relative; /* Adicionamos essa linha */
    top: -12px;
}
.d3{
	 font-size: 10px;
	 color: grey;
}
.d1{
	font-weight: bold;
	font-size: 15px;
}

.formulario{
	height: 630px;
}
input[type="text"]{
	width: 330px;
}


#submit_form {
	/*color: red;*/
	background-color: blue;

}
#e1, .bold{
	font-weight: bold;
}


