/* CSS Document */

*{
	padding:0;
	margin:0;
}
body{
	font-size:12px;
	font-family: sans-serif , lucida sans, Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
body.indexbg{
	background:url(../../image/bodybg.gif) left 0px repeat-x;                                   /* left 2px  is the home glitch */
}
body.overview{
	background:url(../../image/bodybg-subpage.gif) left top repeat-x;
}
body.contactbg{
	background:url(../../image/body-contactbg.gif) left top repeat-x;
}
ul{
	list-style:none;
}
.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}
.blue-font{
	color:#307eb4;
}
.shallow-blue-font{
	color:#0091e4
}
.italic-font{
	font-style:italic;
}
.central{
	text-align:center;
}
a{
	color:#0065AC;
	text-decoration:none;
}
select,input{
	padding:2px;
	font-family:lucida sans,Arial,Helvetica,sans-serif;
	vertical-align:middle;
}
.inputcheckbox{
	height:14px!important;
	width:14px!important;
}
.yellow-font{
	color:#fffc00;
}
.gray-font{
	color:#333;
}
.shallow-gray-font{
	color:#555;
}
.light-gray-font{
	color:#777;
}
.orange-font{
	color:#ff7022!important;
}
.green-font{
	color:#007a0b;
}
.light-graybg{
	background:#f4f4f4;
}
.gray-link{
	background:url(../../image/gray-line.png) left bottom no-repeat;
}
.big-blue-arrow{
	background:url(../../image/arrow-blue-right.gif) left top no-repeat;
	padding:10px 14px;
	display:block;
}
.error-bg{
	background:#ffeeee;
}
.nobold{
	font-weight:normal !important;
}
.font12{
	font-size:13px!important;
}
.font20{
	font-size:20px;
}
.font18{
	font-size:18px;
}
.font25{
	font-size:25px;
}
.font-bold{
	font-weight:bold;
}
.marginleft10{
	margin-left:8px;
}

.container .border-bottom{
	border-bottom:1px solid #B9B9B9;
}

.wrapper{
	width:934px;
	margin:0 auto;
}
.container{
	width:100%;
	display:inline-block;
	padding-bottom:50px;
}
/*---- Header  ----*/
/*-------- Before Login -------*/

.memberbar{
	width:100%;
	display:inline-block;
	text-align: right;
	/* padding-bottom:2px; */                                                                                   /* COMMENT BY KIM */
}
.memberbar a:hover{
	text-decoration:none;
}

.memberbar a.button-left,.memberbar a.button-right{
	color:#FFF;
	float:right;

	/*height:28px;*/                                                                                        /* COMMENT BY KIM */
    height:30px;

	display:block;
	text-decoration:none;
}
.memberbar a.button-left:hover,.memberbar a.button-right:hover{
	color:#fffb96;
}

.memberbar a.button-left:hover,.memberbar a.button-right:hover{
	color:#fffb96;
}
.button-left{
	background:url(../../image/blue-button.png) left top  no-repeat;
}
.memberbar a.button-right{
	background:url(../../image/blue-button.png) right top  no-repeat;

}
.button-left span,.button-right span{
	margin-bottom:2px;
	padding:8px 15px;
	line-height:20px;
}
.button-left span{
	border-right:1px solid #0372a3;
}
.button-right span{
	border-left:1px solid #67bde3;
}

/*-------- After Login -------*/

.logobar{
	width:100%;
	display:inline-block;
	text-align: right;
	padding:8px 0;
}
.logobar a:hover{
	text-decoration:underline;
	font-weight:bold;
}

.logobar a{
	text-decoration:none;
	font-weight:bold;
}

.logobar a.button-left,.logobar a.button-right{
	color:#FFF;
	float:right;
	height:28px;
	display:block;
	text-decoration:none;
}
.logo{
	float:left;
	margin-bottom:-20px;
	margin-left:10px;
	margin-top:-18px;
	width:25%;
}
.menu{
	float:right;
	width:70%;
	margin-top:50px;
}
.menu ul li a{
	display:block;
	float:left;
	color:#a7a7a7;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	height:41px;
	line-height:38px;
	margin:0 15px;
}
.menu ul li {
	float:right;
}
.menu ul li a.active,.menu ul li a.active:hover{
	background:url(../../image/menu-button.gif) left top no-repeat;
	height:40px;
	padding-left:8px;
	float:left;
}
.menu ul li a.active span{
	background:url(../../image/menu-button.gif) right top no-repeat;
	float:left;
	color:#FFF;
	height:40px;
	margin-right:-3px;
	position:relative;
	z-index:10;
}
.menu ul li a.active span.home,.menu ul li a.active span.dashboard,.menu ul li a.active span.how-it-works,
.menu ul li a.active span.faq,.menu ul li a.active span.contact{
	float:left;
	height:40px;
	margin:0 18px 0 10px;
	padding-left:25px;
	_padding-left:12px;
	_margin-left:19px;
	cursor:pointer;
}
.menu ul li a.active span.home{
	background:url(../../image/icon-home.png) left center no-repeat;
}
.menu ul li a.active span.dashboard{
	background:url(../../image/icon-dashboard.png) left center no-repeat;
}
.menu ul li a.active span.how-it-works{
	background:url(../../image/icon-how-it-works.png) left center no-repeat;
}
.menu ul li a.active span.faq{
	background:url(../../image/icon-faq.png) left center no-repeat;
}

.menu ul li a.active span.contact{
	background:url(../../image/icon-contact.png) left center no-repeat;
}
.menu ul li a:hover {
	color:#fe7100;
}

.header-bottom{
	width:100%;
	display:inline-block;
	padding-top:6px;
	position:relative;
}
.recent-news{
	float:left;
	font-weight:bold;
	position:absolute;
	left:380px;
	top:8px;
}
.recent-news span.left{
	margin-left:25px;
}
.recent-news span.italic-font{
	color:#a0a0a0;
	font-size:11px;
	margin-left:5px;
}
.rss{
	background:url(../../image/rss.png) left top no-repeat;
	width:22px;
	height:18px;
}
.facebook{
	background:url(../../image/facebook.gif) left top no-repeat;
	padding-left:20px;
	display:inline-block;
	height:16px;
    
}
.twitter{
	background:url(../../image/tweet.gif) left top no-repeat;
	padding-left:20px;
	display:inline-block;
	height:16px;
}
.email{
	background:url(../../image/email.gif) left top no-repeat;
	padding-left:20px;
	display:inline-block;
}

