
.layerDiv
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	background-color: #2A0806;
	padding: 10px 10px 10px 10px;
}


// Styles for scrolling layers  Specify width and height in hold and wn, and in clip for wn 
div#hold{ 
	position:relative; overflow:hidden;
	width:580px; height:90px; z-index:100
	}
div#wn	{
	position:relative; 
	
	width:580px; height:70px; 
	clip:rect(0px, 580px, 70px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

	
div#hold1	{ 
	position:relative; overflow:hidden;
	width:580px; height:85px; z-index:100
	}
div#wn1	{
	position:absolute; 
	left:2px; top:-5px; 
	width:580px; height:85px; 
	clip:rect(0px, 580px, 85px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr12	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

.formInput{
	width:275px;
	font-family:Lucida Sans Unicode;
	font-size:11px;
	color:#ed1e28;
	padding:2px;
}

.formLabel{
	font-family:Lucida Sans Unicode;
	font-size:11px;
	color:#6d6e71;
}

.textfield{
	font-family:Lucida Sans Unicode;
	font-size:11px;
	color:#ed1e28;
	padding-left:8px;
	padding-top:2px;
}
.formTitle{
	font-family:Lucida Sans Unicode;
	font-size:16px;
	color:#ed1e28;
}
.redButton{
	background-image: url(/images/button.jpg);
	background-repeat:no-repeat;
	border:none;
	color:#ffffff;
	font-family:Lucida Sans Unicode;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	background-color:#ffffff;
}

.redLink{
	background-image: url(/images/button2.jpg);
	background-repeat:repeat-x;
	border:none;
	color:#ffffff;
	font-family:Lucida Sans Unicode;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	background-color:#ffffff;
}