#rps-inside {
	padding: 6px 0;
}

#poststuff #rps-inside p {
	margin-bottom: 12px;
	clear: both;
	max-width: 50em;
}

#poststuff #rps-inside p > span {
	display: block;
	float: left;
	width: 17em;
	font-weight: bold;
	padding: 0 5px 20px 0;
}

#poststuff #rps-inside .options {
	font-weight: normal;
}

#rps-inside input[type='text'] {
	width: 300px;
	margin: 0;
}

#rps-inside textarea {
	width: 300px;
	height: 100px;
	margin: 0 0 10px;
	font-size: 12px;
}

#rps-inside input[type='email'], #rps-inside input[type='url'] {
	border: 1px solid rgb( 223, 223, 223 );
	margin: 0;
	padding: 3px;
	width: 294px;
	line-height: 15px;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
}

.clear {
	clear: both;
}

.hide{
	display: none;
}

#poststuff #rps-inside #rps-shortcode {
	display: block;
	float: none;
	padding: 10px 0 10px 20px;
	font-size: 130%;
}

#rps-view-toggle {
	text-decoration: none;
	margin: 10px 0 0;
	display: inline-block;
}


/* Generic Custom Theme */

.paypal-form .rps-custom-theme-button {
	margin-bottom: 20px;
	height: auto !important;
	min-width: 90px;
	padding: 5px 9px 6px;
	font-size: 14px !important;
	line-height: 14px !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1 );
	-webkit-border-radius: 12px !important;
		 -moz-border-radius: 12px !important;
					border-radius: 12px !important;
}

.paypal-form .rps-custom-theme-button:active {
	cursor: default;
	padding: 5px 9px 6px;
}


/* Light Theme */

.paypal-form .rps-paypal-button-light {
	color: #444 !important;
	border: 1px solid #c0c0c0 !important;
	border: 1px solid rgba( 200, 200, 200, 0.7 ) !important;
	background: #fafafa;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 255, 255, 255 ) ), to( rgb( 230, 230, 230 ) ) );
	background: -webkit-linear-gradient( top, rgb( 255, 255, 255 ), rgb( 230, 230, 230 ) );
	background: -moz-linear-gradient( top, rgb( 255, 255, 255 ), rgb( 230, 230, 230 ) );
	background: -o-linear-gradient(  top, rgb( 255, 255, 255 ), rgb( 230, 230, 230 ) );
	background: linear-gradient( left top, rgb( 255, 255, 255 ), rgb( 230, 230, 230 ) );
	-webkit-box-shadow: 0 0 3px rgba( 100, 100, 100, 0.3 );
		 -moz-box-shadow: 0 0 3px rgba( 100, 100, 100, 0.3 );
	 				box-shadow: 0 0 3px rgba( 100, 100, 100, 0.3 );
}

.paypal-form .rps-paypal-button-light:hover { 
	cursor: pointer;
	border-color: #888;
	border-color: rgba( 150, 150, 150, 0.6 );
	color: #222;
	background: #eee;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 255, 255, 255 ) ), to( rgb( 240, 240, 240 ) ) );
	background: -webkit-linear-gradient( top, rgb( 255, 255, 255 ), rgb( 240, 240, 240 ) );
	background: -moz-linear-gradient( top, rgb( 255, 255, 255 ), rgb( 240, 240, 240 ) );
	background: -o-linear-gradient( top, rgb( 255, 255, 255 ), rgb( 240, 240, 240 ) );
	background: linear-gradient( left top, rgb( 255, 255, 255 ), rgb( 240, 240, 240 ) );
}

.paypal-form .rps-paypal-button-light:active {
	border-color: #555;
	color: #444;
}


/* Dark Theme (ooh, I'm SO scared..) */

.paypal-form .rps-paypal-button-dark {
	color: #fff !important;
	border: 1px solid #444 !important;
	background: #222;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 0, 0, 0 ) ), to( rgb( 100, 100, 100 ) ) );
	background: -webkit-linear-gradient( top, rgb( 0, 0, 0 ), rgb( 100, 100, 100 ) );
	background: -moz-linear-gradient( top, rgb( 0, 0, 0 ), rgb( 100, 100, 100 ) );
	background: -o-linear-gradient( top, rgb( 0, 0, 0 ), rgb( 100, 100, 100 ) );
	background: linear-gradient( left top, rgb( 0, 0, 0 ), rgb( 100, 100, 100 ) );
	-webkit-box-shadow: 0 0 3px rgba( 220, 220, 220, 0.5 );
		 -moz-box-shadow: 0 0 3px rgba( 220, 220, 220, 0.5 );
		 			box-shadow: 0 0 3px rgba( 220, 220, 220, 0.5 );
}

