/* CSS Document */
body {
	font-size: 10px;
	font-family: Verdana;
}
#vote {
	font-size: 10px;
	font-family: Verdana;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/vote.gif);
	background-repeat: no-repeat;
	width: 74pt;	
	text-align: left;
	border-bottom: solid 3px #3D6AAB;
	border-right: solid 3px #3D6AAB;
/*	position: absolute;
	left: 420px;
	top: 450px;*/
}
#vote img {
	position: absolute;
	left: 0px;
	bottom: 0pt;	
}
.submit-button {
	color: #000;
	background: #fff;
	border: 2px #58715B outset;
	margin-left: 1px;
} 
#border {
	border: 2px #3d6aab solid;
}