/* pagewalkthrough */
#walkthrough-content{display:none}
#walkthrough-content h3{height:30px; line-height:30px}
#walkthrough-content p{line-height:28px; }

.TRS, .WB{
	cursor: pointer;
}

.input-warning{
	border-color: #ffba00;
}

.input-pink{
	border-color: #ff6264;
}

.Money{
	font: 18px/1.2 Arial;
}

a.linkstyle{font-weight:bold; text-decoration: none;}
a.linkstyle:link{color:#F7750C;}
a.linkstyle:visited{color:#F7750C;}
a.linkstyle:hover{color:#BB0000;text-decoration: underline;}

/* 返回顶部 */
#roll {
	width: 40px;
	position: fixed;
	right: 17px;
	bottom: 60px;
	display: none;
	z-index:200;
 }
 #roll_top {
	position: relative;
	margin-bottom: 1px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	display: block;
	background: url(../images/top.gif) no-repeat scroll center center rgb(43, 135, 236);
}