/*
Diapo jQuery slideshow by Pixedelic

demo: http://www.pixedelic.com/plugins/diapo
author: Manuel Masia | Pixedelic by Consorzio Creativo

*/
/*-----------------------------------------------estilos que estaban dentro del html-----------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
section {
	display: block;
	overflow: hidden;
	position: relative;
}
.button {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	width: auto;
}
.button2 {
	background: #d9ae00;
	background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.button3 {
	background: #ffd838;
	background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.price_table {
    float: right;
	font-size: 12px;
    margin: 10px auto 0;
    padding: 20px 0;
	position: relative;
	width: 570px;
}
.price_table .price_column.highlighted {
	background: #ffd838;
    margin: -5px!important;
	padding: 10px;
    z-index: 2;
}
.price_table .price_column {
	display: block;
	margin: 5px;
    float: left;
    position: absolute;
	width: 180px;
    z-index: 1;
}
.price_table .price_column > div {
	background: #eeeeee;
}
.price_table .price_column > div > div {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > p {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > ul {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_title {
	background-color: #333333;
    border-top: 0!important;
    color: #ffffff;
    font-size: 14px;
}
.price_table .highlighted .price_title {
    font-size: 16px;
}
.price_table .price_price {
    font-size: 36px;
    line-height: 40px;
}
.price_table .highlighted  .price_price {
    font-size: 40px;
    line-height: 44px;
}
.price_table .price_explanation {
	font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.price_table .cusButton {
	background-color: #333333;
	display: block;
    text-align: center;
}
.price_table li {
	padding: 5px 0;
}
.price_table div.pix_check {
	background: url(images/demo/list-check-green.png) no-repeat 15px center;
    padding-left: 38px!important;
}
.price_table div.pix_error {
	background: url(images/demo/list-error.png) no-repeat 15px center;
    padding-left: 38px!important;
}
/*-------------------------------------------------------------------------------------------------*/

* {
	outline: none;
	-moz-outline-style: none;
    .positione: relative;
}
*:active {
	outline: none;
	-moz-outline-style: none;
}
*:focus {
	outline: none;
	-moz-outline-style: none;
}
html, body {
	margin: 0;
	padding: 0;
}
image {
	border: 0;
}
fieldset {
	border: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: normal;
	line-height: 1em;
	margin: 1.5em 0 0.8em;
	padding: 0 0 0.8em;
    .position: relative;
}
table, td {
	border-collapse: collapse;
	padding: 0;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .grid_1 {
	width:40px;
}

.container_16 .grid_2 {
	width:100px;
}

.container_16 .grid_3 {
	width:160px;
}

.container_16 .grid_4 {
	width:220px;
}

.container_16 .grid_5 {
	width:280px;
}

.container_16 .grid_6 {
	width:340px;
}

.container_16 .grid_7 {
	width:400px;
}

.container_16 .grid_8 {
	width:460px;
}

.container_16 .grid_9 {
	width:520px;
}

.container_16 .grid_10 {
	width:580px;
}

.container_16 .grid_11 {
	width:640px;
}

.container_16 .grid_12 {
	width:700px;
}

.container_16 .grid_13 {
	width:760px;
}

.container_16 .grid_14 {
	width:820px;
}

.container_16 .grid_15 {
	width:880px;
}

.container_16 .grid_16 {
	width:940px;
}




/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

/*.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}/*

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/*
	Diapo elements
*/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Arial';
	text-shadow: 1px 1px 0 #fff;
}
h1{
	font-size: 28px;

}
h2{
	font-size: 20px;
	color:#C00;
}
h3{
	font-size: 14px;
	color:#930;
	font-weight:bold;

}
h4{
	font-size: 19px;

}
h5{
	font-size: 17px;

}
h6{
	font-size: 13px;

}
a {
	color: #999;
	float:left;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#header_fake {
	display: block;
	height: 190px;
	position: relative;
	width: 100%;
}
header {
	background: url(/diapo/images/logo_airprice.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom: 1px solid #dadada;
	border-top: 3px solid #4c4c4c;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	height: 186px;
	position: relative;
	width: 100%;
	z-index: 1005;
}
header > #top {
	height: 186px;
	overflow: hidden;
	position: relative;
}
header #logo {
	display: block;

	height: 0;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
}
header #logo a {
	background: url("web-bajada/pixedelic/diapo_logo.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/sprites-original/diapo_logo.png*/) no-repeat 0 bottom;
	display: block;
	height: 158px;
	text-decoration: none;
	text-indent: -9999px;
	width: 72px;
}
#author {
	display: none;
	font-size: 16px;
	left: 92px;
	position: absolute;
	z-index: 1005;
}
#author a {
	color: #888888;
	display: block;
	padding-top: 123px;
	text-decoration: none;
}
#social_top {
	clear: both;
	float: right;
	display: block;
	height: 52px;
	margin-top: 55px;
	min-width: 20px;
	position: relative;
	text-align: right;
}
#social_hide {
	display: block;
	float: left;
}
#social_top a {
	background-color: #b7b7b7;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	float: left;
	height: 33px;
	opacity: 0;
	filter:alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 33px;
	z-index: 1005;
}
#social_top a#google_social {
	background-image: url("/web-bajada/pixedelic/gplus-icon.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/sprites-original/gplus-icon.png*/);
}
#social_top a#twitter_social {
	background-image: url("/web-bajada/pixedelic/twitter-icon.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/sprites-original/twitter-icon.png*/);
}
#social_top a#facebook_social {
	background-image: url("/web-bajada/pixedelic/facebook-icon.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/sprites-original/facebook-icon.png*/);
}
#social_top a:hover {
	background: #979797;
}
#contenedor_menu{
	width:500px;
	height:200px;
	background-color:#69F;
	
	
	}
