/* These styles are unique to the FreetheGenie.com pages */


/* Styles the right, white, portion of all the pages */
td.main_area {
        background-color: white;
	background-image: url(images/top-shadow.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
input.button {
	font-weight: bold;
	text-transform: uppercase;
        color: white;
        background-color: #00adee;
        border: 1px solid black;
	cursor: pointer;
}

input.price_per_user {
        color: black;
	font-weight: bold;
        background-color: transparent;
        border: none;
	font-style: normal;
	font-size: 10pt;
}
input.total_price_calculated {
        color: black;
	font-weight: bold;
        background-color: transparent;
        border: none;
	font-style: normal;
	font-size: 12pt;
}

td.align_right {
	text-align: right;
}

.greyed {
        color: #aaaaaa;
}

.suit_cards {
	position:absolute; 
	top:220px; 
	left:80px; 
	visibility:hidden;
}