a.rss,a.facebook,a.twitter{
	text-decoration:none;
}
/*---- Container ----*/
.banner{
	margin-top:12px;
}
.column{
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	zoom:1;
}
.fully-automatic{
	background:url(../../image/fully-automatic.gif) left top no-repeat;
	width:231px;
	padding:30px 20px 10px 200px;
	margin-right:20px;
	float:left;
}
.column h2{
	font-size:25px;
	margin-bottom:15px;
}
.free-service{
	background:url(../../image/free.gif) left top no-repeat;
	float:left;
	padding:30px 20px 10px 200px;
	width:235px;
}
.column  span.blue-font{
	color:#005693;
	font-weight:bold;
}

/*---- Footer----*/
.footer{
	background:url(../../image/footerbg.gif) left top repeat-x;
	width:100%;
	display:inline-block;
	border-top:1px solid #ccc;
	padding:10px 0;
	height:10px;
}
.footer-main{
	margin:0 auto;
	width:934px;
	color:#777;
	font-size:11px;
}
.footer-main ul li{
	float:left;
	padding:0 10px;
}
.footer-main ul li a{
	display:block;
	color:#0065ac;
	text-decoration:none;
	font-size:11px;
}
.footer-main ul li a:hover {
	text-decoration:underline;
}
/*overview page style*/ 
.contactbg .normal_state{
	padding:0;
}
.contactbg .normal_state a{
	margin:0;
}
.overview .sub-menu{
	position:absolute;
	left:370px;
	_left:340px;
	top:3px;
}
.overview .how-works{
	left:310px;
	_left:270px;
}
.overview .sub-menu li{
	float:left;
	margin-left:32px;
}
.overview .sub-menu a{
	float:left;
	display:block;
	padding:5px 0;
	color:#fee8be;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.overview .sub-menu a.sub-menu-active, .overview .sub-menu a.sub-menu-active:hover{
	color:#4f2700;
}

.overview .sub-menu a:hover{
	color:#FFFFFF;
}

body  .box h1,body.contactbg .box h1{
	background:url(../../image/blue-line.png) left bottom no-repeat;
	padding:10px 0 30px 0;
	margin:40px 0 15px 0;
	font-size:30px;
	color:#333333;
	_padding-bottom:20px;
	_margin-bottom:30px;
	
} 
.overview .box{
	width:100%;
	overflow:hidden;
	zoom:1;
	margin-top:15px;
}
.overview .box ul.data-list li{
	float:left;
	width:42%;
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 15px 0px;
	padding:5px 0 5px 45px;
}
.overview .box  .orange-font{
	font-size:25px;
	margin-right:10px;
}
.overview .reset-box {
	padding-bottom:15px;
}
.overview .reset-box .box-header{
	background:none;
	padding:0;
	margin-bottom:0;
}
.overview .account-box{
	padding:0;
}
.icon1{
	background:url(../../image/overview_icon1.gif) 4px 2px no-repeat;
}
.icon2{
	background:url(../../image/overview_icon2.gif) 7px 2px no-repeat;
}
.icon3{
	background:url(../../image/overview_icon3.gif) 4px 2px no-repeat;
}
.icon4{
	background:url(../../image/overview_icon4.gif) 7px 2px no-repeat;
}
.icon5{
	background:url(../../image/overview_icon5.gif) left 2px no-repeat;
}
.icon6{
	background:url(../../image/overview_icon6.gif) 7px 3px no-repeat;
}
a.stor-up,a.stor-down,a.stor-normal,a.stor-up,a.stor-down,a.stor-normal{
	background:url(../../image/sort.png) 0 0 no-repeat;
	height:13px;
	width:10px;
	display:inline-block;
	margin-left:3px;
	margin-right:-15px;	
}
a.stor-normal{
	background-position:2px 3px;
}
a.stor-up{
	background-position:-20px 3px;
}
a.stor-down{
	background-position:-41px 3px;
}
.question-tips{
	background:url(../../image/question.gif) left -1px no-repeat;
	padding-right:16px;
	height:16px;
	margin-left:5px;
	display:inline-block;
	
}
.function-bar{
	overflow:hidden;
	zoom:1;
	margin:0px 0 5px 0;
}
.data-list{
	width:100%;
	display:inline-block;
	padding-bottom:20px;
	*padding-bottom:40px;
}
.search-box,.select-box,.show a,.show span{
	padding:5px 0;
}

.show a{
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;

}
.show a:hover{
	text-decoration:underline;
}

.show span.left{
	color:#555;
	font-weight:bold;
}
.show a.show-active{
	background:url(../../image/orange-bg.gif) left top no-repeat;
	color:#FFF;
	padding:0 0 0 5px;
	margin-right:3px;
}
.show a.show-active:hover{
	text-decoration:none;
}	

.show a.show-active span{
	background:url(../../image/orange-bg.gif) right top no-repeat;
	position:relative;
	z-index:10;
	float:left;
	margin-right:-3px;
	padding:3px 5px 5px 0;
	cursor:pointer;
}
 .select-box{
	background:#f6f6f6;
	border:1px solid #acacac;
	padding:5px 9px;
	color:#757575;
	font-weight:bold;
	margin:0 15px;
}
 .select-box select{
	margin-left:10px;
	width:100px;
	font-size:12px;
	color:#a8a8a8;
}

.select-box span{
	float:left;
}

.select-box input{
	margin-left:10px;
	width:70px;
	font-size:11px;
	color:#a8a8a8;
    text-align:center;
}

.select-box img{
	border:none;
	vertical-align:middle;
}
 .graybg{
	background:#f2f2f2 url(../../image/graybg.gif) left top repeat-x;
	border:1px solid #b9b9b9;
	padding:5px 10px;
	margin-right:8px;
}
.year-select{
	padding:0;
	margin-top:30px; 
    text-align:right;
    width:100px;
}
.year-select select{
	font-size:12px;
	color:#888;
	margin-left:5px;
	float:right;
}
.year-select label{
	padding-top:5px;
	float:right;
}
.search-box{
	float:right;
	margin-right:10px;
    width:220px;
}
.search-box input{
	font-weight:bold;
	color:#9f9f9f;
}

