@charset "utf-8";
#splash_wrapper {
	margin:auto;
	background:url(../../media/images/splash_pg_bg.jpg) no-repeat left top;
	width:705px;
	height:466px;
	margin-top:46px;
}

#dark_overlay
{
    background-color: #000;
    filter:alpha(opacity=70); /* IE */
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity:0.7; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

#outwrap{
	z-index:21;
}

/* Header ---------------------------------------------------------------------------------------------*/
#header_splash {
	position:relative;
	width:705px;
	height:295px;
}
#header_splash a img{
	margin-top:38px;
	margin-left:257px;
}
#splash_content{
	width:705px;
	height:157px;
	margin:16px 0 0 0px;
}
.memb_log_box{
	float:left;
	background:url(../../media/images/memb_log_box.jpg) no-repeat left top;
	width:259px;
	height:80px;
	margin:5px 39px 0 66px;
	padding-top:70px;
	
}
.memb_log_box label{
	float:left;
	width:68px;
	color:#272727;
	padding:5px 0 0 25px;
}
.memb_log_box .login_btn{
	padding:5px 0 0 5px;
}
.textbox{
	float:left;
	border:1px #b5b1a7 solid;
	font-size:11px;
	color:#272727;
	width:139px;
	height:18px;
	padding:0 2px;
}
.textbox2{
	float:left;
	border:1px #b5b1a7 solid;
	width:92px;
	height:18px;;
	padding:0 2px;
}
.dine_out_box{
	float:left;
	background:url(../../media/images/dine_out_box.jpg) no-repeat left top;
	width:260px;
	height:85px;
	margin:0 42px 0 39px;
	padding-top:70px;
}
.dine_out_box p{
	margin:0 10px 0 23px;
}

.login_dineout_box{
	float:left;
	background:url(../../media/images/login_dineout_box.jpg) no-repeat center top;
	width:597px;
	height:150px;
	margin:5px 0 0 67px;
}
.login_dineout_head{
	padding-top:22px;
}

.text{
	color:#ffffff;
	padding-top:30px;
}
