.h5-edit-cntr {
	margin:10px;
}
.h5-edit-cntr li {
	margin-bottom:6px;
}
.h5-edit-cntr li.controls {
	margin-top:4px;
	margin-bottom:4px;
}
.h5-edit-cntr li div{
	display:-webkit-box;
	line-height: 24px;
	position: relative;
}
.h5-edit-cntr label.label {
	display:inline-block;
	width:80px;
}
.h5-edit-cntr .h5-input {
	color: #FF6800;
	font-size: 1.1em;
}
.h5-edit-cntr input.text {
	display: block;
	-webkit-box-flex: 1;
	text-indent: 5px;
	border: 1px solid #999;
	border-radius:2px;
	margin:0;
	height: 25px;
	background-color: transparent;
}
.h5-edit-cntr input.h5-error{
	border: 1px solid red;
}
.h5-edit-cntr p.tips {
	padding-left:4px;
	color:#999;
	font-size:0.8em;
	font-weight:normal;
}
.h5-contentView {
	margin: 0px 10px 0px 10px;
}
.h5-metro-cntr-normal{
	margin: 4px 6px 4px 0px;
}

.h5-metro{
	display: -webkit-box;
	margin-top: 5px;
}
.h5-metro-goHome-bottom{
	width: 100%;
	height: 45px;
	position: relative;
	background: #df0000;
	background-image: -webkit-linear-gradient(top, #ffb648 21%,#d87900);
	background-image: linear-gradient(top, #ffb648 21%,#d87900);
	-webkit-box-shadow: 2px 2px 2px #FCDC9D inset;
	border-radius: 6px;
	font-size: .8em;
	text-shadow: 1px 1px 1px #5d5d5d;
}

.h5-metro-goHome-bottom a{
	display: block;
	padding-top: 12px;
	color:#fff;
	text-align: center;
	font-size: 1.5em;
}

.h5-metro-normal{
	width:100%;
	height:53px;
	position:relative;
	background: #df0000;
	background-image: -webkit-linear-gradient(left, #cc5100 21%,#f26100);
	background-image: linear-gradient(left, #cc5100 21%,#f26100);
	-webkit-box-shadow: 0 1px 1px #FCDC9D inset;
}

.h5-metro-normal.left{
	margin-right:2px;
	background-image: -webkit-linear-gradient(left, #af0000 51%,#f40000);
	background-image: linear-gradient(left, #af0000 51%,#f40000);
}
.h5-metro-normal.btn:after{
	content: ' ';
	position: absolute;
	width: 40px;
	height: 44px;
	top: 2px;
	left: 10px;
	z-index: 1;	
	background-image: url(img/home-icons-1.png);
	background-position: 0px 6px;
}

.h5-metro-normal.reg:after{
	background-position: 0px -52px;
}
.h5-metro-normal.booking:after{
	background-position: 0px -176px;
}
.h5-metro-rc{
	width:159px;
	height:53px;
	margin-bottom:2px;
	position:relative;
	background: #df0000;
	background-image: -webkit-linear-gradient(left, #cc5100 21%,#f26100);
	background-image: linear-gradient(left, #cc5100 21%,#f26100);
	-webkit-box-shadow: 0 1px 1px #FCDC9D inset;
}

.h5-metro-rc.left{
	margin-right:2px;
	margin-bottom:2px;
	background-image: -webkit-linear-gradient(left, #af0000 51%,#f40000);
	background-image: linear-gradient(left, #af0000 51%,#f40000);
}

.h5-metro-rc.left-large{
	height:108px;
	margin-right:2px;
	margin-bottom:2px;
	background-image: -webkit-linear-gradient(left, #af0000 51%,#f40000);
	background-image: linear-gradient(left, #af0000 51%,#f40000);
}

.h5-metro-rc.disable{
	margin-right:2px;
	margin-bottom:2px;
	background-image: -webkit-linear-gradient(left, #666666 51%,#999999);
	background-image: linear-gradient(left, #666666 51%,#999999);
}

.h5-metro-rc a{
	padding-left: 15px;
}

.h5-metro-rc a, .h5-metro-cntr a,.h5-metro-normal a{
	display:block;
	position:absolute;
	width:100%;
	z-index:2;
	color:#fff;
	font-size:1.2em;
	text-align: center;
	padding-top: 18px;
	padding-left:20px;
}