nav#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	width:960px;
	height:186px;
	
}
nav ul, nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav#main_nav > ul {
	clear: both;
	float:right;
	margin-top:135px;
	margin-right:15px;
}
nav#main_nav > ul > li {
	float: left;
	font-size: 14px;
}
nav#main_nav > ul > li > a {
	border-bottom: 3px solid transparent;
	color: #888;
	display: block;
	height: 43px;
	line-height: 54px;
	margin-left:40px;
	padding: 0 2px 5px;
	text-align: right;
	text-decoration: none;
	z-index: 2;
}
nav#main_nav > ul > li.current > a {
	border-bottom: 3px solid #222;
	color: #222;
	cursor: text;
}
nav#main_nav > ul > li > a:hover {
	border-bottom: 3px solid #222;
	color: #222;
}
nav#main_nav #nav_border {
	background: #b8b8b8;
	bottom: 0;
	display: block;
	height: 3px;
	position: absolute;
	right: 0;
	z-index: 1;
}
#yellow_border {
	background: #000;
	border-bottom: 1px solid #000;
	-moz-box-shadow: 0 -5px 20px #EAEAEA;
	-webkit-box-shadow: 0 -5px 20px #EAEAEA;
	box-shadow: 0 -5px 20px #EAEAEA;
	display: block;
	height: 12px;
	position: relative;
	width: 100%;
	z-index: 1003;
}
section {
	display: block;
	overflow: hidden;
	position: relative;
}
.fit_screen {
	display: block;
	float: left;
	position: relative;
	/*margin: 60px 0;*/
	width: 100%;
}
.localizacion{
	display: block;
	float: left;
	position: relative;
	/*margin: 60px 0;*/
	width: 100%;
	height:200px;
	background-color:#E5E5E5;
}
.button {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	width: auto;
}
.button2 {
	background: #d9ae00;
	background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.button3 {
	background: #ffd838;
	background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.price_table {
    float: right;
	font-size: 12px;
    margin: 10px auto 0;
    padding: 20px 0;
	position: relative;
	width: 570px;
}
.price_table .price_column.highlighted {
	background: #ffd838;
    margin: -5px!important;
	padding: 10px;
    z-index: 2;
}
.price_table .price_column {
	display: block;
	margin: 5px;
    float: left;
    position: absolute;
	width: 180px;
    z-index: 1;
}
.price_table .price_column > div {
	background: #eeeeee;
}
.price_table .price_column > div > div {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > p {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > ul {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_title {
	background-color: #333333;
    border-top: 0!important;
    color: #ffffff;
    font-size: 14px;
}
.price_table .highlighted .price_title {
    font-size: 16px;
}
.price_table .price_price {
    font-size: 36px;
    line-height: 40px;
}
.price_table .highlighted  .price_price {
    font-size: 40px;
    line-height: 44px;
}
.price_table .price_explanation {
	font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.price_table .cusButton {
	background-color: #333333;
	display: block;
    text-align: center;
}
.price_table li {
	padding: 5px 0;
}
.price_table div.pix_check {
	background: url("/web-bajada/pixedelic/list-check-green.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/list-check-green.png*/) no-repeat 15px center;
    padding-left: 38px!important;
}
.price_table div.pix_error {
	background: url("/web-bajada/pixedelic/list-error.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/list-error.png*/) no-repeat 15px center;
    padding-left: 38px!important;
}
.text_content {
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	width: 940px;
}
table.options {
	border-collapse: separate;
	width: 100%;
}
table.options td {
	background: url("/web-bajada/pixedelic/evenbg.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/evenbg.png*/);
	border-collapse: separate;
	padding: 5px 10px;
}
table.options .odd td {
	background: url("/web-bajada/pixedelic/oddbg.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/oddbg.png*/);
}
table.options td.even {
	font-weight: bold;
	min-width: 80px;
}
table.options small {
	color: #aa9645;
	font-size: 12px;
}
.grid_fancy {
	background: url("/web-bajada/pixedelic/evenbg.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/evenbg.png*/);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.grid_4.grid_fancy {
	height: 188px;
}
.grid_fancy > span {
	display: block;
	padding: 20px;
}
.grid_8 {
	text-align: center;
}
.grid_8 a.grid_fancy {
	background: url("/web-bajada/pixedelic/yel2.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/yel2.png*/);
	color: #816a2b!important;
	display: block;
	font-family: 'Abel';
	font-size: 19px;
	font-weight: bold!important;
	line-height: 24px;
	padding: 1.5em 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.grid_4 a.grid_fancy {
	background: url("/web-bajada/pixedelic/evenbg.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/evenbg.png*/);
	color: #666666!important;
	display: block;
	font-family: 'Abel';
	font-size: 15px;
	font-weight: bold!important;
	line-height: 24px;
	margin: 0.5em 0 0;
	padding: 1.5em 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.grid_8 a.grid_fancy:hover {
	background: url("/web-bajada/pixedelic/yelbg.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/yelbg.png*/);
}
.grid_4 a.grid_fancy:hover {
	background: url("/web-bajada/pixedelic/oddbg.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/oddbg.png*/);
}
.grid_8 a.grid_fancy > span {
	background: url("/web-bajada/pixedelic/download.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/sprites-original/download.png*/) no-repeat 0 0;
	display: inline;
	padding: 0 0 0 35px;
}
.grid_4 a.grid_fancy > span {
	background: url("/web-bajada/pixedelic/downloadgrey.png"/*tpa=http://www.pixedelic.com/plugins/diapo/images/sprites-original/downloadgrey.png*/) no-repeat 0 2px;
	display: inline;
	padding: 0 10px 0 25px;
}
.grid_fancy h4 {
	margin: 0;
	padding: 0;
}
#pp_pix_donation {
	overflow: hidden;
}
#pp_pix_donation input[type=text] {
	background: #fff;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'PT Sans';
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	width: 30px;
}
#pp_pix_donation input[type=submit] {
	background: #222;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f3f3f3;
	cursor: pointer;
	float: right;
	font-family: 'PT Sans';
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	text-align: center;
	width: auto;
	text-transform: uppercase;
}
.ui-btn-inner {
	display: none;
}

