body {
	background: url(images/background_blue.png) repeat-x #4787D1;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form {
	background-image: url(images/form.jpg);
	
	height: 401px;
	width: 682px;
	margin: 0 auto;
}

#dropshadow {
	background: url(images/drop_main_713.png);
	width: 713px;
	margin: 0 auto;
	}

#container {
	position: relative;
	background-color: #FFFFFF;
	background-position: bottom;
	width: 700px; 
	margin: 0 auto;
	margin-bottom: -1px;
}

h1 {
	text-align:center;
	font-family:Impact;
	font-size:45px;
	font-weight:normal;
	color:#B30000;
	line-height:48px;
}

.content {
	padding: 2px 25px 10px 25px;
}

.smalltext { 
	color: #999999;
	font-size: 11px !important;
}

.content p {
	font-size: 16px;
}

.paymentbox .link_btns {
	padding: 30px 0px 0px 155px;
}
.paymentbox {
	width: 520px;
	height: 171px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #F4F4F4;
	background-position: top-left;
	border: 1px solid #CCCCCC;
}

.green_arrow {
	position: absolute;
	top: 15px;
	left: -60px;

.bottom_links_small p { text-align: center; padding: 0px; margin: 0px; }
.bottom_links_small a {
	color: #333333;
	font-size: 11px;
}

.bottom_text a,
.bottom_text{
	background: #0041AF;
	width: 700px;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	}

.footer { 
	background: url(images/footer.jpg) no-repeat;
	width: 717px;
	height: 7px;
	margin: 0 auto;
	display: block;
}

.red { color: #B30000; }
