@import "icons.css";

.Q_mobile .Assets_authnet {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}

.Assets_payment {
    margin: 10px;
}

.Assets_pay_confirm {
    text-align: center;
    margin: 20px;
}

.Users_loggedOut .Assets_payment_tool {
	display: none;
}


.Q_notMobile .Assets_authnet {
	width: 450px;
	height: 480px;
	overflow: auto;
}

.Q_mobile .Assets_authnet {
	width: 133%;
	height: 480px;
    -ms-zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
	overflow: auto;
}

.Assets_aspect_business, .Assets_aspect_business::before,
.Assets_aspect_deals, .Assets_aspect_deals::before { color: #e3892f; border-color: #e3892f; }
.Assets_aspect_funds, .Assets_aspect_funds::before { color: #742e7f; border-color: #742e7f; }
.Q_button.Assets_aspect_business,
.Q_button.Assets_aspect_deals {
	background: #e3892f; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3892f', endColorstr='#d2781e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e3892f), to(#d2781e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e3892f,  #d2781e); /* for firefox 3.6+ */
	color: white;
}
.Q_button.Assets_aspect_business:active,
.Q_button.Assets_aspect_business:focus,
.Q_button.Assets_aspect_deals:active,
.Q_button.Assets_aspect_deals:focus {
	background: #d2781e;
	color: white;
}
.Q_button.Assets_aspect_funds {
	background: #742e7f; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##742e7f', endColorstr='#4b1c52'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#742e7f), to(#631d6e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #742e7f,  #631d6e); /* for firefox 3.6+ */
	color: white;
}

.Q_button.Assets_aspect_funds:active,
.Q_button.Assets_aspect_funds:focus {
	background: #631d6e;
	color: white;
}

.Assets_services #content_slot h2 {
	text-align: center;
	margin: 20px 0 0;
}

.Assets_credits_buy .Q_dialog_content {
	min-width: 300px;
	padding: 10px;
}
.Assets_credits_buy .Q_dialog_content .Assets_credits_buy_missing,
.Assets_credits_buy .Q_dialog_content .Assets_credits_buy {
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
.Assets_credits_buy .Q_dialog_content .Assets_credits_buy {
	text-transform: lowercase;
}
.Assets_credits_buy .Q_dialog_content .Assets_credits_buy input {
	height: 40px;
	width: 80px;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid;
	text-align: center;
}
.Assets_credits_buy .Q_dialog_content button[name=buy] {
	display: block;
	margin: 0 auto 10px;
}
.Assets_credits_buy .Q_dialog_content .Assets_credits_bonus {
	margin-bottom: 10px;
	color: blue;
}
.Assets_credits_buy .Q_dialog_content .Assets_credits_bonus .credits {
	font-weight: bold;
	color: red;
}
.Assets_credits_buy .Q_dialog_content .Assets_credits_bonus .bonus {
	font-weight: bold;
	color: green;
}