a#petition_button {
	background:transparent url(/img/button-blue.png) no-repeat scroll left center;
	display:block;
	text-decoration:none;
	width:320px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:'Courier New',courier,monospace;
	font-size:2.3em;
	font-weight:bold;
	text-align:center;
	padding: 12px 0;
	margin-bottom: 10px;
}

#broadcaster {
/*	background-color:#F7F7F7;*/
	background-color:#211821;
/*	border: 1px solid #ccc;*/
	height:8em;
	margin-top:3px;
	margin-bottom: 10px;
	padding: 5px;
	width:310px;
}

#messages div {
/*	background-color:#F7F7F7;*/
	background-color:#211821;
	padding: 0.25em; 
	margin: 0px; 
	width: 308px;
}

#message-holder {
	height: 6em;
}

#message {
	background-color: #ED008C ; 
	color: #fff; 
	line-height: 1.3em; 
	padding: 2px; 
	font-family: 'Courier New',Courier,monospace;
}

#name {
	color: #00adef; 
	height: 1.5em;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: smaller; 
	font-weight: bold;
}

/*
<div style="background-color: #f9f9f9; padding: 5px; margin-top: 3px; width: 310px; height: 8em; ">
	<div id="messages" style="display: none">
		<div style="background-color: #f9f9f9; padding: 0.25em; margin: 0px; width: 310px; height: 6em; ">
			<span id="message" style="background-color: #ED008C ; color: #fff; line-height: 1.3em; padding: 2px; font-family: 'Courier New',Courier,monospace;"></span>
		</div>
		<div style="background-color: #f9f9f9; padding: 0.25em; margin: 0px; width: 310px; height: 1.5em; ">
			<div id="name" style="color: #00adef; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: smaller; font-weight: bold;"></div>
		</div>
	</div>
</div>
/*
