div#meter-container {
	background: url(images/campaign_meter/box.png) no-repeat;
	width: 538px;
	height: 207px;
	border: none;
	z-index: 2020;
	padding: 40px;
	color: #666666;
}

div#meter-container a.close-reveal-modal {
	margin-top: 20px;
	margin-right: 20px;
}

div#meter-title {
	font-size: 20px;
    margin-bottom: 30px;
}

div#meter-content {
	font-size: 13px;
    margin-bottom: 30px;
}

div#meter-price {
	color: #DD7700;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 20px;
	margin-bottom: 5px;
}

a#meter-button {
	width: 201px;
	height: 38px;
	background: url(images/campaign_meter/btn_tovabb.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.hidden {
	display: none;
}
