body {
	background-color: black;
	color: white;
	}
	table {
		color: white;
	}
	ul li {
		
		font-weight: bold;
	}
	p { color: white;}
	.redlike {
		background-color: black;
		border: 1px solid red;
		color: red;
		margin-left: 5px;
	}
	#benefits {
		width: 350px;
		margin-left: auto;
		margin-right: auto;		
	}
	legend { color: white; }
	#poweredBy {
		float: right;
	}
	#results1 {
		float: left; height:auto; width:49%;
	}
	#results2 {
		float: left; height:auto; width:49%;
	}
	#linkTo {
		font-size: 10px;
	}
	#linkTo a {
		color: red;
	}
	a {
		text-decoration: none;
		color: red;
	}
	.gem {
		text-align: left;
	}
	.socket-yellow {
		cursor: pointer;
	}
	.socket-blue {
		cursor: pointer;
	}
	.socket-red {
		cursor: pointer;
	}
	.socket-meta {
		cursor: pointer;
	}
	.gemPop {
		position: absolute;
		left: 50px;
		top: 20px;
		z-index: 999;
		background-color: black;
		height: 300px;
		overflow: auto;
	}
	.boldSocket {
		font-weight: bolder;
	}
	#overlay {
		position: absolute;
		text-align: center;
		color: white;
		margin: 0px;
		padding: 0px;
		z-index: 999;
		top: -1px;
		left: -1px;
		height: 100%;
		display: none;
		width: 100%;
		cursor: wait;
		background-color:#000; 
		opacity:.50;
		filter: alpha(opacity=50); 
		-moz-opacity:0.50;
	}
	#messages {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1000;
		opacity:1;
		filter: alpha(opacity=100); 
		-moz-opacity:1.00;
	}