.search{
	background:url(../../image/icon-search.gif) left top no-repeat;
	height:25px;
	width:25px;
	display:block;
}

.next-page{
	width:98%;
	display:inline-block;
	padding:5px 1%;
	font-weight:bold;
	color:#555;
	font-size:11px;
	background:url(../../image/next-pagebg.gif) left top repeat;
	border-top:1px solid #B9B9B9;
}
.next-page a{
	display:block;
	float:left;
	margin:0 4px;
}
.next-page a:hover{
	text-decoration:underline;
}
.gray-double-arrow-l,.gray-arrow-l,.gray-arrow-r,.gray-double-arrow-r{
	width:16px;
	display:inline-block;
	padding-bottom:2px;
}

.gray-double-arrow-l-active,
.gray-double-arrow-l-inactive,

.gray-arrow-l-active,
.gray-arrow-l-inactive,

.gray-arrow-r-active,
.gray-arrow-r-inactive,

.gray-double-arrow-r-active,
.gray-double-arrow-r-inactive {
	width:16px;
	display:inline-block;
	padding-bottom:2px;
}




a.gray-double-arrow-l:hover,a.gray-arrow-l:hover,a.gray-arrow-r:hover,a.gray-double-arrow-r:hover{
	text-decoration:none;
}

a.gray-double-arrow-l-active:hover,
a.gray-double-arrow-l-inactive:hover,

a.gray-arrow-l-active:hover,
a.gray-arrow-l-inactive:hover,

a.gray-arrow-r-active:hover,
a.gray-arrow-r-inactive:hover,

a.gray-double-arrow-r-active:hover ,
a.gray-double-arrow-r-inactive:hover {
	text-decoration:none;
}


.gray-double-arrow-l{
	background:url(../../image/gray-double-arrow-l.gif) left top no-repeat;
}
.gray-double-arrow-l-active{
	background:url(../../image/gray-double-arrow-l-active.gif) left top no-repeat;
}
.gray-double-arrow-l-inactive{
	background:url(../../image/gray-double-arrow-l-inactive.gif) left top no-repeat;
}




.gray-arrow-l{
	background:url(../../image/gray-arrow-l.gif) left top no-repeat;
}
.gray-arrow-l-active{
	background:url(../../image/gray-arrow-l-active.gif) left top no-repeat;
}
.gray-arrow-l-inactive{
	background:url(../../image/gray-arrow-l-inactive.gif) left top no-repeat;
}

.gray-arrow-r{
	background:url(../../image/gray-arrow-r.gif) left top no-repeat;
}
.gray-arrow-r-active{
	background:url(../../image/gray-arrow-r-active.gif) left top no-repeat;
}
.gray-arrow-r-inactive{
	background:url(../../image/gray-arrow-r-inactive.gif) left top no-repeat;
}


.gray-double-arrow-r{
	background:url(../../image/gray-double-arrow-r.gif) left top no-repeat;
}
.gray-double-arrow-r-active{
	background:url(../../image/gray-double-arrow-r-active.gif) left top no-repeat;
}
.gray-double-arrow-r-inactive{
	background:url(../../image/gray-double-arrow-r-inactive.gif) left top no-repeat;
}

.nedxt-page-active{
	color:#9e9e9e;
}

/*.data-form table th,.data-form table td{
	padding:7px 0;
}*/
.data-form table td a.shallow-blue-button{
	margin:0 5px;
	_margin:0 3px;
}
.data-form table td{
	padding:7px 0;
}
.data-form table .reset-padding{
	padding-right:20px;
    padding-left:5px;
}

.data-form table th.bluebg-left{
	background:url(../../image/bluebg-l.gif) left top no-repeat;
}
.data-form table th{
	background:url(../../image/bluebg-main.gif) left top repeat-x;
	color:#FFF;
	height:28px;
}
.data-form table th.bluebg-right{
	background:url(../../image/bluebg-r.gif) right top no-repeat;
}
.data-form table td a{
	font-weight:bold;
}
.data-form table td a:hover{
	text-decoration:underline;
}
.data-form table th.prominent{
	border-right:1px solid #d2edf9;
	border-left:1px solid #d2edf9;
	background:#ff900c;
	margin-right: 5px;
    padding-left:4px; 

}
.data-form table td.prominent {
	background:url(../../image/transparent-yellowbg.png) right top repeat;
	_background:#fffcb9;
   
}
.data-form table td.pad-left {
    padding-left:5px;
}

a.Gray_btn {
	background:url(../../image/gray_btn_left.gif) left top no-repeat;
	float:left;
	padding-left:8px;
	text-decoration:none;

}

a.Gray_btn span{
	background:url(../../image/gray_btn_right.gif) scroll right top no-repeat;
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:23px;
	line-height:18px;
	padding-right:8px;
	padding-top:2px;
	text-decoration:none;
	cursor:pointer;
}

a.Gray_btn:hover span{
	color:#000000;
}

.overview .wrap-games-box h1{
	background:none;
	margin:30px 0 20px 0;
	*margin:40px 0 30px 0;
}
.overview  .wrap-games-box {
	overflow:inherit;
	padding-bottom:120px;
	padding-top:10px;
	display:inline-block;
	width:100%;
}

.tab-menu li a,.tab-menu li a span,.error,a.tip,a.blue-button,a.blue-button span,
.tab-menu li a.avtice,.tab-menu li a.avtice span,.step1 .icon-step1,
.step2 .icon-step2,.step3 .icon-step3,.success,.app,.small-success,
.progress-bar ul li{
	background:url(../../image/wrap_game_normalUpload.gif) 0 bottom no-repeat;
}

