div#right_main_container {
	background-color: #fafafa;
	float: left;
	width: 577px;
	height: auto;
}

div#form_data {
	width: 333px;
	height: 218px;
	background-image: url(../images/success_image.jpg);
}

div#form_container {
	padding-top: 88px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

div#text {
	padding-top: 125px;
}

div#invoice_button {
	width: 70px;
	height: 21px;
	background-image: url(../images/save_address_button.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}

div#invoice_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a71eb6;
	text-decoration: none;
}

div#invoice_button a:hover {
	text-decoration: underline;
}

