#poll {
	width: 840px;	
}

#poll .results {
	margin: 20px 0;
}

#poll .results .sequence {
	font-size: 1.4em;
	font-weight: 800;
}

#topSongsList {
	list-style-type: none; 
	margin: 20px 0 0 0;
	padding: 0;
}

.songRow {
	height: 50px;
	width: 790px;
	clear: both;
	background: #EEE url(/img/dimple-handle.png) repeat-x;
	border: 3px solid #3282E6;
	border-radius: 8px;
	box-shadow: 0px 3px 3px 1px rgba(32,84,150,0.50);
	padding-top: 12px;
	margin-bottom: 8px;
}

.songRow div {
	float: left;
}

.songRow .ordinal {
	width: 30px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #E41653;
	margin: 0 6px;	
}

.songRow .artist,
.songRow .song {
	width: 350px;
	margin-right: 8px;	
}

.songRow .artist div,
.songRow .song div {
	font-size: 10px;
	font-weight: bold;
	color: #AAA;
}

.songRow input[type="text"] {
	clear: both;
	width: 345px;
	height: 16px;
	font-size: 12px;
	border: 1px solid #AAA;
	border-radius: 4px;
}

.songRow .delete {
	margin: 12px 6px 0 6px;
	height: 16px;
	width: 16px;
	background: url(/img/delete.png) no-repeat; 
}

.ui-autocomplete {
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	padding: 0px;
	z-index: 99999;
	width: 300px;
}

.ui-autocomplete ul {
	list-style: none;
	list-style-position: outside;
	text-align:left;
	padding: 0;
	margin: 0;
}

.ui-autocomplete li {
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	overflow: hidden;
	padding: 2px 5px;
	text-align: left;
	color: #666;
}

#dialog {
	display: none;
	font-weight: bold;
}

#pollResults img.thumb {
	width: 50px;
	height: 50px;
}

#pollResults img.amazon {
	margin: 1px;
	width: 48px;
	height: 48px;	
}

#pollResults td.rank {
	font-weight: 800;
}
