html{
	height:100%;
	width:100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#000 url(../gfx/texture.gif);
}
img{
	border:0px;
}
#travelmail{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
.content{
	position:relative;
	margin:0px auto 0px auto;
	width:350px;
}
.main{
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:350px;
}
.main h1{
	position:relative;
	float:left;
	margin:5px 0px 0px 0px;
	width:auto;
	font:italic normal bold 12px/14px arial;
	text-indent:20px;
	color:#ffcc00;
}
.logo{
	position:relative;
	float:left;
	margin:60px 0px 0px 0px;
	width:auto;
}
.search{
	position:absolute;
	top:120px;
	left:0px;
	width:350px;
	height:320px;
	background:url(../gfx/search.png) repeat-x 0px -10px;
}
.search h3{
	position:relative;
	float:left;
	margin:8px 0px 5px 20px;
	width:60px;
	font:normal normal bold 13px/15px arial;
	color:#fff;
}
.tlsc{
	position:absolute;
	top:-10px;
	left:0px;
	width:11px;
	height:10px;
	background:url(../gfx/sprite.png) -100px 0px;
}
.tmsc{
	position:absolute;
	top:-10px;
	left:10px;
	width:330px;
	height:10px;
	background:url(../gfx/search.png) repeat-x;
}
.trsc{
	position:absolute;
	top:-10px;
	right:0px;
	width:11px;
	height:10px;
	background:url(../gfx/sprite.png) -111px 0px;
}
.blsc{
	position:absolute;
	bottom:0px;
	left:0px;
	width:11px;
	height:10px;
	background:url(../gfx/sprite.png) -100px -10px;
}
.bmsc{
	position:absolute;
	bottom:0px;
	left:10px;
	width:330px;
	height:10px;
	background:url(../gfx/search.png) repeat-x 0px -310px;
}
.brsc{
	position:absolute;
	bottom:0px;
	right:0px;
	width:11px;
	height:10px;
	background:url(../gfx/sprite.png) -111px -10px;
}
#region{
	position:relative;
	float:left;
	margin:0px 0px 10px 20px;
	width:310px;
	font:normal normal normal 13px arial;
	color:#000;
}
.submit{
	position:absolute;
	right:20px;
	bottom:12px;
	border:none;
	width:100px;
	height:25px;
	font:normal small-caps bold 16px arial;
	text-align:center;
	color:#fff;
	background:url(../gfx/sprite.png) 0px 0px;
}
.submit:hover{
	color:#fff;
}
