body {
	background:#fff url(/media/images/structure/cr_logo_shadow.png) no-repeat center 25px;
	font-family:"HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size:62.5%;
}
form#pay {
	margin-top:240px;
	width:100%;
}
	form#pay div.button {
			position:relative;
			display:block;
			margin:0 auto;
			width:275px;
			height:72px;
			background:transparent url(/media/images/structure/buttons/bubble_bg.jpg) no-repeat 1px 1px;
	}
		form#pay div.button input#submit {
			width:275px;
			height:72px;
			border:0px;
			background:transparent url(../media/images/structure/buttons/bubble_main_b.png) no-repeat top center;
		}
		form#pay p {
			width:500px;
			text-align:center;
			margin-left:auto;
			margin-right:auto;
			font-size:1.0em;
			line-height:1.25em;
			color:#aaa;
		}
			form#pay p a,
			form#pay p strong {
				font-weight:normal;
				color:#808080;
			}

div.help {
	width:600px;
	margin:80px auto;
}
	div.help img {
		float:right;
		margin-left:20px;
	}
	div.help h2 {
		color:#888;
		font-size:1.8em;
	}
	div.help p {
		color:#aaa;
		font-size:1.4em;
		line-height:1.3em;
	}
		div.help p a,
		div.help p strong {
			text-decoration:none;
			font-weight:normal;
			color:#808080;
		}