/**
 * @package templateSystem
 * @copyright Copyright 2010 workingit.co.uk
 * @copyright Portions Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_sagepay.css 2010_04_20 duncanad $
 */

.featureBox {
	width: 80%;
	margin: 1em auto;
	border: 2px solid #FF0000;
	}

#sagepayResponse {
	position: relative;
	width: 80%;
	margin: 1em auto;
	padding-bottom: 1em;
	border: 2px solid #e6ad0e;
	font-size: 1.2em;
	}

.sagepayResponseLeft {
	float: left;
	width: 20%;
	margin: 1em 5px 0 10px;
	font-weight: bold;
	text-align: right;
	}

.sagepayResponseRight {
	float: left;
	width: 70%;
	margin: 1em 10px 0 5px;
	text-align: left;
	}

#sagepaySuccess {
	position: relative;
	width: 50%;
	margin: 1em auto;
	padding-bottom: 1em;
	border: 2px solid #e6ad0e;
	font-size: 1.2em;
	}

.sagepaySuccessLeft {
	float: left;
	width: 45%;
	margin: 1em 5px 0 10px;
	font-weight: bold;
	text-align: right;
	}

.sagepaySuccessRight {
	float: left;
	width: 45%;
	margin: 1em 10px 0 5px;
	text-align: left;
	}
		

