table, td, th {
	font-size: 15px;
}

table#tableSignupForm td {
	padding-bottom: 5px;
}

table#tableSignupForm input[type=text], table#tableSignupForm input[type=password], table#tableSignupForm select {
	font-size: 15px;
}

div#sellingPoints ul {
	list-style-image: url(iconCheck.png);
	margin-top: 8px;
	padding-top: 0px;
}

table#usersTable td {
	font-size: 12px;
	/*font-weight: bold;*/
}

table#usersTable span.userName, table#focusTable span.userName {
	color: #4EA24E;
	font-weight: bold;	
}

div.overlayOnline {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.75;
	filter:alpha(opacity=75);
	display: none;
	width: 63px;
	height: 18px;
}

div.overlayPlayButton {
	position: absolute;
	top: 0px;
	left: 0px;
	/*opacity: 0.75;
	filter: alpha(opacity=75);*/
	width: 100px;
	height: 100px;	
}

div.overlayZoomButton {
	position: absolute;
	top: 0px;
	left: 0px;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	width: 100px;
	height: 100px;	
}

#searchButton {
	width: 175px;
	height: 30px;
	background: url(btnSearchGreen.png);
	cursor: pointer;
}

#regButton {
	width: 175px;
	height: 30px;
	background: url(btnContinueOrange.png);
	cursor: pointer;
}

a.picsLink { color: #0000ff; font-weight: bold; text-decoration: none; }
a.picsLink:hover { color: #6666ff; text-decoration: underline; }