*{margin:0px;padding:0px;font-family:微软雅黑;font-size:14px;}

.right{
	float:right;
}
.refund_div{
	width:624px;
	height:310px;
	background:#EFEFEF;
	border:3px solid #13B0DF;
	border-radius:10px;
	margin:15% auto;
	z-index:999
}
.refund_div2{
	width:624px;
	height:auto;
	background:#EFEFEF;
	border:3px solid #13B0DF;
	border-radius:10px;
	margin:15% auto;
	z-index:999
}

.close_div{
	width:18px;
	height:14px;
	background-image:url(../images/refund_div_close.png);
	margin-top:10px;
	margin-right:10px;
	cursor:hand;
}
.state_div{
	width:562px;
	height:54px;
	margin:0px auto;
	margin-top:54px;
}
.refund_table{
	width:562px;
	height:auto;
	margin:0px auto;
	margin-top:33px;
	text-align:left;
}
.refund_table2{
	width:562px;
	height:auto;
	margin:0px auto;
	margin-top:33px;
	text-align:left;
}
.refund_table tr th,.refund_table2 tr th{
	vertical-align:top;
	padding:0px;
}
.refund_table input,.refund_table2 input{
	border-radius:5px;
}
.refund_reason{
	border:1px solid #8B8B8B;
	width:480px;
	height:92px;
	border:1px solid #8B8B8B;
	border-radius:5px;
}
.refund_replay{
	border:1px solid #8B8B8B;
	width:480px;
	height:50px;
	border:1px solid #8B8B8B;
	border-radius:5px;
}
.refund_money{
	border:1px solid #8B8B8B;
	width:100px;
	height:24px;
}
.divide_4 th{
	width:112px;
}
.post_button{
	width:112px;
	height:24px;
	color:white;
	background:#13B0DF;
	border:none;
	cursor:hand;
	transition: background 0.2s;
}
.post_button:hover{
	background:#0F7CA0;
}