@charset "utf-8";
/*================整體區塊===================*/
#content > .bgtop {
	background-image:url(../Images/default/mainContent_bgtop2.gif);
	background-position:left top;
	background-repeat: no-repeat;
}
/*側欄*/
#sidebar1 {margin-top: -15px;
	min-height:15px;
	height:15px;
	background-image:url(../Images/default/sidebar1_bgtop2.png);
	_background-image:url('');
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/default/sidebar1_bgtop2.png', sizingMethod='image');
	background-position:left top;
	background-repeat: no-repeat;
}
/*主要內容區域*/
#mainContent {
	width:960px;
	float:left;
	margin-left:0px;
}
/*主要內容區域-上方背景*/
#mainContent > .bgtop {
	width:100%;
}
/*主要內容區域-下方背景*/
#mainContent > .bgbtm {
	width:960px;
	float:right; /*padding: 10px 20px;*/
}
/*================區塊細項===================*/
/*頁面主體*/
.main {
	margin-top:30px;
	width:905px;
}
/*==========================================*/
#blk_slogon {
	background-image:url(../Images/member/blk_slogon.gif);
	/*background-image:url(../Images/activity/slogon_20110704.jpg);*/
	width:600px;
	height:480px;
	float:left;
}
#blk_slogon img {
	width:600px;
	height:480px;
}
#blk_loginPanel {
	background-image:url(../Images/member/blk_loginPanel_bg.gif);
	width:300px;
	margin-bottom:30px;
	float:right;
}
#blk_loginPanel .bgtop {
	background-image:url(../Images/member/blk_loginPanel_top.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:10px;
}
#blk_loginPanel .bgbtm {
	background-image:url(../Images/member/blk_loginPanel_btm.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 0 10px 10px 10px;
}
#blk_loginPanel h2 {
	background-image:url(../Images/member/blk_loginPanel_h2.gif);
	width:280px;
	height:50px;
	text-indent:-999999px;
	padding:0;
	margin:0;
}
#blk_loginPanel label.title {
	font-size:16px;
	color:#434343;
	margin-top:0;
}
#blk_loginPanel .block {
	margin: 10px 15px;
	
}
#blk_loginPanel #login_reg span {
	width:130px;

}
#blk_loginPanel #login_reg a {
	margin-bottom:10px;
}


/*================loginEvent===================*/
body.event {
	background:#f2f7f9;
}
.main.event {
	margin:0;
	width:100%;
}
.main.event #blk_loginPanel {
	background:none !important;
	width:500px !important;
	margin:0 auto !important;
	float:none !important;
}
.main.event #blk_loginPanel  .bgtop {
	background:none !important;
}
.main.event #blk_loginPanel  .bgbtm {
	background:none !important;
}
.main.event #blk_loginPanel  .block {
	text-align:left !important;
}