.ticket_top
{
	text-indent:-5000px;
	background:url(../images/ticket_logo.gif) no-repeat;
	margin:10px auto;
	width: 513px;
	height:100px;
}

.attention{
font : 14px #FFFF00;
line-height:20px;
}



.confirm_table{
	border-top:1px dotted #cccccc;
	border-collapse:collapse;
	width:100%;
	}

.confirm_table th{
	border-bottom:1px dotted #cccccc;
	width:30%;
	padding:5px;
	text-align:right;
	font-weight:normal;
	}
	
.confirm_table td{
	border-bottom:1px dotted #cccccc;
	width:70%;
	text-align:left;
		padding:5px;
	}
	
.confirm_table2{
	border-collapse:collapse;
	width:100%;
	}

.confirm_table2 th{
	width:30%;
	padding:5px;
	text-align:right;
	font-weight:normal;
	}
	
.confirm_table2 td{
	width:70%;
	text-align:left;
		padding:5px;
	}

.confirm_table3{
	border-collapse:collapse;
	width:100%;
	}

.confirm_table3 th{
	border:1px solid #dd5555;
	width:30%;
	padding:5px;
	text-align:right;
	font-weight:normal;
	}
	
.confirm_table3 td{
	border:1px solid #dd5555;
	width:70%;
	text-align:left;
		padding:5px;
	}
	
.ticket_select{
	width:180px;
	}

.confirm_btn{
	text-align:center;
	padding:10px 0;
	border-top:1px dotted #dd5555;
	border-bottom:1px dotted #dd5555;
	}