#ntreturn_order_details
{
	border-bottom: 1px solid #777777;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	display: none;
}

#exchange_rules
{
	display: none;
	margin: 15px auto auto;
	padding: 0;
	width: 700px;
	font-weight: bold;
	color: #FF0000;
}

#order_details_actions
{
    border-bottom: 1px solid #777777;
    border-top: 1px solid #777777;
    padding: 15px 0;
}

	#order_details_actions .block_button
	{
		text-align: center;
	}

		#order_details_actions .block_button p
		{
			display: inline-block;
			padding: 0;
			text-align: center;
			vertical-align: top;
			width: 485px;
		}

		#order_details_actions .block_button input.button
		{
			margin: 0 15px;
			background: none repeat scroll 0 0 #333;
			border: 0 none;
			font-family: "GoudyOldStyle";
			font-weight: normal;
			padding: 5px 10px;
			text-transform: uppercase;
			color: #fff;
		}

		#order_details_actions .block_button #return_rules
		{
			color: #980002;
			display: inline-block;
			font-weight: bold;
		}

#returnOrderMessage,
#sendOrderMessage
{
	display: none;
}