//order status check
#order-status-check-form{
	
	
	min-height: 200px;
}

#order-status-check-form form{
	// margin: 20px 180px;
	padding-top: 20px;
	width:500px;
	margin: 0 auto 30px auto;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
}
#order-status-check-form input{
	height: 50px;
	padding: 0 14px;
	width: 350px;
}

#order-status-check-form form div{
	// display: inline-block;
	width: 350px;
	margin: 0 auto 20px auto;
	// margin: 0 20px 20px 0;
}

.order-status-check-btn button{
	height: 50px;
	width: 350px;
}

.order-status-lookup-btn{
	font-size: 16px;
	padding: 10px 30px;
	width: auto!important;
	float: right;
}

.body-wrapper.order-pages.thank-you .status {
    margin-top: 30px;
}

