#ideablob_link {
	text-decoration: none;
	cursor: pointer;
}
#ideablob_link:hover {
	text-decoration: none;
}
.ideablob_banner {
	/*margin-left: 250px;*/
	/*margin-top: 10px;*/
	width: 508px;
	height: 100px;
	padding: 5px;
	border: solid 1px #FFFFFF;
}
.ideablob_banner:hover {
	border: solid 1px #DBE6F7;
	background-color: #FFFFFF;
}
.ideablob_banner #left_message {
	float: left;
	width: 100px;
	height: 75px;
	color: #0099FF;
	font-weight: bold;
	font-size: 12px;
}
.ideablob_banner button {
	LEFT: -5px;
	FLOAT: left;
	VERTICAL-ALIGN: middle;
	WIDTH: 76px;
	CURSOR: pointer;
	BORDER-TOP-STYLE: none;
	TEXT-INDENT: -9999px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 75px;
	BORDER-BOTTOM-STYLE: none;
	background-color: #FFFFFF;
	background-image: url(../images/ideablob/vote_button_big.gif);
	background-repeat: no-repeat;
}
.ideablob_banner button:hover {
	BACKGROUND-POSITION: 0px -75px
}
.ideablob_banner #splash {
	float: left;
	height:  85px;
	width: 166px;
	font-size: 10px;
	background-image: url(../images/ideablob/showdown_bubble.png);
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	margin: 0px 10px;
}
.ideablob_banner #splash:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px -85px;
}
.ideablob_banner #bottom_message {
	float: left;
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	width: 500px;
	text-align: center;	
}

