#wrap{
	margin:0 auto;
	padding-top:100px;
	width:1100px;
	height:auto;
	min-height: 500px;
	background:white;
	margin-top: 22px;
}
#transport{
	margin:0 auto;
	border-radius: 4px;
	width:800px;
	border:#CCE8F3 solid 0px;
	box-shadow:2px 2px 2px rgba(51, 80, 102, 0.6),4px 4px 6px rgba(51, 80, 102, 0.4),6px 6px 12px rgba(51, 78, 102, 0.4);
}
#safe, #danger{
	width:100%;
	height:80px;
	position:relative;
}
#safe{
	background-color: #5DB3C7;
	background-image: -webkit-linear-gradient(top,#5DB3C7,#006D81);
	background-image: -moz-linear-gradient(top,#5DB3C7,#006D81);
	background-image: -ms-linear-gradient(top,#5DB3C7,#006D81);
	background-image: -o-linear-gradient(top,#5DB3C7,#006D81);
	background-image: linear-gradient(to bottom,#5DB3C7,#006D81);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
}
#danger{
	background-color: #5DB3C7;
}
#safe p, #danger p{
	display:inline-block;
	padding:0 2em;
	line-height:30px;
	color:white;
	font-size:18px;
	position:absolute;
	top:50%;
}
#main{
	width:100%;
	position:relative;
}
#main b, #main #goto{
	display:inline-block;
	float:left;
	position:absolute;
}
#main b{
	margin-left:-35px;
	width:70px;
	top:-90px;
}
#main b img{
	width:66px;
	height:66px;
	border:#d1d1d1 solid 2px;
}
.gongbet{
	padding-top:50px;
	line-height:20px;
	font-size:16px;
	text-align:center;
	left:15%;
}
#goto{
	margin-left:-110px;
	padding-bottom:19px;
	width:220px;
	line-height:21px;
	color:#A4AEB9;
	text-align:center;
	background:url(../images/goto.gif) left bottom no-repeat;
	top:-80px;
	left:50%;
}
#main span{
	display:block;
	margin-top:110px;
	border-top:#d8d8d8 dashed 1px;
}
#main span p{
	padding:14px 4em;
	color:#585858;
	line-height:1.2em;
}
#main span a{
	display:inline-block;
	margin-right:-1.5em;
	margin-bottom:10px;
	padding:0 0.5em;
	color:#F56067;
	text-align:right;
	line-height:1.2em;
}
#main span a:hover{
	color:white;
	background:#F56067;
}