html, body {
	margin: 0;
	padding: 0;
}

body.pay {
	background: #FFF;
	text-align: center;
	font-family: "Myriad Pro","Tahoma","Verdana", "Arial";
}

body.pay .container {
	width: 280px;
	margin: 0 auto;
	text-align: left;
}

.pay header {
	width: 100%;
	height: 80px;
	background: #373943;
	margin-bottom: 57px;
}

.pay h1 {
	margin: 0;
	color: #FFF;
	font-weight: 300;
	font-size: 24px;
	height: 80px;
	font-family: "ff-signa-web","Tahoma","Verdana", "Arial";
}

.pay h1 i {
	width: 79px;
	height: 52px;
	background: url('/wp-content/themes/insite-b2c/lib/img/min/slices.png') 0 -230px no-repeat scroll transparent;
	margin: 13px 30px 0 0;
}

.pay h1 span {
	margin-top: 33px;
}

.pay h1 i, 
.pay h1 span {
	float: left;
}

.pay a img {
	border: 0 none;
}

.pay a.cancel {
	margin-left: 20px;
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: #000;
}

.pay label {
	display: block;
	float: left;
	width: 150px;
	font-size: 14px;
	line-height: 32px;
}

#edit-fltAmount,
#edit-strCartID {
	width: 100px;
	vertical-align: bottom;
	height: 32px;
	line-height: 32px;
}

#edit-strCartID-wrapper {
	position: relative;
}

#edit-fltAmount-wrapper {
	margin-top: 10px;
}

form {
	margin: 20px;
	width: 280px;
}

form p {
	font-size: 16px;
	line-height: 24px;
}

#edit-submit {
	margin-top: 20px;
	height: 50px;
	background: #ffb400;
	width: 108px;
	display: inline-block;
	padding: 0;
	border-radius: 3px;
	font-weight: 300;
	font-size: 14px;
	line-height: 50px;
	font-family: "ff-signa-web","Tahoma","Verdana", "Arial";
	color: #000;
	text-decoration: none;
	text-align: center;
	border: none;
}

.unfocus {
	font-style: italic;
}

.help {
	line-height: 19px;
	font-weight: bold;
	background: #ffb400;
	font-size: 11px;
	text-align: center;
	width: 19px;
	height: 19px;
	display: block;
	float: right;
	cursor: help;
	color: #000;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.tooltip {
	width: 104px;
	height: 57px;
	padding: 11px 9px 13px 9px;
	background: url('tooltip.png') no-repeat scroll transparent;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	z-index: 200;
}

abbr { 
	border: 0px;
} 