.product_image {
	float: left;
	width: 40px;
	height: 40px;
	padding-right: 5px;
}

.product_name {
	height: 40px;
	line-height: 40px;
}

#order_info, #addressee_title_info {
	width:860px;
	/*height:320px;*/
	margin:40px auto;
	padding:20px;
	border:1px solid #CCC;
	border-radius:4px;
	box-shadow:0 0 12px #999;
	color:#333;
}

#order_info h1, #addressee_title_info h1{
	font-size:16px;
	text-align:center;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:16px;
}

#order_info table th, 
#order_info table td{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}

#order_info table th {
	width: 200px;
	background-color:#DBDBDB;
	text-align:center;
	border-right:1px dashed #FFF;
	border-bottom:1px dashed #FFF;
	color: #000;
}

#addressee_title_info table th, 
#addressee_title_info table td{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	vertical-align: middle;
}

#addressee_title_info table th {
	width: 200px;
	background-color:#DBDBDB;
	text-align:center;
	border-right:1px dashed #FFF;
	border-bottom:1px dashed #FFF;
	color: #000;
}

#pay_confirm {
	text-align: center;
	padding: 10px;
	height: 30px;
	line-height: 30px;
	
}

#pay_confirm input {
	font-size: 20px;
	padding: 5px 10px;
}

#pay_success {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	padding: 30px 0;
}