@charset "iso-8859-1";
.header {
	height: 60px;
	background-color: #01477D;
	background-image: url(../main/en/images/email_enquiry_head1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.7em;
	color: #333333;
	margin: 0px;
	width: 100%;
}
.main {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.field {
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.fieldtext {
	background-color: #66FF99;
	width: 200px;
	display: inline;
}
.hidden-label
{
position:absolute;
left:0px
top:-100px;
width:1px;
height:1px;
overflow:hidden;
}.close {
	background-color: #F0F0F0;
	padding: 5px;
	text-align: right;
}
a {
	text-decoration: none;
	color: #000000;
}
.message {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #00A6DF;
	color: #000000;
}
h1 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 7px;
}
.gtbs_logo {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}