/*button 1*/

.butta li {
	list-style:none;
	height:77px;
	margin:0; 
	padding:0;
	}
	
.butta li a {
	display:block;
	text-decoration:none;
	float:left; 
	height:320px;
	letter-spacing:-1px;
	font-size:11px;
	color: #2C8ACF; 
	text-align:center; 
	padding:0 0 0 28px;/*x,x,x,30 左面padding*/ 
	cursor:pointer; 
	background: url(../images/butt/butta_l_off.gif) no-repeat;
	margin:0
	}
	
.butta  li a b {
	float:left; 
	height:77px; 
	display:block; 
	padding:30px 28px 0px 0px;/*0,35 右面padding,0,5 左面padding*/  
	background: url(../images/butt/butta_r_off.gif) right top no-repeat;
	margin:0;
	}
	
.butta li a:hover {
	color:#44b3ff;
	background: url(../images/butt/butta_l_on.gif) no-repeat #fff;
	}
	
	
.butta  li a:hover b {
	background: url(../images/butt/butta_r_on.gif) right top no-repeat #fff;
	}
	
	
/* stag2 intro */
.buttin li {
	list-style:none;
	height:77px;
	margin:0; 
	padding:0;
	}
	
.buttin li a {
	display:block;
	text-decoration:none;
	float:left; 
	height:77px;
	letter-spacing:-1px;
	font-size:11px;
	color: #2C8ACF; 
	text-align:center; 
	padding:0 0 0 28px;/*x,x,x,30 左面padding*/ 
	cursor:pointer; 
	background: url(../images/butt/butta_l_off.gif) no-repeat;
	margin:0
	}
	
.buttin  li a b {
	width:210px;
	text-align:center;
	float:left; 
	height:77px; 
	display:block; 
	padding:30px 28px 0px 0px;/*0,35 右面padding,0,5 左面padding*/  
	background: url(../images/butt/butta_r_off.gif) right top no-repeat;
	margin:0;
	}
	
.buttin li a:hover {
	color:#44b3ff;
	background: url(../images/butt/butta_l_on.gif) no-repeat #fff;
	}
	
	
.buttin  li a:hover b {
	background: url(../images/butt/butta_r_on.gif) right top no-repeat #fff;
	}
	
	

	
/*   -----  stage 2 Upload button  -----   */
.buttb li {
	list-style:none;
	height:77px;
	margin:0; 
	padding:0;
	}
	
.buttb li a {
	display:block;
	text-decoration:none;
	float:left; 
	height:77px;
	letter-spacing:-1px;
	font-size:11px;
	color: #2C8ACF; 
	text-align:center; 
	padding:0 0 0 28px;/*x,x,x,30 左面padding*/ 
	cursor:pointer; 
	background: url(../images/butt/butta_l_off.gif) no-repeat;
	margin:0
	}
	
.buttb  li a b {
	float:left; 
	height:77px; 
	display:block; 
	padding:19px 28px 0px 0px;/*0,35 右面padding,0,5 左面padding*/  
	background: url(../images/butt/butta_r_off.gif) right top no-repeat;
	margin:0;
	}
	
.buttb li a:hover {
	color:#44b3ff;
	background: url(../images/butt/butta_l_on.gif) no-repeat #fff;
	}
	
	
.buttb  li a:hover b {
	background: url(../images/butt/butta_r_on.gif) right top no-repeat #fff;
	}
	
.btn_upload{
	padding-top:14px;
	padding-left:50px;
	}

	
/*start button*/

#content .start a{
	background:url(../images/butt/stage1_03_start_off.gif) 0 0 no-repeat scroll;
	width:100px;
	height:59px;
	line-height:58px;
	display:block;
	padding-left:70px;
	font-weight:bold;
	font-size:21px;
	color:#fff;
	overflow:hidden
	
	}
	
#content .start a:hover{
	background-position: bottom left;
	}
	
/*start next*/
	
#content .next a{
	background: url(../images/butt/stage1_03a_next.gif) 0 0 no-repeat scroll;
	width:68px;
	height:38px;
	line-height:37px;
	display:block;
	padding-left:38px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	overflow:hidden
	
	}
	
#content .next a:hover{
	background-position: bottom left;
	}


/*Print*/

#content .print a{
	background: url(../images/butt/stage1_03_print.gif) 0 0 no-repeat scroll;
	width:90px;
	height:59px;
	line-height:59px;
	display:block;
	padding-left:76px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	overflow:hidden;
	float:right;
	clear:both
	
	}
	
#content .print a:hover{
	background-position: bottom left;
	}
	
	
	/*Save*/

#content .save a{
	background: url(../images/butt/stage1_03_save.gif) 0 0 no-repeat scroll;
	width:65px;
	height:34px;
	line-height:34px;
	display:block;
	padding-left:36px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	overflow:hidden;
	float:right;
	clear:both
	
	}
	
#content .save a:hover{
	background-position: bottom left;
	}
#content .back a{
	background: url(../images/butt/stage2_05_back.gif) 0 0 no-repeat scroll;
	width:65px;
	height:34px;
	line-height:34px;
	display:block;
	padding-left:36px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	overflow:hidden;
	float:right;
	clear:both
	
	}
	
#content .back a:hover{
	background-position: bottom left;
	}