	#vote_notes legend { margin: 10px; 
	padding: 2px 6px; 
	font-size: 14px;
	color: #e88540; 
	 border: 1px solid #57301b;
	 	background-color:#000;
	 -webkit-border-radius: .5em; -moz-border-radius: .5em;
	}

	#vote_notes fieldset {
	  border: 1px solid #37301b;
	  color: #ccc;
	 -webkit-border-radius: .5em; -moz-border-radius: .5em;
		background-color:#111;
	  padding: 0px 6px 6px 6px;
	
	}
	#vote_notes small { color: #57301b }
	#vote_notes { float: left; margin-left: 4px; width: 200px; }
	
	#vote_content { float: left; margin-left: 4px; width: 320px; }
	#vote_space b { color: gold; }
	#vote_space ul { margin-left: 2px; }
	#vote_space li { list-style-type:none; float:left;width: 300px; cursor:pointer; height:55px; position:relative; padding:2px; }
	#vote_space li img { 
	 -webkit-box-shadow: 0px 0px 5px #57301b; -moz-box-shadow: 0px 0px 5px #57301b; box-shadow: 0px 0px 5px #57301b; 
	 float:left; width:88px; height:50px; margin-right:4px;margin-bottom: 15px;  }
	#vote_space li div { float:left; width: 200px; }
	#vote_space li h2 { float:left; width: 200px;  color: #aaa; font-size:14px; }
	#vote_content dd { background: #121212; border-top: 1px solid #57301b; border-bottom:  1px solid #57301b; margin: 2px; padding: 2px 4px; font-size:12px;color: #bbb; }
