body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

a, a:active, a:visited {
	color: #330066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.close {
	float: right;
	height: 25px; 
	position: relative;
}

.contentWrapper {
	margin: 50px;
}

.form input, .form select {
	border: 1px solid #ccc;
	padding: 2px 5px;
	font-size: 0.75em;
	color: #333;
	margin-bottom: 1em;
}

h1 {
	font-family:  Arial;
	font-size: 3em;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0px;
}

#submit {
	background:#FF9B00 url(../../styles/public_global_images/swCart_checkoutButtonBG.jpg) repeat-x scroll center top;
	border:1px solid #797979;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

* html #submit {
	padding: 0.25em 1.5em;
}