@charset "utf-8";
/* iFlashBook-欢乐童年 */


body{
	margin:0px;
	font-size:12px;
	font-family:Tahoma,Arial,"宋体";
	text-align:center;
	background:url(/images/bg_all.gif) top center repeat-x;
    background-color:#ffffff;
	}

	
/*通用*/
.fl{
	margin:0px;
	float:left;
	}
.fr{
	margin:0px;
	float:right;
	}
img{
    border:0;
	}
	
	
/*主体*/
#all{
 width:100%;
 height:auto;
 text-align:left;
 float:left;
} 
 #main{
  width:755px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
 }
  #main_top{
   width:750px;
   height:auto;
   float:left;
  }
   #main_top_link{
    width:545px;
	height:auto;
	float:left;
	text-align:right;
	padding:23px 15px 10px 0;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#7a6238;
   }
   #main_top_link a{
	color:#7a6238;
	text-decoration:none;
   }
   #main_top_link a:hover{
	color:#7a6238;
	text-decoration:underline;
   }
   #main_top_btn{
    width:565px;
	height:auto;
	float:left;
   }
  
#btm{
 width:100%;
 height:auto;
 text-align:left;
 float:left;
 background-color:#dfdfdf;
}
 #btm_cr{
  width:740px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
  padding-top:24px;
  padding-bottom:25px;
 }
  #btm_cr_l{
   width:232px;
   height:auto;
   float:left;
   padding-left:8px;
  }
  #btm_cr_r{
   width:500px;
   height:auto;
   float:right;
  }
   #btm_cr_rLink{
    width:500px;
    height:auto;
    float:right;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
   }
   #btm_cr_rLink a{
	color:#ffffff;
	text-decoration:none;
   }
   #btm_cr_rLink a:hover{
	color:#ffffff;
	text-decoration:underline;
   }
    #cr_rLink_s{
	 width:47px;
	 height:16px;
	 text-align:center;
	 margin:0 5px 0 0;
	 background:url(/images/bg_btmLink1.gif) no-repeat;
	 padding-top:1px;
	 float:left;
	}
    #cr_rLink_l{
	 width:66px;
	 height:16px;
	 text-align:center;
	 margin:0 5px 0 0;
	 background:url(/images/bg_btmLink2.gif) no-repeat;
	 padding-top:1px;
	 float:left;
	}
   #btm_cr_rText{
    width:500px;
    height:auto;
    float:right;
	font-size:12px;
	line-height:16px;
	color:#939393;
	padding-top:5px;
   }

UL#reg_items{
 margin:0;
 padding:0;
 list-style-type:none;
 float:left;
}
.WarningMsg {
  width:380px;
  height:auto;
  font-size:12px;
  color:#333333;
  line-height:20px;
  background:url(/images/icon_blue.gif) 5px 3px no-repeat;
  background-color:#ffeaf7;
  border:1px solid #ffbabe;
  padding-left:25px;
  padding-right:5px;
  float:left;
}
.FailedMsg {
  width:380px;
  height:auto;
  font-size:12px;
  color:#333333;
  line-height:20px;
  background:url(/images/icon_red.gif) 5px 3px no-repeat;
  background-color:#fff2e9;
  border:1px solid #FF0000;
  padding-left:25px;
  padding-right:5px;
  float:left;
}
.SucceedMsg {
  width:380px;
  height:auto;
  font-size:12px;
  color:#333333;
  line-height:20px;
  background:url(/images/icon_green.gif) 5px 3px no-repeat;
  background-color:#e6ffe6;
  border:1px solid #ffffff;
  padding-left:25px;
  padding-right:5px;
  float:left;
}
