form {
	padding: 0px;
	margin: 0px;
}
div.vote {
	position:relative;
	width: 520px;
	margin:0 auto;
	margin-bottom:6px;
	margin-top: 20px;
	
	height:auto;
	border-left:2px solid #7a7b7c;
	border-right:2px solid #7a7b7c;
	border-bottom:2px solid #7a7b7c;
}
div.vote div.vote-header {
	background: #7a7b7c url(/items/graphics/vote-header.gif) repeat-x top left;
	height: 36px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
div.vote div.vote-header strong {
	font-size: 16px;
	display: block;
	border-right: 2px solid #ffffff;
	float: left;
	padding: 4px 14px 4px 10px;
	margin: 4px;
}
div.vote div.vote-header span {
	display: block;
	float: left;
	padding: 6px 10px 0px 6px;
	margin: 4px;
}

div.vote dl {
	background: #ffffff url(/items/graphics/vote-item.gif) repeat-x bottom left;
	position: relative;
	height:90px;
}
div.vote dl dt {
	width: 30px;
	height: 30px;
	padding: 30px;
	margin: 0;
	float: left;
}

div.vote dl dd {
	width: 430px;
	height: 76px;
	padding: 14px 0 0 0;
	margin: 0px;
	float: left;
}

div.vote img {
	padding-left:30px;
}


div.vote div.vote-footer {
	clear: both;
	background: #7a7b7c url(/items/graphics/vote-footer.gif) repeat-x top left;
	height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 15px 20px 0px;
}

div.vote div.vote-footer input {
	background: transparent url(/items/graphics/vote-submit.gif) no-repeat top left;
	width: 133px;
	height: 21px;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
