/*
courtesy of...
   _             _           _       _                                 
 _| |___ ___ ___| |_ ___ ___| |_ ___|_|___ ___ ___ ___   ___ ___ _____ 
| . | -_|  _| -_| '_| -_|   |  _|  _| |   | . | -_|  _|_|  _| . |     |
|___|___|_| |___|_,_|___|_|_|_| |_| |_|_|_|_  |___|_| |_|___|___|_|_|_|
                                          |___|                        
derek@derekentringer.com
*/

#floater {
	font-size:.75em;
	padding:0;
	margin:0;
	color:#ff0000;
	font-family:'Tahoma', Verdana, Sans-Serif;
}
#floater p {
	color:#ff0000;
}
#floater_box {
	width:170px;
	position:absolute;
	border:2px solid #ff0000;
	padding:5px;
	margin:0;
	background-color:#5A3818;
	text-align:center;
}
#floater_box a {
	margin-right:10px;
	text-decoration:none;
	color:#ff0000;
}
#floater_box a:hover {
	text-decoration:underline;
}
#fb {
	padding:0;
	margin:0;
	position:absolute;
	top:0px;
	text-align:center;
}
#fb a {
	text-decoration:none;
}
#fbclose a{
	padding:0;
	margin:0;
	color:#ff0000;
}
#fbc a{
	padding:0;
	margin:0;
	color:#ff0000;
}
#fbemail {
	width:146px;
	height:20px;
}
#fbcomment {
	width:146px;
	height:100px;
}
#vote_notify {
	color: #ff0000;
}
#vote_options {
	font-size: 14px;
	color:#ff0000;
	background-color: #5A3818;
	font-weight: bold;
	padding-bottom:10px;
	font-size:1em;
	line-height:.8em;
}
#fbclose {
	font-size: 14px;
	color:#ff0000;
	font-weight: bold;
	font-size:1em;
	line-height:.8em;
	cursor:pointer;
}