.step1 .icon-step1,.step2 .icon-step2,.step3 .icon-step3{
	height:23px;
	width:24px;
	font-weight:bold;
	margin:0 auto!important;  /*center style for firefox */
	*margin:0!important;/*reset margin for IE7 */
	*margin:0;/*reset margin for IE6 */
}
.step-box-header .right .arrow{
	color:#9d9d9d;
	font-size:12px;
	font-weight:bold;
	margin:0 3px;
	float:left;
	padding-top:3px;
}
.current .step-text{
	color:#555;
}

.step1 .icon-step1{
	background-position:0px -88px;
}
.step2 .icon-step2{
	background-position:-30px -88px;
}
.step3 .icon-step3{
	background-position:-63px -88px;
}
.current .icon-step1{
	background-position:0px -114px;
}
.current .icon-step2{
	background-position:-30px -114px;
}
.current .icon-step3{
	background-position:-63px -114px;
}
.step-box-header .step-text{
	margin-top:5px;
	font-size:11px;
}
.step-box-header{ 
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	display:inline-block;
	width:100%;
	margin-bottom:16px;
}
.step-box-header h2{
	font-size:20px;
	padding-top:20px;
}	
.step-box-header .step1,.step2,.step3{
	float:left;
	font-weight:bold;
	color:#9d9d9d;
	text-align:center;
	margin:0 3px;
}
.wrap-games-box .tab-menu ul,.wrap-games-box .how-is-works ul{
	width:100%;
	display:inline-block;
	background:url(../../image/blue-line.png) left bottom no-repeat;
	padding-bottom:17px;
	padding-top:10px;
}
.wrap-games-box .tab-menu li {
	float:left;
	margin-right:10px;
}
.tab-menu li a {
	background-position:0px -22px;
	display:block;
	float:left;
	padding:0 0 0 10px;
}
.tab-menu li a span {
	background-position:right -22px;
	color:#fff;
	display:inline-block;
	float:left;
	height:22px;
	line-height:22px;
	margin-right:-5px;
	padding-right:10px;
	font-weight:600;
	_position:relative;
	_z-index:10;
	cursor:pointer;
}
.tab-menu li a:hover span{
	color: #333;

}
.tab-menu li a.active {
	background-position:left 0px;
}
.tab-menu li a.active span ,.tab-menu li a.active:hover span{
	background-position:right 0px;
	cursor:text;
	color:#FFF;

}
.step-box{
	margin:10px 0;
}
.information-form{
	display:inline-block;
	width:100%;
}
.reset-bottom-spacing  .information-form .upload-progress{
 	padding-bottom:1px;
}

.information-form .red{
	color:#e60000;
}
.small-font{
	font-size:11px;
}
.information-form  ul,.information-form  ul li{
	width:100%;
	float:left;
    
}
.information-form  ul li{
	margin:5px 0;
}
.information-form  ul li label{
	float:left;
	width:15%;
	padding-top:4px;
	font-weight:bold;
	color:#333;
    height:19px;
}
.information-form  ul li input{
	width:258px;
	border:1px solid #b9b9b9;
	padding:2px;
	margin:0 5px;
	float:left;
	color:#888;
	font-size:12px;
}
.information-form  ul li input.redborder{
	border:1px solid #e60000;
}
.information-form  ul li textarea.redborder {                                                               /* added by kim */
    border:1px solid #e60000;
}

.error{
	background-position:-68px -145px;
	color:#E60000;
	font-weight:bold;
	padding-left:20px;
	padding-top:4px;
}
.small-success{
	background-position:left -232px;
	color:#2c6e00;
	padding-left:20px;
	padding-top:4px;
}
a.tip{
	background-position:-68px -164px;
	height:18px;
	width:16px;
}
a.blue-button{
	padding-left:12px;
	background-position:-6px -48px;
	display:block;
	float:left;
	cursor:pointer;
}
a.blue-button span{
	background-position:right -48px;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:-4px;
	padding-right:30px;
	padding-top:9px;
	float:left;
	height:23px;
	_position:relative;
	_z-index:100;
	cursor:pointer;
}
a.blue-button:hover span,a.green-button:hover span,a.bule-button-normal:hover span{
	color:#fffb9a;
}

a.bule-button-normal{
	background:url(../../image/blue-button-normal-l.gif) left top no-repeat;
	padding-left:11px;
	display:block;
	margin:3px 0 3px 8px;
	float:left;
}
a.bule-button-normal span{
	background:url(../../image/blue-button-normal-r.gif) right top no-repeat;
	padding:9px 14px 0 3px;
	height:22px;
	cursor:pointer;
	float:left;
	color:#fff;
	font-weight:bold;
	
}

