/*
 *	USERS POPUP
 */
#userVTcoins, #addVTcoins {
	width: 50px;
}
#userVTcoins[disabled] {
	color: #999;
}

label[for=userVTcoins], label[for=addVTcoins] {
	line-height: 40px;
}
#editVTcoins, #saveVTcoins {
	float: right;
}

label[for=addVTcoins] {
	display: none;
}




/*
 *	VTCOINS POPUP
 */
#buyVTcoinsBox, #vtCoinsTransactionsBox {
	display: none;
	background: #f5f5f5;
	color: #333;
	margin-top: 30px;
}

#buyVTcoinsBox p {
	margin: 10px;
}

#currentVTcoinsLabel {
	font-size: 24px;
}
#currentVTcoins {
	font-weight: bold;
}

.vtcoinsNotEnough {
	display: none;
}
.vtcoinsNotEnough p {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: red;
}

#vtcoinsNumber {
	width: 50px;
}
#vtcoinsMaxNumber {
	display: none;
}

#vtcoinsCost {
	font-weight: bold;
}

#vtCanBeFree ul {
	text-align: left;
}

.bigInfo {
	font-size: 22px;
}
.hotspot_to_pay, .vtCoinsBalance {
	font-weight: bold;
}

#vtCoinsPriceTable {
	margin: 20px auto 10px;
}
#vtCoinsPriceTable, #vtCoinsPriceTable th, #vtCoinsPriceTable td {
	border: 1px solid #333;
	text-align: center;
}

#vtCoinsPriceTable th, #vtCoinsPriceTable td {
	padding: 5px 10px;
}
#vtCoinsPriceTable th {
	font-size: 12px;
	font-weight: bold;
	background: #ddd;
}
#vtCoinsPriceTable td {
	font-size: 14px;
}