body {
	background-color:#000; 
	font: 62.5%/1.5 'Helvetica','Arial', sans-serif;
}
	

#ambientSoundToggle
{
	color:black;
	margin-top:108px;
	margin-left:530px;
	font-weight:bold;
	font-size:10pt;
	
	cursor:pointer;
	cursor:hand;
	width:80px;
	
}

#soundplayerspc 
{
	height:22px;
	
	
}
	
#soundplayerspc .controls
{
}

#soundplayerspc .title
{
/*	float:left;*/
	margin-top:6px;
}

#soundplayerspc .seekbar
{
	/*clear:both;*/
}
	
	
#soundplayerspc, #soundplayer_playlist 
{
	width:330px;
	margin:305px auto 0 42px;
	color:#ff66cc;
	font-size:14pt;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#soundplayer_playlist {
	margin-top:-4px;
	margin-top: 0px;
	
}
	
#playerClock
{
	font-size:12pt;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	float:right;
	
}

	
#log_res {
	overflow: auto;
}

#logo, #logo2 {
	padding:10px 0px 0px 12px;
	font-size:7.1em;
	color:#ff66cc; 
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;	
}
#logo2 {
	padding:0px 0px 0px 2px;
	color:#ffffff;
}

#bottomLinkHolder
{
	margin-top:495px;
	text-align:center;
}

#bottomLinkHolder a
{
	color:white;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	
}

#bottomLinkHolder a:hover
{
	color:#ff66cc; 
}

#page-wrap{
	position:relative;
	
	width:632px;
	height:480px;

	/*
	width:100%;
	height:100%;
	*/
	
	/*
	Targetting for IE6
	width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 1000? "1000px" : "auto");
	*/
	
	text-align:left;
	
}

.layerCommonConstraints
{
	min-width:632px;
	min-height:480px;
	
	/*
	width:632px;
	height:480px;
	*/
	
	width:100%;
	height:100%;
	
	position:absolute;
	top:0px;
	left:0px;
}

#email_collection_results
{
	width:340px;
	margin:10px 0px 0px 42px;
	/*height:100px;*/
	
	font-family: 'DIN BlackAlternate','DIN','Helvetica Neue';
	font-weight: bold;
	font-size:14pt;
	line-height:1.5em;
	text-transform: uppercase;

	color:#ff66cc; 
	color:white;

	
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;	
	
	background: black;
	
	
	
	
}
