body{
	background-color: #ABABAB;
	color: Black;
	font-family: Arial;
	font-size: 12;
	line-height: 120%;
	padding: 2px;
}
table, select, input{
  font-size: 12;
  font-family: Arial CE
}
#from{
	position: relative;
	background-color: #E0E0E0;
	width: 500px;
	height: auto;
	top: 0px; 
	left: 0px;
	border: 1px solid;
	padding: 2px;
}
#delivery{
	position: relative;
	width: 500px;
	height: auto;
	top: 0px; 
	left: 0px;
	background-color: #7D9363;
	text-align: left;
	border: 1px solid;
	padding: 2px;
}
#goods{
	position: relative;
	background-color: #E0E0E0;
	width: 500px;
	height: auto;
	top: 0px; 
	left: 0px;
	text-align: left;
	border: 1px solid;
	padding: 2px;
}
#insurance{
	position: relative;
	background-color: #FFFFCC;
	width: 500px;
	height: auto;
	top: 0px; 
	left: 0px;
	text-align: left;
	border: 1px solid;
	padding: 2px;
}
#other{
	position: relative;
	background-color: #7D9363;
	width: 500px;
	height: auto;
	top: 0px; 
	left: 0px;
	text-align: left;
	border: 1px solid;
	padding: 2px;
}
#buttons{
	position: relative;
	background-color: #E0E0E0;
	width: 500px;
	height: auto;
	top: 0px; 
	left: 0px;
	text-align: left;
	border: 1px solid;
	padding: 2px;
}
#info{
	position: absolute;
	width: 500px;
	height: auto;
	top: 8px; 
	left: 520px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid;
	font-size : 12;
	padding: 2px;
}
#logoeurope{
	position:relative;
	width: 300px;
	height: 300px;
	left:450px;
	bottom:200px;
 }