a.green-button{
	background:url(../../image/green-button-design-left.gif) left top no-repeat;
	padding-left:50px;
	display:block;
	float:left;
	cursor:pointer;
}
a.gree-button-normal{
	background:url(../../image/green-button-left.gif) left top no-repeat;
	padding-left:15px;
}
a.green-button span{
	background:url(../../image/green-button-right.gif) right 1px no-repeat;
	padding-right:15px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-right:15px;
	padding-top:12px;
	float:left;
	height:26px;
	cursor:pointer;
}
a.yellow-button{
	background:url(../../image/yellow-button-l.gif) left top no-repeat;
	float:left;
	display:block;
	padding-left:10px;
    margin-left:0px; /* kim orgin valuu 10px */
}
a.yellow-button span{
	background:url(../../image/yellow-button-r.gif) right top no-repeat;
	padding-right:10px;
	padding-top:3px;
	height:19px;
	float:left;
	color:#333;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
a.shallow-blue-button{
	background:url(../../image/shallow-blue-button-l.gif) left top no-repeat;
	float:left;
	display:block;
	padding-left:10px;
}
a.shallow-blue-button span{
	background:url(../../image/shallow-blue-button-r.gif) right top no-repeat;
	padding-right:10px;
	height:19px;
	padding-top:3px;
	color:#555;
	float:left;
	font-weight:normal;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}
a.shallow-blue-button:hover span,a.yellow-button:hover span{
	color:#000;
}
.data-form a.shallow-blue-button:hover{
	text-decoration:none;
}

.information-form a.blue-button{
	margin:0 5px;
}
.tip-popup{
	left:8px;
	position:absolute;
	top:5px;
	width:218px;
	z-index:500;	
}
.tip-popup-mind{
	background:#d5eefb url(../../image/tip-bluebg.gif) left top repeat-x;
	border-right:1px solid #4a9fd3;
	border-left:1px solid #4a9fd3;
	padding:0px 5px;
	float:left;
	width:208px;

}
.tip-popup-mind a.close{
	font-size:9px;
	margin-top:-7px;
	position:relative;
	z-index:100;
}
.tip-popup-mind a.close:hover{
	text-decoration:none;
}
.tip-popup-mind p{
	color:#555555;
	display:inline-block;
	font-size:11px;
	font-weight:normal;
	padding:0 3px;
	text-align:left;
	width:94%;
}

.success-box{
	width:100%;
	display:inline-block;
	margin:0px 0 10px 0;
	padding-bottom:100px;
	padding-top:10px;
	border-bottom:1px solid  #d6d6d6;
}
.success-box .success-text{
	color:#2c6e00;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	width:92%;
}
.success{
	background-position:0px -145px;
	width:55px;
	height:55px;
	
}
.success-box .success{
	margin-top:5px;
}
.container .information-form .button{
	width:100%;
	overflow:hidden;
	zoom:1;
}
.container .wrap-games-box .button{
	margin-top:0px;
}
.container .information-form .button .small-font{
	width:100%;
	float:left;
	color:#777;
	margin-top:2px;
}
.information-form .upload-progress h4{
	font-size:20px;
	padding-bottom:20px;
}
.upload-progress{
	border-bottom:1px solid #CCCCCC;
	padding:40px 0 40px 0;
	_padding:35px 0 25px 0;
	margin-bottom:10px;
}
.progress-bar{
	border:1px solid #acacac;
	width:509px;
	padding:15px 10px 5px;
	background:#f8f8f8;
	display:inline-block;
	margin-top:15px;
}

.progress-bar h5{
	font-size:12px;
	margin-bottom:5px;
}
.progress-data{
	color:#007a0b;
	font-size:13px;
	width:100%;
	font-weight:bold;
	float:left;
	margin-bottom:5px;
}
.progress-data .progressbg{
	background:#d5d5d5;
	width:453px;
	height:8px;
	margin:5px 10px 0px 0;
	float:left;
	line-height:0;
	font-size:0;
}
.progress-current{
	display:block;
	background:#128d1d;
	height:8px;
}
.progress-bar ul{
	padding:0;
	width:509px;
	*width:489px;
}
.progress-bar ul li {
	background-position:-72px -185px;
	padding-left:15px;
}
.progress-bar ul li input{
	width:186px;
	margin:0 10px 0 0;
}
.progress-bar ul li .error{
	font-weight:normal;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
	margin:1px 10px 0 0;
}
.progress-bar ul li .small-font{
	color:#888;
	margin-top:1px;

}
.progress-bar .tip{
	margin:2px 16px 0 10px;
}
 .tips-position{
	position:relative;
	float:left;
}
.progress-bar-close{
	color:#777777;
	font-size:12px;
	font-weight:bold;
	margin-right:-3px;
	margin-top:-10px;
	position:relative;
	z-index:100;
}
.progress-bar ul li .tip-popup{
	left:18px;
	position:absolute;
	top:5px;
	width:218px;
}
.container .step-box .information-form .button-wrap-game .blue-button{
	margin:10px 0 0 0;
}
.overview .reset-bottom-spacing{
	margin-bottom:-20px;
	padding-bottom:0;
}
/*------- popup style ------------*/
.cover-level{
	background:#000;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60);
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:500;
}
.ajax-popup{
	height:565px;
	left:50%;
	position:absolute;
	top:20%; 
	width:875px;
	z-index:1000;
	margin-left:-420px;
}

.ajax-popup-main{
	background:url(../../image/ajax-popup-main.png) left top repeat;
	width:870px;
	display:inline-block;
}
.ajax-popup-main-header{
	background:#169edb url(../../image/bluebg.gif) left top repeat-x;
	padding:10px 20px 15px 20px;;
	width:810px;
	margin:0 10px;

}
.ajax-popup-main-header a.close{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	margin-top:-13px;
	margin-right:-5px;
	
	
}
.ajax-popup-main-header h3{
	font-size:20px;
	color:#FFF;
}
.ajax-popup-main-content{
	margin:0 10px;
	background:#fff;
	padding:10px 20px; 
	width:810px;
	overflow:hidden;
	zoom:1;
}
.search-bar{
	width:100%;
	float:left;
	margin:5px 0 30px 0;
}
.yellowbg-box{
	padding:10px;
	background:#fffed7;
	border:1px solid #ffde5c;
	float:left;
}
.ajax-popup-main-content h4{
	font-size:14px;
	margin-bottom:5px;
}
.ajax-popup-main-content .information-form .explain{
	color:#555;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
.ajax-popup-main-content .information-form .explain a:hover{
	text-decoration:underline;
}
.yellowbg-box select,.greenbg-box select{
	font-size:14px;
	color:#333;
	width:208px;
	margin-right:10px;
	float:left;
}
.greenbg-box select{
	margin:0;
}
.or{
	margin:30px 30px 0 30px;
	font-size:16px;
	font-weight:bold;
}
.greenbg-box{
	padding:10px;
	background:#e5ffcd;
	border:1px solid #94d25b;
	float:left;
}
.search-result{
	font-size:20px;
	font-weight:bold;
	color:#ff5a00;
}
.result-select{
	margin-top:20px;
}
.result-select a:hover,.ajax-popup-main-content .login-form ul li a:hover{
	text-decoration:underline;
}
.save-preset{
	margin:5px 0 0 0;
}
.save-preset h4{
	margin:0;
	padding-bottom:10px;

}
.save-preset input{
	border:1px solid #b9b9b9;
	color:#888;
	float:left;
	margin-right:5px;
	width:175px;
}
a.light-green-button{
	background:url(../../image/lightgreen-buttonleft.gif) left top no-repeat;
	padding-left:10px;
	display:block;
	float:left;
}
a.light-green-button span{
	background:url(../../image/lightgreen-buttonright.gif) right top no-repeat;
	padding-right:10px;
	display:block;
	float:left;
	cursor:pointer;
	color:#555;
	font-size:12px;
	height:23px;
	line-height:20px;
}
a.light-green-button:hover span{
	color:#000;
}
.option-list{
	width:100%;
	display:inline-block;
	margin:10px 0;
}
.option-list ul{
	overflow-y:scroll;
	height:250px;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:5px 0 10px 0px;
}
.option-list ul li{
	padding:5px 0;
	color:#555;
	float:left;
	width:20%;
	*width:19.5%;

}
.option-list .inputcheckbox{
	margin-right:10px;
}
.ajax-popup-main-content .error{
	margin-top:10px;
	margin-left:15px;
	font-weight:normal;
}
.ajax-popup-main-content .information-form ul li label{
	width:17%;
}
.ajax-popup-main-content .information-form ul li .error{
	margin:0 5px;
}
.ajax-popup-main-content .information-form{
	margin-bottom:10px;
}
.ajax-popup-main-content .login-form ul li label{
	width:11%;
}

.ajax-popup-main-content .login-form ul li label#remember-me{                                               /* added by andreas */
	text-decoration:none;
	width:10%;
	margin-top:-5px;
    font-weight:normal;
}
.login-form ul li .side-spacing{
	margin:0 10px;
}
.login-form ul li .inputcheckbox{
	border:none;
}

/*------- popup style end------------*/
.overview .box-header h1{
	background:none;
	padding:10px 0 0 0;
	margin:15px 0 15px 0;
}
.overview .box-header, .tmg-box{
	background:transparent url(../../image/blue-line.png) left bottom no-repeat;
	padding:0px 0 25px 0;
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.overview .box-header .gray-font{
	margin-left:3px;
}
.overview .box-header .gray-font a:hover{
	text-decoration:underline;
}
.overview .box-header .button_location{
	margin-top:30px;
}
.red-delete{
	color:#e60000;
	font-size:10px;
}
	
.data-form table td a.Gray_btn span{
	font-size:11px;
	margin-right:5px;
}
.container .data-form table td a.red-delete{
	font-weight:normal;
}
.container .data-form table td a.Gray_btn:hover,.container .data-form table td a.app:hover,
.container .data-form table td a.red-delete:hover{
	text-decoration:none;
}
.container .data-form table td a.orange-font{
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
}
.app{
	background-position:0 -210px;
	padding-left:15px;
	padding-top:6px;
}
/*.container .data-form table td.rightborder{
	border-right:1px solid #d7d7d7;
}
.container .data-form table th.rightborder{
	border-right:1px solid #8dd1ef;
}
.container .data-form table td input{
	border:1px solid #B9B9B9;
	color:#888888;
	font-weight:bold;
	margin-right:5px;
}20100301*/
.table-label-bold{
	color:#555;
    font-size:12px;
    font-weight:bold;
}

.build-name{
	color:#555;
	font-weight:bold;
}
.data-form table td.build-name a{
	font-size:11px;
	font-weight:normal;
	margin-left:5px;
}
.error-message{
	background:#FFEDF0 none repeat scroll 0 0;
	border:1px solid #FF6E6E;
	color:#C60000;
	/*float:left;*/
	font-weight:bold;
	padding:10px 15px;
	width:96.5%;
	position:relative;
	z-index:50;
}
.success-message{
	background-color:#e5ffcd;
	border:1px solid #94d25b;
	padding:10px 15px;
	width:96.5%;
}
.box .error-message{
	margin-bottom:20px;
	margin-top:-10px;
}
.reset-box .error-message{
	margin:10px 0 0 0;
} 

.confirmation-text-input{
	width:285px;
}
.data-form table td a.Gray_btn span.font-bold{
	font-weight:bold;
}
.data-form table td a.Gray_btn span.reset-button-padding{
	padding-left:4px;
	padding-right:12px;
}
.container .button{
	margin-top:20px;
}
.container .blue-button{
	margin-left:192px;
	_margin-left:96px;
}
.data-form table td .tip-popup{
	left:14px;
}

a.massUpload-btn,a.normalUpload_btn{
	width:265px;
	height:23px;
	display:block;
	padding-top:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
a.massUpload-btn,a.massUpload-not-clickable{
	background:url(../../image/massUpload_btn.gif) left 0px no-repeat;
}
a.normalUpload_btn,a.normalUpload-not-clickable{
	background:url(../../image/normalUpload_btn.gif) left 0px no-repeat;
}
a.normalUpload_btn:link,a.massUpload-btn:link{
	background-position:left 0px;
}
a.normalUpload_btn:hover,a.massUpload-btn:hover{
	background-position:left -35px;
	color:#fffb9a;
}
a.normalUpload_btn:active,a.massUpload-btn:active{
	background-position:left -70px;
}
.button a.normalUpload-not-clickable,.button a.normalUpload-not-clickable:link,.button a.normalUpload-not-clickable:hover,
.button a.massUpload-not-clickable,.button a.massUpload-not-clickable:link,.button a.massUpload-not-clickable:hover{
	background-position:left -105px;
	color:#fff;
	cursor:text;
	display:block
}
body.contactbg .box h1{
	margin-top:40px;
	margin-bottom:10px;
	_margin-bottom:20px;
}
body.contactbg h4{
	font-size:14px;
	color:#333;
	margin-bottom:20px;
}
 
body.contactbg .information-form {
	position:relative;
}
body.contactbg .envelope{
	background:url(../../image/envelope.gif) right top no-repeat;
	height:104px;
	width:134px;
	position:absolute;
	right:0;
	top:-5px;
	padding-right:134px;
}
body.contactbg .envelope .small-font{
	margin-top:20px;

}
body.contactbg textarea{
	border:1px solid #B9B9B9;
	color:#888888;
	width:470px;
	height:208px;
	margin-left:5px;
}
body.contactbg .information-form ul li label{                                                               
	width:10%;                                                                                               /* fix by kim from 8% to 10% */
}
.faq-main .first{
	font-size:14px;
	color:#888;
	font-weight:bold;
}
.contactbg .container .faqtitle-box h1{
	background:none;
	padding:50px 0 20px 0;
    font-size:30px;                                                                                         /* added line by kim */
}
.answers dl{
	float:left;
	width:100%;
	padding:10px 0;
}
.answers dt,.answers dt a{
	width:100%;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	color:#000;
}
.answers dd{
	width:100%;
	color:#555;
	padding-top:10px;
	line-height:18px;
}
.answers dd a:hover,.question-main ol li a:hover {
	text-decoration:underline;
}
.question-box{
	width:100%;
	padding-bottom:20px;
}
.question-main{
	background: #ddf4ff url(../../image/questionbluebg.gif) left top repeat-x;
	width:927px;
	border-right:1px solid #74bde9;
	border-left:1px solid #74bde9;
}
.question-main h2{
	font-size:15px;
	padding:15px 30px 10px;
}
.question-main ol{
	color:#333;
	font-weight:bold;
	padding-left:50px;
	*padding-left:55px;
	list-style-position:outside;
	font-size:12px;
}
.question-main ol li{
	padding:5px 0;
}
.data-form .progressbg{
	width:200px;
}
.upload-progress .error-message{
	margin:0 0 15px 0;
}
.error-bg td{
	border-bottom:1px solid #fff;
}
a.Gray_btn span.set-button{
	padding:2px 11px 0 3px;
}
.box h1.how-works-title{
	padding-bottom:35px;
}
.how-works-text .button {
	margin:5px 0 30px 375px;
}
.how-works-text p{
	padding:0 35px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:28px;
	text-align:center;
}
.how-works-text{
	padding:0px 0 30px 0;
	width:100%;
	display:inline-block;
}
.how-works-main h3{
	font-size:20px;
	color:#333;
	padding-bottom:15px;
}
.how-works-main h3.gray-link{
	padding:10px 0 40px 0;
}
.sequence dt{
	color:#a4daf4;
	font-size:35px;
	font-weight:bold;
	float:left;
	line-height:36px;
	padding-top:20px;
	margin-right:5px;

}
.sequence dd p .small-font{
	color:#777;
}
.sequence{
	width:100%;
	display:inline-block;
	margin-top:-20px;
	margin-bottom:20px;
	
}
.sequence .big-blue-arrow,.process .big-blue-arrow{
	margin:20px 20px 18px 17px;
}
.sequence .big-blue-arrow{
	margin-top:40px;
}
.sequence dl{
	float:left;
}
.sequence dd{
	float:left;
}
.process1{
	width:30%;
}
.process1 dd{
	width:88%;
}
.process2{
	width:24%;
}
.process2 dd{
	width:80%;
}
.process3{
	width:28%;
}
.process3 dd{
	width:60%;
}
.process1 .sequence-text{
	background:url(../../image/wrapping-process1.gif) left center no-repeat;
	padding-left:114px;
}
.process2 .sequence-text{
	background:url(../../image/wrapping-process2.gif) left center no-repeat;
	padding-left:76px;
	width:60%;
}
.process3 .sequence-text{
	background:url(../../image/wrapping-process3.gif) left top no-repeat;
	padding-left:95px;
	width:88%;
}
.sequence-text{
	height:120px;
	display:table;
	_flaot:left;
}
.sequence dd p{
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:20px;
	display:table-cell;
	vertical-align:middle;
	
}
.text-description{
	font-size:15px;
	font-weight:bold;
	padding-bottom:20px;	
}
.process{
	width:100%;
	display:inline-block;
	padding-bottom:45px;
}
.process dl{
	width:28%;
	float:left;
}
.process dd{
	width:52%;
	padding-left:10px;
	float:left;
}
.wrapping1{
	background:url(../../image/wrapping1.gif) left top no-repeat;
	width:115px;
	height:96px;
}
.wrapping2{
	background:url(../../image/wrapping2.gif) left top no-repeat;
	width:111px;
	height:103px;
}
.wrapping3{
	background:url(../../image/wrapping3.gif) left top no-repeat;
	width:103px;
	height:77px;
}
.process-text{
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	height:82px;
	line-height:18px;
	color:#333;
	_float:left;
}
.small-blue-arrow{
	background:url(../../image/samll-arrow-blue.gif) left top no-repeat;
	height:30px;
	padding-left:34px;
}
.revenue-share .small-blue-arrow{
	margin-top:30px
}
.blue-box{
	background:url(../../image/blue-box-left.gif) left top no-repeat;
	padding-left:12px;
	float:left;
	height:92px;
	display:table;
	margin-right:5px;
}
.blue-box-main{
	background:url(../../image/blue-box-right.gif) right top no-repeat;
	padding:5px 12px 5px 0;
	color:#000;
	display:table-cell;
	vertical-align:middle;
	height:82px;
	text-align:center;
	line-height:24px;
	_float:left;
}
.blue-box-main .shallow-gray-font{
	line-height:18px;
}
.toward-left{
	text-align:left;
}
.yellow-box{
	float:left;
	width:370px;
}
.yellow-box-top{
	background:url(../../image/yellow-box-top.gif) left top  no-repeat;
	width:370px;
	height:10px;
	font-size:0;
	line-height:0;
}
.yellow-box-bottom{
	background:url(../../image/yellow-box-bottom.gif) right bottom  no-repeat;
	width:370px;
	height:9px;
	font-size:0;
	line-height:0;
	display:inline-block;
}
.yellow-box-main{
	background:#fff2b6 url(../../image/yellow-bg.gif) left top  repeat-x;
	padding:5px 15px;
	border-left:2px solid #ff9c00;
	border-right:2px solid #ff9c00;
	line-height:20px;
	width:336px;
}
.yellow-box-main h4{
	font-size:18px;
	margin:5px 0;
}
.yellow-box-main a:hover{
	text-decoration:underline;
}
.profile-form{
	width:100%;
	display:inline-block;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}
.profile-form-header{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	padding:25px 0 5px 0;
	width:100%;
	display:inline-block;
}
.profile-form .information-form{
	margin-bottom:20px;
}
.profile-form h5{
	font-size:14px;
	color:#000;
}
.profile-form .information-form label,body.contactbg .profile-form .information-form ul li label{
	width:20%!important;
 
}
.profile-form .information-form ul li label#check-terms{
	text-decoration:none;
	margin-top:-5px;
    font-weight:normal;
	width:6%!important; 
}




.profile-form .information-form select{
	border:1px solid #ccc;
	color:#888888;
	font-size:12px;
	margin-left:5px;
	_margin-left:3px;
	width:264px;
}
.profile-form a:hover{
	text-decoration:underline;
}
.password-state{
	color:#7f7f7f;
	font-size:18px;
	margin:0 10px 0 6px;
}
.limit{
	font-size:11px;
	color:#777;
	margin-left:5px;
}
.numberbg{
	background:url(../../image/numberbg.gif) left top no-repeat;
	padding:3px 0px;
	font-size:11px;
	font-weight:bold;
	color:#888;
	width:26px;
	text-align:center;
}
.overview .account-box h1{
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	line-height:32px;
	
}

.ajax-popup-main-content .forgot-password ul li label{
	width:8%;
}
.ajax-popup-main-content .forgot-password p.explain{
	color:#555;
	font-weight:normal;
	margin-bottom:10px;

}
.ajax-popup-main-content .forgot-password ul{
	margin-top:-10px;
}
body.contactbg .box h1.title-terms{
	padding-bottom:35px;
	margin-bottom:0;
	_padding-bottom:25px;
	_margin-bottom:10px;
	text-transform:uppercase;
	font-size:25px;
}
.terms-content{
	overflow:hidden;
	zoom:1;
}
.terms-content dl{
	display:block;
	width:100%;
	line-height:20px;
	margin-bottom:30px;
}
.terms-content dt{
	font-size:14px;
	font-weight:bold;
	width:100%;
	display:inline-block;
	color:#000;
	margin-bottom:5px;
}
.terms-content dd{
	color:#555;
}
.header-title{
	padding-left:20px;
}
.up{
	background:url(../../image/top-icon.gif) left top no-repeat;
	width:74px;
	height:17px;
	display:inline-block;
}
.sub_number{
	margin-right:10px;
}
.press-content ul{
	background:url(../../image/press.gif) right top no-repeat;
	margin-bottom:229px;
}
.press-content ul li{
	width:100%;
	display:inline-block;
	padding:5px 0 15px 0;
}
.press-content ul li .date{
	color:#333;
	font-weight:bold;
	width:10%;
	display:inline-block;
	margin-right:5px;
}
.press-content ul li a{
	color:#0065ac;
	font-weight:bold;
}
.press-content ul li a:hover {
	text-decoration:underline;
}
.page-error{
	background:url(../../image/404error-bg.gif) left top no-repeat;
	height:258px;
	padding-left:450px;
	margin:90px 0 160px 10px;
	color:#555;
}
.page-error h2{
	font-size:30px;
	padding:20px 0 25px 0;
	color:#000;
}
.page-error p,.page-error a	{
	font-size:15px;
	line-height:22px;
}
.page-error a:hover {
	text-decoration:underline;
	
}










/* new add */
 
.tmg-box h1{
	background:none;
	color:#333333;
	font-size:30px;
	line-height:25px;
}
.tmg-box {
	margin:40px 0px 10px 0;
	padding-top:10px;
}
.tmg-box .link{
	float:right;
	margin:5px 5px 0 0;
}
.tmg-box .link li{
	float:left;
	line-height:16px;
	color:#888;
	font-weight:bold;
	padding-left:25px;
}
.tmg-box .link li a{
	padding-left:25px;
}
.tmg-box .link li a:hover .gray-font{
	color:#0065ac;
}
.tmg-box .gray-font{
	color:#888;
}
.tmg-content .img-bg{
	border:5px solid #eee;
	background-color:#fff;
	text-align:center;
	margin:10px 0 30px 0;
	display:inline-block;
	width:290px;
	padding-top:1px;
	height:115px;
}
.tmg-content  .gray-link{
	width:100%;
	display:inline-block;
	padding-bottom:55px;
	margin-bottom:20px;
}
.tmg-content h3{
	font-size:20px;
	line-height:20px;
	padding-bottom:10px;
	color:#333;
}
.tmg-content img{
	border:none;
}
.tmg-content .introduction{
	width:300px;
	float:left;
	padding-right:16px;
	display:inline;
}
.tmg-content  p{
	line-height:18px;
	color:#555;
	text-align:justify;
}
.tmg-content  p.description{
	float:left;
	width:80%;
	padding-right:30px;
}
.tmg-content .member{
	padding:0;
}
.tmg-content .member li{
	float:left;
	padding:0 1px;
	position:relative;
	z-index:500;
	display:block;
}
.tmg-content .member li p{
	position:absolute;
	display:block;
}
.tmg-content .member li a{
	float:left;
	width:56px;
	height:113px;
	background-repeat:no-repeat;
}
.tmg-content .member li a:hover span.status,.tmg-content .member li a.current span.status{
	filter: Alpha(Opacity=0);
	opacity:0;
}
.status{
	filter: Alpha(Opacity=65);
	opacity:0.7;
	background-color:#6f6f6e;
	display:block;
	height:113px;
}
.tmg-content .member p a:hover {
	text-decoration:underline;
}
#name1,#name2,#name3, #name_label{
	left:30px;
	top:125px;
}
#name4,#name5{
	right:40px;
	top:125px;
}
#name1{
	background:url(../../image/name1.gif) left top no-repeat;
	width:133px;
	height:23px;
}
#name2{
	background:url(../../image/name2.gif) left top no-repeat;
	width:151px;
	height:25px;
}
#name3{
	background:url(../../image/name3.gif) left top no-repeat;
	width:196px;
	height:19px;
}
#name4{
	background:url(../../image/name4.gif) left top no-repeat;
	width:176px;
	height:18px;
}
#name5{
	background:url(../../image/name5.gif) left top no-repeat;
	width:219px;
	height:15px;
}
#name_label{
	background:url(../../image/name.gif) left top no-repeat;
	width:181px;
	height:15px;
	left:56px
}
 


/*----IE style----*/
.revenue-share table td,.process table td,.sequence table td{
	vertical-align:middle;
	height:82px;
	line-height:20px;
}
.sequence table td{
	height:120px;
}

.hide{
	display:none;
}

.show{
	display:block;
}

