#marquee {
	text-align: center;
}

#marquee .top{	
	display: none;
}

#marquee .bottom{
	clear:both;
	display: none;
}

#marquee_body {
	position: relative; 
	_display: inline-block;
	padding: 8px 0;
	border-bottom: 1px solid #AAAAAA; 
}

#marquee p {
	font-family: Arial;
	font-size: 14px;
/*	line-height: 3ex; */
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0 15px;
	text-align: left;

/*	_line-height: 3.4ex;*/
}
#marquee_bg {
	display: none;
}
#marquee .marquee_bg_item {
}

#marquee a {	
	text-decoration: none;
}

#marquee span {	
	color: #900000;
}


#marquee .blk{
	color: #000;
}

#marquee .left {	
	float: left;
	width: 335px;
}
#marquee .right{
	float: right;		
	width: 334px;
}
#marquee .left,
#marquee .right {
	margin: 0;	
	position: relative;
	_position: static;
}

.mqSubDiv input {
	margin-right: 2px;
	margin-left: 2px;
}
