html { 
	padding:0px;
	margin:0px;
	height:100%;
}
ul, ol, dl{
	position:relative;
}
html { min-height: 100%; margin-bottom: 1px; }
body {
	background:#282828;
	color:#fefefe;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	text-align:center;
}
a img{
	border: none;
}
img {
	padding:0; 
}
img.noborder{
	border:none;
}
p,pre{
	margin:0px 10px 10px 10px;
}

#main_content{
	margin:0;
	padding:0;
	width:100%;
	background: url('/images/hotel_egg_splash_tile.png') repeat-x left top;
	
}

#splash_page{
	margin:0 auto;
	padding:0;
	width:95%;
	background: url('/images/hotel_egg_splash_v2.png') no-repeat left top;
	height:650px;
	position: relative;
}

#splash_page input{
	color:#097DB1;
	float:left;
	font-family:Georgia,serif;
	font-size:24px;
	margin:3px;
	padding:6px;
	background:transparent;
	border:none;
}
#splash_page form{
	position: absolute;
	left:592px;
	top:368px;
}

#splash_page .submit{
	cursor:pointer;
	margin-left:11px;
	width:60px;
	
}


.flash_notice{
	background:#D6FFDD none repeat scroll 0;
	border:2px solid #108B18;
	color:#108B18;
	font-size:16px;
	font-weight:bold;
	left:591px;
	padding:10px;
	position:absolute;
	top:432px;
}
.flash_warning{
	left:591px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:432px;
	background:#AB0006;
	color:#fff;
	border: 2px solid #fff;
}

#user_email_address{
	width:375px
}