* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #3d3d3d;
	font: 14px/18px Helvetica, Arial, sans-serif;
	text-align: center;
}

img {
	border: none;
	vertical-align: middle;
}

#content {
	margin: 0px auto 10px auto;
	width: 504px;
}

#holder {
	clear: both;
	background-color: #f2f2f2;
	border: 2px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#top {
	background-color: #333;
	text-align: left;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	padding: 4px 10px;
}

h1 a {
	color: #777;
	font-size: 16px;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 0 10px;
}

h1 a.app_store {
	float: right;
	padding: 15px 0;
}

h1 a img {
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}

#top .select {
	font-size: 12px;
	float: right;
}

#top .select p {
	font-size: 12px;
	color: #999;
	float: right;
}

#top .select a {
	margin-left: 5px;
	border: 1px solid #444;
	padding: 2px 20px 2px 5px; 
	font-size: 12px;
	text-decoration: none;
	color: #999;
	background: #555 url(images/select_arrow.png) no-repeat right center;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#top .select a:hover {
	background: #555 url(images/select_arrow_hover.png) no-repeat right center;
}

#options {
	text-align: right;
	padding: 5px 10px 5px 0;
	background-color: #e2e2e2;
}

#options a {
	padding: 0 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#options p {
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

#options a:hover {
	color: #999;
}

p.loader {
	margin: 40px auto;
}

p#amount {
	margin: 70px auto 40px auto;
	text-align: center;
	font-size: 120px;
	cursor: move;
}

p#amount strong {
	color: #999;
}

form {
	padding: 5px;
}

input {
	font-size: 14px;
	border: 1px solid #DD6CB5;
	background-color: #F3D7E6;
}

.submit {
	margin-top: -3px;
	vertical-align: middle;
	background-color: #f2f2f2;
	color: #DD6CB5;
	font-size: 12px;
}

a.info {
	float: right;
	display: block;
	z-index: 2;
	margin: 0 5px;
	font-size: 11px;
	text-decoration: none;
	color: #3B79E0;
	font-weight: bold;
}

#help {
	text-align: left;
	padding: 15px;
}

#help a, #piggy a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.close {
	float: right;
	font-size: 11px;
}

h2 {
	clear: both;
}

h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

#help p, #piggy p {
	font-size: 12px;
}

#help p {
	margin-top: 5px;
	margin-bottom: 15px;
}

#piggy .header {
	clear: both;
	padding: 10px;
	background-color: #DDA9CB;
	color: #333;
}

#piggy .header span {
	font-weight: bold;
	font-size: 16px;
	float: left;
}
#piggy .header a {
	float: right;
	font-weight: bold;
	font-size: 12px;
}

#piggy p.amount {
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	font-size: 60px;
}

#piggy p.amount strong {
	color: #999;
}

#piggy p.description {
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	font-size: 12px;
}

div.piggy_options {
	clear: both;
	background-color: #DDA9CB;
	padding: 5px 10px;
	border-bottom: 1px solid #f2f2f2;
}

div.piggy_options strong {
	float: left;
	font-weight: bold;
}

div.piggy_options a {
	float: right;
	padding: 0 5px 0 5px;
	margin-right: 5px;
}

div.piggy_options a img {
	vertical-align: middle;
}

ul#previous_payments {
	clear: both;
	list-style: none;
	display: none;
}

ul#previous_payments li {
	clear: both;
	display: block;
	padding: 5px 10px;
	text-align: left;
	background-color: #DDA9CB;
	font-size: 11px;
	border-bottom: 1px solid #f2f2f2;
}

ul#previous_payments li.alt {
	background-color: #F3D7E6;
}

ul#previous_payments li.final {
	padding: 0; margin: 0;
}

ul#previous_payments li.final a {
	display: block;
	padding: 10px 10px;
	font-size: 18px;
	text-align: center;
}

#currency_nav {
	clear: both;
	width: 500px;
	display: table;
	margin: 0 auto;
}

ul#currency {
	width: 500px;
	margin: 0 auto;
	list-style: none;
}

ul#currency li a {
	display: block;
	outline: none;
	float: left;
	width: 50px;
	padding: 8px 0;
	color: #666;
	text-decoration: none;
	background: #888 url(images/grad.png) repeat-x center top;
}

ul#currency li a:hover {
	color: #555;
}

ul#currency li.current a{
	color: #fff;
	background: #333333 url(images/arrow.png) no-repeat center top;	
}

#pig_pen {
	width: 480px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
}

#piggy {
	background-color: #DD6CB5;
	text-align: left;
	padding: 0px 10px 10px 10px;
	margin: 0 12px;
}

.pig_content {
	background-color: #F2F2F2;
}

a.bank_tab{
	color: #f2f2f2;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #DD6CB5;
	float: right;
	display: block;
	width: 100px;
	padding: 5px 0;
	margin-right: 12px;
}

.piggy_foot {
	padding: 10px;
	background-color: #f3d7e6;
	color: #333;
	text-align: center;
}

p.piggy_foot a {
	font-weight: bold;
	text-decoration: underline;
}

.choose_pig {
	border-left: 2px #333 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
}

#footer {
	float: left;
	margin: 5px 15px;
	color: #555;
	font-size: 11px;
}

#footer a {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
}

.round_left {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.round_right {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}