.paypal-form .rps-paypal-button-dark:hover { 
	cursor: pointer;
	border-color: #777;
	background: #333;
	color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 0, 0, 0 )), to(rgb( 60, 60, 60 ) ) );
	background: -webkit-linear-gradient( top, rgb( 50, 50, 50 ), rgb( 0, 0, 0 ) );
	background: -moz-linear-gradient( top, rgb( 50, 50, 50 ), rgb( 0, 0, 0 ) );
	background: -o-linear-gradient( top, rgb( 50, 50, 50 ), rgb( 0, 0, 0 ) );
	background: linear-gradient( left top, rgb( 50, 50, 50 ), rgb( 0, 0, 0 ) );
}

.paypal-form .rps-paypal-button-dark:active {
	border-color: #000;
	color: #fff;
}


/* Blue theme - Ooooh */

.paypal-form .rps-paypal-button-blue {
	color: #fafafa !important;
	border: 1px solid #c0c0c0;
	border: 1px solid rgba( 200, 200, 200, 0.7 );
	background: #18658d;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 22, 100, 139 ) ), to( rgb( 58, 139, 180 ) ) );
	background: -webkit-linear-gradient( top, rgb( 22, 100, 139 ), rgb( 58, 139, 180 ) );
	background: -moz-linear-gradient( top, rgb( 22, 100, 139 ), rgb( 58, 139, 180 ) );
	background: -o-linear-gradient(  top, rgb( 22, 100, 139 ), rgb( 58, 139, 180 ) );
	background: linear-gradient( left top, rgb( 22, 100, 139 ), rgb( 58, 139, 180 ) );
	-webkit-box-shadow: 0 0 2px rgba( 0, 0, 0, 0.1 );
		 -moz-box-shadow: 0 0 2px rgba( 0, 0, 0, 0.1 );
	 				box-shadow: 0 0 2px rgba( 0, 0, 0, 0.1 );
}

.paypal-form .rps-paypal-button-blue:hover { 
	cursor: pointer;
	border-color: #888;
	border-color: rgba( 150, 150, 150, 0.6 );
	color: #fff;
	background: #18658d;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 22, 100, 139 ) ), to( rgb( 13, 79, 112 ) ) );
	background: -webkit-linear-gradient( top, rgb( 22, 100, 139 ), rgb( 13, 79, 112 ) );
	background: -moz-linear-gradient( top, rgb( 22, 100, 139 ), rgb( 13, 79, 112 ) );
	background: -o-linear-gradient(  top, rgb( 22, 100, 139 ), rgb( 13, 79, 112 ) );
	background: linear-gradient( left top, rgb( 22, 100, 139 ), rgb( 13, 79, 112 ) );
}

.paypal-form .rps-paypal-button-blue:active {
	border-color: #555;
	color: #ccc;
}


/* Red theme - Aaaah */

.paypal-form .rps-paypal-button-red {
	color: #fafafa !important;
	border: 1px solid #c0c0c0;
	border: 1px solid rgba( 200, 200, 200, 0.7 );
	background: #791313;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 121, 19, 19 ) ), to( rgb( 180, 58, 58 ) ) );
	background: -webkit-linear-gradient( top, rgb( 121, 19, 19 ), rgb( 180, 58, 58 ) );
	background: -moz-linear-gradient( top, rgb( 121, 19, 19 ), rgb( 180, 58, 58 ) );
	background: -o-linear-gradient(  top, rgb( 121, 19, 19 ), rgb( 180, 58, 58 ) );
	background: linear-gradient( left top, rgb( 121, 19, 19 ), rgb( 180, 58, 58 ) );
	-webkit-box-shadow: 0 0 2px rgba( 0, 0, 0, 0.1 );
		 -moz-box-shadow: 0 0 2px rgba( 0, 0, 0, 0.1 );
	 				box-shadow: 0 0 2px rgba( 0, 0, 0, 0.1 );
}

.paypal-form .rps-paypal-button-red:hover { 
	cursor: pointer;
	border-color: #888;
	border-color: rgba( 150, 150, 150, 0.6 );
	color: #fff;
	background: #791313;
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 121, 19, 19 ) ), to( rgb( 145, 36, 36 ) ) );
	background: -webkit-linear-gradient( top, rgb( 121, 19, 19 ), rgb( 145, 36, 36 ) );
	background: -moz-linear-gradient( top, rgb( 121, 19, 19 ), rgb( 145, 36, 36 ) );
	background: -o-linear-gradient(  top, rgb( 121, 19, 19 ), rgb( 145, 36, 36 ) );
	background: linear-gradient( left top, rgb( 121, 19, 19 ), rgb( 145, 36, 36 ) );
}

.paypal-form .rps-paypal-button-red:active {
	border-color: #000;
	color: #ddd;
}


/* PayPal Image */

.paypal-form .rps-pp-img {
	padding: 0 0 0 !important;
	margin: 0 0 10px !important;
	line-height: 1.3 !important;
}


.paypal-form .paypal-form table {
	margin-bottom: 0;
}
