body {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434a54;
}

.titlediv {
	margin: 22px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.spanred {
	color: #DD0000;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.datarowdiv {
	height: 72px;
	border-bottom: 1px dotted #E6E9ED;
}

.datarowdiv:first-child {
	height: 68px;
	border-top: 1px dotted #E6E9ED;
}

.labeldiv {
	height: 18px;
	padding-top: 12px;
}

.rowsdiv {
	margin-top: 12px;
}

.contentdiv .ticket {
	border-bottom: 1px dotted #E6E9ED;
	padding-bottom: 10px;
}

.contentdiv .ticket .title {
	line-height: 200%;
}

.contentdiv .ticket .ticketshow {
	margin-bottom: 10px;
}

.contentdiv .ticket .ticketshow>div {
	text-align: center;
	font-weight: bold;
}

.contentdiv .ticket .ticketshow>div {
	width: 160px;
	height: 160px;
	position: relative;
}

.contentdiv .ticket .ticketshow>div>span {
	display: block;
	position: relative;
	z-index: 9;
	color: #FFF;
	font-size: 9pt;
	padding: 12px 0px;
}

.contentdiv .ticket .ticketshow>div>span:FIRST-CHILD {
	font-weight: bold;
	padding: 30px 0px;
	font-size: 14px;
}

.contentdiv .ticket .ticketshow>div>input {
	display: none;
}

.contentdiv .btns {
	margin-bottom: 10px;
}

.contentdiv .btns a {
	color: #DD0000;
}

.contentdiv .btns input {
	width: 0px;
	height: 0px;
	opacity: 0;
}

.contentdiv .ticket .choiceticket .tickettype {
	width: 200px;
	height: 20px;
	border: 1px solid #E6E9ED;
	outline-style: none;
}

.contentdiv .btn {
	padding: 12.5px 0px;
}

.contentdiv .btn>div {
	display: inline-block;
}

.contentdiv .btn>div>input {
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	width: 68px;
	height: 24px;
	font-weight: bold;
}

.contentdiv .btn .submit {
	margin-right: 6px;
}

#save {
	background: #DD0000;
	color: #FFF;
	border: none;
}

#save:HOVER {
	background: #F73500;
	cursor: pointer;
}

#back {
	background: #F5F7FA;
	border: 1px solid #E6E9ED;
}

#back:HOVER {
	background: #FFF;
	cursor: pointer;
}