#inner_content {
	position: relative;
	padding: 0px;
	height: 400px;
	width: 760px;
	overflow: auto;
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

#top_bar {
	background-color: #666666;
	width: 100%;
	height: 28px;
	text-align: left;
}

#top_bar .title {
	position: absolute;
	left: 15px;
	top: 6px;
}

a {
	color: #000;
}

a:hover {
	color: #D00204;
}

.clear {
	clear: both;
}

.padTop {
	padding-top: 10px;
}

/*Select country form*/
#countryPanel {
	position: relative;
	text-align: left;
	padding-top: 25px;
	padding-left: 50px;
}

#countryPanel .whichCountry {
	position: relative;
	float: left;
	width: 165px;
	padding-top: 7px;
}

#countryPanel .country {
	position: relative;
	float: left;
	width: 250px;
}

/*Contact details*/
#contactusPanel {
	position: relative;
	width: 650px;
	margin: auto;
	text-align: left;
}

.header {
	position: relative;
	width: 100%;
	height: 21px;
	background-color: #e5e5e5;
}

.headerImage {
	position: absolute;
	left: 15px;
	top: 6px;
}

.seperator {
	color: #cc0000;
}

#priContactPanel {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.generalEnquiries {
	padding-top: 10px;
	padding-bottom: 10px;
}

#priContactPanel .addressPanel {
	position: relative;
	width: 400px;
	float: left;
}

.addressPanel .name {
	font-weight: bold;
	padding-bottom: 2px;
}

.pos {
	font-weight: normal;
}

#priContactPanel .labelPanel {
	position: relative;
	width: 40px;
	float: left;
}

.labelPanel .label {
	padding-top: 4px;
}

#priContactPanel .telPanel {
	position: relative;
	width: 210px;
	float: left;
}

.note {
	color: #cc0000;
	font-weight: bold;
}

#agentContactPanel {
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
}

.agentPanel {
	position: relative;
	padding-top: 25px;
}

.represent {
	position: relative;
	padding-top: 20px;
}

#agentContactPanel .logoPanel {
	position: relative;
	width: 150px;
	float: left;
}

#agentContactPanel .addressPanel {
	position: relative;
	width: 250px;
	float: left;
}

#agentContactPanel .labelPanel {
	position: relative;
	width: 40px;
	float: left;
}

#agentContactPanel .telPanel {
	position: relative;
	width: 210px;
	float: left;
}

.agentName .label {
	position: relative;
	width: 55px;
	float: left;
	padding-top: 3px;
}

.agentName .name {
	position: relative;
	width: 160px;
	float: left;
}

.contactItems {
	position: relative;
	float: left;
	width: 240px;
}

.telItem {
	position: relative;
}

.telItem .label {
	position: absolute;
	top: 3px;
	left: 0px;
}

.telItem .item {
	position: relative;
	padding: 0px 0px 2px 55px;
}

.emailItem {
	position: relative;
}

.emailItem .label {
	position: absolute;
	top: 3px;
	left: 0px;
}

.emailItem .item {
	position: relative;
	padding: 0px 0px 2px 55px;
}
