﻿body {
	margin: 0 auto;
	background-color: #000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #A9A9A9;
}
#main {
	margin-top: 63px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	position:relative;
}
#logo, #otherLogo, #enLogo {
	width: 340px;
	height: 63px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#enLogo {
	padding:0 0 5px 0;
}
#otherLogo {
	padding:0 0 10px 0;
}
#enCountry, #otherCountry {
	position:absolute;
	margin:0;
	padding:0;
	top: 65px;
	left: 225px;
}
#otherCountry {
	font-size:27px;
}
form {
	margin:28px 0 38px 0;
	padding:0;
	border:none;
}
input {
	margin: 2px auto;
	display:block;
	background-color: #000000;
	color: #CCCCCC;
	border-color:#555555;
	border-style:solid;
	border-width:1px;
}
input[type="hidden"] {
	border:none;
}
img {
	position:relative;
	margin: 0;
}
p  {
	margin: 20px 0 15px 0;
	font-size: 10px;
}
a {
	text-decoration: underline;
	cursor:hand;
	font-size: 13px;
	color: #8F8F8F;
}
.country
{
	font-size: 13px;
}
table td
{
	font-size: 13px;
	vertical-align:top;
	padding: 2px;
	text-align:left;
}
.right
{
	color:#999999;
	text-align: right;
}
#location
{
	margin: 0 0 30px 0;
}
#contact p
{
	font-size: 13px;
}