#order{
	position:   absolute;
	left:       0px;
	top:        0px;
	width:      300px;
	height:     490px;
	background: #b6c710;
}

#head{
	position:       absolute;
	display:        table; 
	width:          300px; 
	height:         70px;
	font-size:      20px;
	letter-spacing: 3px;
	background:     #adbd0f;
}

#footer{
	position:   absolute;
	top:        350px;
	display:    table;
	width:      100%; 
	height:     70px;
	font-size:  14px;
}

#sender{
	position:   absolute;
	bottom:     0;
	display:    table;
	width:      100%; 
	height:     70px;
	font-size:  18px;
	background: #7d890b;
}

.separator{
	position:   absolute; 
	width :     100%; 
	height:     1px; 
	background: #bdcd28;
}

span{
	display:        table-cell;
	color:          #ffffff;
	text-align:     center;
	font-family:    Myriad Pro, sans-serif;
	vertical-align: middle;
}

input{
	border:          none;
	height:          45px;
	text-indent:     10px;
	position:        absolute;
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
}