@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dfdfdf;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:10px;
	text-align: center;
	
}

.textbox{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}

.textbox2{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	
}

.container{
	position:relative;
	margin:0 auto;
	padding:0 auto;
	background-image:url(images/crewpassimage.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:auto;
	width:468px;
	background-color:#FFFFFF;
	padding:2px;
	
}
	
#header{
	background-color:#87490c;
	height:60px;
	border-bottom:1px solid white;	
	margin:0;
}

.menu{
	background-color:#9bc2d8;
	height:20px;
	border-bottom:1px solid white;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: normal;
	line-height: normal;
	top: auto;
	text-align: center;
	vertical-align: middle;

}

.mainformleft{
	float:left;
	background-color:#ffffff;
	height:230px;
	width:140px;
	padding-left:5px;

}

#mainformright{
	float:top;
	float:right;
	background-color:#c0c0c0;
	width:318px;
	height:230px;
	padding-left:5px;
	text-align: left;

}
